-
Notifications
You must be signed in to change notification settings - Fork 11
Arduino Libraries for Explore M3
Raghavendra edited this page May 24, 2016
·
15 revisions
Arduino libraries need no introduction. There are numerous devices and peripherals that work with Arduino. This page lists all the libraries that have been tested or ported to Explore M3.
Notes:
- Pick a library to port and add yourself to the contributor column. If multiple folks want to work on same thing co-ordinate.
- If you need additional hardware/peripheral to test, please get in touch.
- The tutorial link can be either from the Explore Embedded wiki or from the Arduino website. Most of the interfaces have decent tutorials on Arduino.cc; please include that.
| Library | Version | Description | Tutorial | Status | Contributor |
|---|---|---|---|---|---|
| Liquid Crystal | v1.0 | Used to interface character displays like 16x1, 20x4 etc | Link | In progress | Bagwan |
| Graphics(KS0108) | v1.3 | Graphics display 128 x 64 | link | in progress | Bagwan |
| Library | Version | Description | Tutorial | Status | Contributor |
|---|---|---|---|---|---|
| Accelrometer(ADXL335) | v1.0 | 3 axis model | link | Completed | Raghavendra |
| PIRSense | v2.0 | PIR Sensor detects the motion | link | Completed | Raghavendra |
| DHT11 Sensor | v1.0 | Temprature and Humidity Sensor | link | Completed | Raghavendra |
| MQ3 Sensor | v1.0 | Breathalyzer | link | Completed | Raghavendra |
| Ping | v1.0 | Distance measurement with Ultrasonic Senor | link | in progress | Raghavendra |
| Library | Version | Description | Tutorial | Status | Contributor |
|---|---|---|---|---|---|
| Keypad | v3.0 | Read Keypads with Row-Column Wiring | link | in progress | Raghavendra |