Skip to content

Getting started with sample code

Jeff Burke edited this page Sep 24, 2015 · 3 revisions

Here's a quick process (with source code) that's worked with our hardware and a typical Android phone.

Generally, follow the video here:

Roughly, what the video shows/requires is:

  1. Install the Arduino IDE. http://arduino.cc

  2. Download and install the RFduino library to the IDE - http://www.rfduino.com/download-rfduino-library/

  1. Select the correct USB port from the Tools menu, then select the RFduino board.

  2. Load the Led Button example from File...Example...RFduinoBLE...LED button.

  3. Compile and upload.

  4. On the phone, install and run the Android app from here: https://github.com/lann/RFDuinoTest/releases

  5. Follow instructions in video to test.

Clone this wiki locally