Using Adafruit Bluefruit App With Arduino 101
by keebie81 in Circuits > Arduino
6178 Views, 67 Favorites, 0 Comments
Using Adafruit Bluefruit App With Arduino 101
The Arduino 101 has Bluetooth LE on it. This tutorial is going to cover a way you can connect to it using the Adafruit Bluefruit LE app.
Things Needed
Arduino 101- https://www.arduino.cc/en/Main/ArduinoBoard101
Adafruit Bluefruit LE app
IOS - https://itunes.apple.com/WebObjects/MZStore.woa/wa...
Android - https://play.google.com/store/apps/details?id=com....
Arduino Software - I am using 1.6.9
Libraries needed to be installed in Arduino software
- Intel Curie Boards version 1.0.6 (installed under boards manager)
- Firmata 2.5.3
Load the Sketch
We will be using the StandardFirmataBLE sketch. It is located in File -> Examples -> Firmata -> StandardFirmataBLE
We do not need to make any changes to the sketch.
Set Up Arduino 101
Under Tools make sure you have the Arduino/Genuino 101 board selected and the correct com port. Then upload the sketch.
Using the App
Open the app up and connect to the Arduino 101 board. To see if its working we will blink the onboard LED on and off. It is located on pin 13.
Select the Pin I/O tab, scroll down to Pin 13. Select it as output. Then toggle between Low and High. You should see the LED blink.
Conclusion
So thats how you connect your Arduino 101 with the Adafruit Bluefruit LE app.