Skip to content

Open Badge V2.0

Oren Lederman edited this page Mar 3, 2016 · 12 revisions

Intro

The first badges we released as an Open Source badges are the 2nd version, and we tend to refer to them as "the red badges" (after the color of the PCB used for this version).

Directories

  • eagle/RFDuino_badge - PCB schematics and layout files in CadSoft EAGLE format
  • firmware/RFDuino_badge - Firmware. Arduino code
  • src/RFDuino_server - server/base station code

Programming

These badges use the RFDuino SoC, and therefore support Arduino code. In order to compile your own firmware, you will need the following Arduino Libraries

  • RFDuino libraries. Installation instructions can be found here.
  • The latest time library. Can be found here
  • The Lazarus library. A discussion and download links can be found here

Uploading your code to the badge

What you'll need:

Usage

Clone this wiki locally