yes, I mange to connect to my phone and use termnial to send\get text.
about "NRF class" - I guess it can get only the person how connect to the BLE Device - right ?
because (as I understand ) when I publish the floor number ,everyone can see it -even 100 people with andorid . it will be like a billboard on the highway(which you don't know really how much people read your sign).
I have try to do as it said here https://www.espruino.com/Eddystone , but couldn't see any different between NRF.setAdvertising() and require("ble_eddystone").advertise("goo.gl/B3J0Oc");
is it posiable to addvertise a string and not a url?
for example "This is the 1st floor".?
can I use another language\fonts for the addvertide? not english? Chinese\Arabic\etc..
if I connect the BLE to a PI -can I control on it and send differnet text every x hours using python code or whatever?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hello Robin
because (as I understand ) when I publish the floor number ,everyone can see it -even 100 people with andorid . it will be like a billboard on the highway(which you don't know really how much people read your sign).
is it posiable to addvertise a string and not a url?
for example "This is the 1st floor".?
can I use another language\fonts for the addvertide? not english? Chinese\Arabic\etc..
if I connect the BLE to a PI -can I control on it and send differnet text every x hours using python code or whatever?
Thank you for the help