RFduino/README.md at v2.3 · RFduino/RFduino · GitHub
Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.92 KB

File metadata and controls

51 lines (30 loc) · 1.92 KB

RFduino: An Arduino shrunk to the size of a finger-tip and made wireless!

logo

Video

Installation

  • Get the RFduino hardware.

  • Install the FTDI drivers.

  • Download Arduino 1.6.3 on newer.

    • Mac OS X: Requires Java 6 to be installed. Available here.
  • Open Arduino

    • edit preferences, and add rfduino.com as the Server (HTTP) under Proxy Settings and save. preferences
    • Open the Boards Manager under Tools->Board menu.
    • Select the RFduino package at the end of the list, and click Install to install it.
    • Your new board will no show up in the Tools->Board menu.

Select the board and port, and you're ready to go!

Detailed instructions are available in our Quick Start Guide.

Getting Started

  • Attach the USB shield

  • Select RFduino from the Tools/Board menu

  • Select the port from the Tools/Port menu

  • Select an example from the Files/Examples/RFduinoNonBLE or Files/Examples/RFduinoBLE directory

  • Select Upload to compile, upload and execute the sketch

  • Download the iPhone example apps from the iPhone App Store (search for RFduino).

    • Detailed instructions for the Temperature app are available here.
    • Detailed instructions for the ColorWheel app are available here.

Communicating with us

The best way to communiate with us is on the RFduino Forum.

A Lot More Coming!

We hope you enjoy creating stuff with your RFduino as much as we do!

The RFduino team.