Hey everyone,
I've spent the past while looking for tutorials on how to send data from the Arduino 101 to a computer or mobile device. I would like to use the 101's accelerometer and gyro functionality and send these to a program on PC or on Android, and my primary concern is just being able to receive this data. I've already learned about how to send this accelerometer/gyroscope data via USB/serial and would like to take the next step on my IoT journey. ![]()
All I want is a tutorial/demo/something of the likes that displays how to send data FROM the Arduino 101 TO another device.
Can anyone recommend a tutorial I can go through to learn about this functionality?
So far, all I know is I think my answer lies somewhere in the CurieBLE library: https://www.arduino.cc/en/Reference/CurieBLE
and is likely one of the BLEPeripheral Class functions.
Thanks!