Skip to content

Matth26/anyboardpawn

Repository files navigation

anyboardpawn

This GitHub repository contains all the files that are required for the pawn token of AnyBoard project.

firmware

The folder firmware contains the RFduino program of the pawn. This folder contains four libraries that have to be copied and pasted in the Arduino's libraries folder.

demo_application_evothings

The folder demo_application_evothings contains all the files needed for the demo application. This application is made with evothings. In order to use this application, just follow this tutorial

hardware

Schematic

libraries

In order to use all the components listed in the hardware part, some Adafruit's libraries have been used. These libraries are includes in the four libraries that are in the libraries folder.

Adafruit_ADXL345

For the ADXL345 the Adafruit_ADXL345 Arduino's library is used (Adafruit_ADXL345).

Adafruit_Sensor

The Adafruit_ADXL345 library is based on the Adafruit's Unified Sensor Library (Adafruit_Sensor).

Adafruit_MPR121

For the MPR121 the Adafruit_MPR121 Arduino's library is used (Adafruit_MPR121)

Adafruit_TCS34725

For the TCS34725 used with an autorage mechanism the Adafruit library is used (Adafruit_TCS34725)

Adafruit_GFX

For the LED display the Adafruit_GFX library is used (Adafruit_GFX)

Adafruit_LED_backpack

And the Adafruit_lED_backpack library is also required (Adafruit_lED_backpack)

examples

In the folder examples few arduino sketch example can be found. These programs are example programs using the accelerometer ADXL345. In order to run those example, the libraries contained in the folder /examples/libraries have to be copied and pasted in the Arduino's libraries folder.

##License See the licencse.txt file for license rights and limitations (Apache V2.0).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages