We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
Install the Arduino IDE. http://arduino.cc
Download and install the RFduino library to the IDE - http://www.rfduino.com/download-rfduino-library/
Edit Preferences to add http://rfduino.com/package_rfduino_index.json to Additional Board Manager URLs and save.
Then, go to Tools... Boards manager, install RFduino.
Select the correct USB port from the Tools menu, then select the RFduino board.
Load the Led Button example from File...Example...RFduinoBLE...LED button.
Compile and upload.
On the phone, install and run the Android app from here: https://github.com/lann/RFDuinoTest/releases
Follow instructions in video to test.