Hi there,
Can someone help me find a way to send a boolean or integer value to my Particle Boron via a BLE connection from my mobile app (nRF Toolbox)? I am confused on how BLE works on Particle devices.
Thanks in advance.
Hi there,
Can someone help me find a way to send a boolean or integer value to my Particle Boron via a BLE connection from my mobile app (nRF Toolbox)? I am confused on how BLE works on Particle devices.
Thanks in advance.
Hey,
I found the solution, for anyone who runs into the same issue
I used the UART peripheral example found at: Bluetooth LE | Reference | Particle
Have fun!!
That's the one!