[Arduino 101] Sending data FROM the 101 to a computer/mobile

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. :slight_smile:

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!

I am not familiar with the 101 and you don't say whether your question is specific to the 101, or whether it is more general.

If it is specific then click Report To Moderator and ask for your Thread to be moved to the 101 section of the Forum.

If it is a more general question why not just use Serial.print() to send the data?

...R

afennacy,

A tutorial you should look at, the pne I wish I had awhile ago:

Another good one:

This one answers your question specifically:

And a variant of the above:

Greg

govkn,

Thank you SO MUCH! Those links were all super helpful :slight_smile:

+karma