Hello everyone, is it possible to share informations like a list of variables between an arduino nano ble and a computer/smarphone please? If yes, can you explain me how. Thank you very much.
Yes
I would recommend you have a look at the documentation and examples first.
https://www.arduino.cc/reference/en/libraries/arduinoble/
The Arduino side is not simple but there are examples in the library and in the forum.
For smartphones there are generic BLE apps that you can download for iOS and Android. They will allow you the read and write data. This is mostly for debug and testing. If you want something specific you will need to write an app yourself.
Unfortunately, the support under Windows is not great. What I got working is using BLE from the web browser using the Web Bluetooth API, JavaScript and HTML5. Here are a few links I found useful.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Bluetooth_API
Thanks you very much for your reply, this is very interesting. I will look at these apps and websites.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.