2015-09-11 02:58:43 +00:00
# awesome-arduino
2015-09-11 05:35:47 +00:00
A curated list of awesome Arduino hardwares, libraries and projects
2015-09-11 03:20:30 +00:00
- [Awesome Arduino ](#awesome-Arduino )
2015-09-11 03:27:21 +00:00
- [IDE ](#ide )
- [Librarys ](#librarys )
- [Hardware ](#hardware )
- [Tutorials ](#tutorials )
2015-09-22 12:01:35 +00:00
- [Projects ](#projects )
2015-09-11 03:20:30 +00:00
- [Contributing ](#contributing )
2015-09-20 11:59:13 +00:00
2015-09-11 03:20:30 +00:00
## IDE
2015-09-20 11:59:13 +00:00
*Arduino developments*
2015-09-11 03:20:30 +00:00
* [arduino ](https://github.com/arduino/Arduino ) - office arduino ide
* [ESP8266 IDE ](https://github.com/esp8266/Arduino ) - Arduino IDE for ESP8266
2015-09-11 03:40:01 +00:00
* [Stino ](https://github.com/Robot-Will/Stino ) - A Sublime Text Plugin for Arduino
2015-09-11 05:35:47 +00:00
* [attiny ](https://github.com/damellis/attiny ) - ATtiny microcontroller support for the Arduino IDE
2015-09-11 03:20:30 +00:00
## Librarys
2015-09-20 11:59:13 +00:00
*Hardware dependent library*
2015-09-20 11:53:06 +00:00
* [rtclib ](https://github.com/jcw/rtclib ) - a lightweight date and time library for JeeNodes and Arduino's
* [si4432 ](https://github.com/theGanymedes/si4432 ) - Si4432 Library for Arduino
* [RFM69 ](https://github.com/LowPowerLab/RFM69 ) - RFM69 library for RFM69W and RFM69HW (semtech SX1231, SX1231H)
* [RFM12B ](https://github.com/LowPowerLab/RFM12B ) - Arduino RFM12B library
* [SPIFlash ](https://github.com/LowPowerLab/SPIFlash ) - Arduino library for read/write access to SPI flash memory chips
* [ov7670-no-ram-arduino-uno ](https://github.com/ComputerNerd/ov7670-no-ram-arduino-uno ) - arduino library for ov7670
* [DHT-sensor-library ](https://github.com/adafruit/DHT-sensor-library ) - Arduino library for DHT11DHT22, etc Temp & Humidity Sensors
* [Arduino-DHT22 ](https://github.com/nethoncho/Arduino-DHT22 ) - Arduino library for the DHT22 humidity and temperature sensor
* [rfid ](https://github.com/miguelbalboa/rfid ) - Arduino RFID Library for MFRC522
* [433Utils ](https://github.com/ninjablocks/433Utils ) - a collection of code and documentation to assist you usage of RF 433MHz modules
* [esp-link ](https://github.com/jeelabs/esp-link ) - esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
* [Arduino-Temperature-Control-Library ](https://github.com/milesburton/Arduino-Temperature-Control-Library ) - Arduino Library for Maxim Temperature Integrated Circuits
* [RF24 ](https://github.com/maniacbug/RF24 ) - Arduino driver for nRF24L01
2015-09-20 11:59:13 +00:00
* [due_can ](https://github.com/collin80/due_can ) - Object oriented canbus library for Arduino Due compatible boards
2015-09-22 00:56:08 +00:00
* [FastLED ](https://github.com/FastLED/FastLED ) - easily & efficiently controlling a wide variety of LED chipsets for arduino
2015-09-23 20:35:24 +00:00
* [iot-playground ](https://github.com/iot-playground/Arduino ) - ESP8266 EasyIoT library and sensor examples
* [espduino ](https://github.com/tuanpmt/espduino ) - ESP8266 network client (mqtt, restful) for Arduino
* [esp_mqtt ](https://github.com/tuanpmt/esp_mqtt ) - MQTT client library for ESP8266 Soc
* [esp_bridge ](https://github.com/tuanpmt/esp_bridge ) - ESP8266 firmware SLIP Command, support mqtt, restful client
* [Ultrasonic-HC-SR04 ](https://github.com/JRodrigoTech/Ultrasonic-HC-SR04 ) - Ultrasonic HC-SR04 library for Arduino
* [MPU-9250 ](https://github.com/kriswiner/MPU-9250 ) - Arduino sketch for MPU-9250 9DoF with AHRS sensor fusion
* [MPU-6050 ](https://github.com/kriswiner/MPU-6050 ) - Basic MPU-6050 Arduino sketch of sensor function
* [MPU-9150 ](https://github.com/kriswiner/MPU-9150 ) - Arduino sketch for MPU-9150 9DoF with AHRS sensor fusion
* [LSM9DS0 ](https://github.com/kriswiner/LSM9DS0 ) - LSM9DS0 9DOF sensor AHRS sketch
* [arduino-ds1302 ](https://github.com/msparks/arduino-ds1302 ) - Arduino library for the DS1302 Real Time Clock chip
2015-09-24 06:20:26 +00:00
* [xbee-arduino ](https://github.com/andrewrapp/xbee-arduino ) - Arduino library for communicating with XBees in API mode
2015-09-25 16:27:07 +00:00
* [EnableInterrupt ](https://github.com/GreyGnome/EnableInterrupt ) - New Arduino interrupt library, designed for Arduino Uno/Mega 2560/Leonardo/Due
2015-09-22 00:56:08 +00:00
*Bootloader*
* [HoodLoader2 ](https://github.com/NicoHood/HoodLoader2 ) - 16u2 Bootloader to reprogram 16u2 + 328/2560 with Arduino IDE
2015-09-20 11:53:06 +00:00
*Hardware undependent library*
2015-09-11 03:20:30 +00:00
2015-09-11 05:24:15 +00:00
* [johnny-five ](https://github.com/rwaldron/johnny-five ) - JavaScript Robotics and IoT programming framework, Based on Arduino Firmata Protocol
* [grbl ](https://github.com/grbl/grbl ) - An open source, embedded, high performance g-code-parser and CNC milling controller run on a straight Arduino
* [Arduino-IRremote ](https://github.com/z3t0/Arduino-IRremote ) - Infrared remote library for Arduino: send and receive infrared signals ....
2015-09-23 20:35:24 +00:00
* [IRLib ](https://github.com/cyborg5/IRLib ) - An Arduino library for encoding and decoding infrared remote signals
2015-09-11 05:16:36 +00:00
* [i2cdevlib ](https://github.com/jrowberg/i2cdevlib ) - I2C device library collection for AVR/Arduino or other C++-based MCUs
2015-09-11 05:24:15 +00:00
* [keysweeper ](https://github.com/samyk/keysweeper ) - KeySweeper is a stealthy Arduino-based device, camouflaged as a functioning USB ....
2015-09-11 05:16:36 +00:00
* [aJson ](https://github.com/interactive-matter/aJson ) - an Arduino library to enable JSON processing with Arduino
* [ArduinoJson ](https://github.com/bblanchon/ArduinoJson ) - An efficient JSON library for embedded systems
* [USB_Host_Shield_2.0 ](https://github.com/felis/USB_Host_Shield_2.0 ) - Revision 2.0 of USB Host Library for Arduino
* [pubsubclient ](https://github.com/knolleary/pubsubclient ) - A client library for the Arduino Ethernet Shield that provides support for MQTT
2015-09-11 05:24:15 +00:00
* [WiringPi ](https://github.com/WiringPi/WiringPi ) - Gordon's Arduino wiring-like WiringPi Library for the Raspberry Pi
* [Arduino-PID-Library ](https://github.com/br3ttb/Arduino-PID-Library ) - a pid library for arduino writed by c++
* [firmata ](https://github.com/firmata/arduino ) - firmata firmware for arduino
2015-09-11 05:35:47 +00:00
* [uSpeech ](https://github.com/arjo129/uSpeech ) - Speech recognition toolkit for the arduino
2015-09-20 11:59:13 +00:00
* [Low-Power ](https://github.com/rocketscream/Low-Power ) - Low Power Library for Arduino
2015-09-11 05:35:47 +00:00
* [ArduinoOBD ](https://github.com/stanleyhuangyc/ArduinoOBD ) - OBD-II library and sketches for Arduino
2015-09-11 09:51:10 +00:00
* [hiduino ](https://github.com/ddiakopoulos/hiduino ) - Native USB-MIDI on the Arduino
* [Brain ](https://github.com/kitschpatrol/Brain ) - Arduino library for reading Neurosky EEG brainwave data
* [Cryptosuite ](https://github.com/Cathedrow/Cryptosuite ) - Cryptographic suite for Arduino (SHA, HMAC-SHA)
2015-09-20 08:49:19 +00:00
* [Timer ](https://github.com/JChristensen/Timer ) - A fork of Simon Monk's Arduino Timer library
2015-09-20 14:09:51 +00:00
* [PJON ](https://github.com/gioblu/PJON ) - One wire multi master device communications bus system for Arduino
2015-09-22 00:56:08 +00:00
* [HID ](https://github.com/NicoHood/HID ) - enhanced HID functions for Arduino
2015-09-23 05:36:19 +00:00
* [Cosa ](https://github.com/mikaelpatel/Cosa ) - An Object-Oriented Platform for Arduino Programming
2015-09-23 09:13:24 +00:00
* [NDEF ](https://github.com/don/NDEF ) - Read and Write NDEF Messages to NFC tags with Arduino
2015-09-23 20:35:24 +00:00
* [rosserial ](https://github.com/ros-drivers/rosserial ) - ROS client library for small, embedded devices, such as Arduino
* [SdFat ](https://github.com/greiman/SdFat ) - Arduino FAT16/FAT32 Library
* [Arduino-Communicator ](https://github.com/jeppsson/Arduino-Communicator ) - Very simple Android application for communicating with Arduino
* [Arduino-PID-AutoTune-Library ](https://github.com/br3ttb/Arduino-PID-AutoTune-Library ) -
* [TinyGPS ](https://github.com/mikalhart/TinyGPS ) - A compact Arduino NMEA (GPS) parsing library
* [Arduino-EEPROMEx ](https://github.com/thijse/Arduino-EEPROMEx ) - Extended EEPROM library for Arduino
* [Arduino-CmdMessenger ](https://github.com/thijse/Arduino-CmdMessenger ) - CmdMessenger Communication library for Arduino
* [arduino-libs-manchester ](https://github.com/mchr3k/arduino-libs-manchester ) - Arduino Manchester Encoding
* [ShiftPWM ](https://github.com/elcojacobs/ShiftPWM ) - Arduino Library for software PWM with shift registers
* [Arduino-EasyTransfer ](https://github.com/madsci1016/Arduino-EasyTransfer ) - An Easy way to Transfer data between Arduinos
* [Arduino-SerialCommand ](https://github.com/kroimon/Arduino-SerialCommand ) - A Wiring/Arduino library to tokenize and parse commands received over a serial port.
* [TMRpcm ](https://github.com/TMRh20/TMRpcm ) - Arduino library for asynchronous playback of PCM/WAV files direct from SD card
* [Mozzi ](https://github.com/sensorium/Mozzi ) - a sound synthesis library for Arduino
* [StandardCplusplus ](https://github.com/maniacbug/StandardCplusplus ) - Standard C++ for Arduino (port of uClibc++)
* [ArdOSC ](https://github.com/recotana/ArdOSC ) - Open Sound Control(OSC) Library for Arduino
* [arduino-serial ](https://github.com/todbot/arduino-serial ) - Example C and Java host code to talking to an arduino or other "serial" device
* [Bounce2 ](https://github.com/thomasfredericks/Bounce2 ) - Debouncing library for Arduino or Wiring
2015-09-24 06:20:26 +00:00
* [ArduinoThread ](https://github.com/ivanseidel/ArduinoThread ) - A simple way to run Threads on Arduino
2015-09-25 16:27:07 +00:00
* [AdaEncoder ](https://github.com/GreyGnome/AdaEncoder ) - Library for handling quadrature encoders for the Arduino microcontroller
* [PinChangeInt ](https://github.com/GreyGnome/PinChangeInt ) - Pin Change Interrupt library for the Arduino
2015-09-11 09:51:10 +00:00
*3D Printer .*
* [Repetier-Firmware ](https://github.com/repetier/Repetier-Firmware ) - Firmware for Arduino based RepRap 3D printer
2015-09-20 09:15:06 +00:00
* [3D_Printer ](https://github.com/underverk/3D_Printer ) - Underverk's 3D printer
2015-09-11 09:51:10 +00:00
*NET Library.*
* [Webduino ](https://github.com/sirleech/Webduino ) - Arduino WebServer library
* [TinyWebServer ](https://github.com/ovidiucp/TinyWebServer ) - Small web server for Arduino, fits in 10KB ROM, less than 512 bytes RAM
* [RESTduino ](https://github.com/jjg/RESTduino ) - A sketch to provide a REST-like interface to the Arduino+Ethernet Shield
* [aREST ](https://github.com/marcoschwartz/aREST ) - A RESTful environment for Arduino
* [ArduinoWebsocketClient ](https://github.com/krohling/ArduinoWebsocketClient ) - Websocket client for Arduino
2015-09-20 09:15:06 +00:00
* [ArduinoWebsocketServer ](https://github.com/ejeklint/ArduinoWebsocketServer ) - a Websocket server running on an Arduino
2015-09-11 10:00:12 +00:00
* [esp8266 ](https://github.com/ssokol/esp8266 ) - ESP8266 Wifi library and sample code for Arduino
2015-09-19 15:46:52 +00:00
* [arduino_uip ](https://github.com/ntruchsess/arduino_uip ) - A plugin-replacement of the stock Arduino Ethernet library
2015-09-20 09:35:51 +00:00
* [HttpClient ](https://github.com/nmattisson/HttpClient ) - Http Client Library for the Spark Core
2015-09-23 20:35:24 +00:00
* [arduino-restclient ](https://github.com/csquared/arduino-restclient ) - Arduino RESTful HTTP Request Library
* [socket.io-arduino-client ](https://github.com/billroy/socket.io-arduino-client ) - A socket.io client for the Arduino Ethernet shield
2015-09-25 16:27:07 +00:00
* [Arduino-IPv6Stack ](https://github.com/telecombretagne/Arduino-IPv6Stack ) - IPv6 stack for Arduino and Xbee based on Contiki OS network stack
* [MQTT-SN-Arduino ](https://github.com/boriz/MQTT-SN-Arduino ) - Connecting mesh network to the MQTT broker and tunneling MQTT protocol over Websocket
2015-09-28 12:57:33 +00:00
* [ArduinoDuePolarSSLClient ](https://github.com/tomconte/ArduinoDuePolarSSLClient ) - sample Arduino Due sketch connecting to a PolarSSL server using PSK authentication
2015-09-11 09:51:10 +00:00
2015-09-20 11:53:06 +00:00
*Command line library*
2015-09-11 09:51:10 +00:00
* [platformio ](https://github.com/platformio/platformio ) - Cross-platform code builder and the missing library manager ....
* [arduino-cmake ](https://github.com/queezythegreat/arduino-cmake ) - Arduino CMake Build system
* [bitlash ](https://github.com/billroy/bitlash ) - a programmable command shell for arduino
2015-09-23 20:35:24 +00:00
* [arduino-shell ](https://github.com/nuket/arduino-shell ) - A command shell to interact with built-in Arduino features
2015-09-11 09:51:10 +00:00
2015-09-20 11:53:06 +00:00
*Display library*
* [Arduino_LCD_Menu ](https://github.com/DavidAndrews/Arduino_LCD_Menu ) - creates menu systems primarily useful for 16x2 or 16x4 LCD displays
* [LiquidTWI2 ](https://github.com/lincomatic/LiquidTWI2 ) - high speed I2C LCD Library for Arduino, which supports MCP23008 and MCP23017
* [MENWIZ ](https://github.com/brunialti/MENWIZ ) - LCD menu library: short user code to manage complex menu structures
* [u8glib ](https://github.com/olikraus/u8glib ) - Arduino Monochrom Graphics Library for LCDs and OLEDs
* [ucglib ](https://github.com/olikraus/ucglib ) - Arduino True Color Library for TFTs and OLEDs
*Host side Control library*
2015-09-11 09:51:10 +00:00
* [Python-Arduino-Command-API ](https://github.com/thearn/Python-Arduino-Command-API ) - A Python library for communicating with Arduino microcontroller boards
2015-09-11 10:00:12 +00:00
* [hidapi ](https://github.com/signal11/hidapi ) - A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac, and Windows.
2015-09-12 06:01:58 +00:00
* [BlocklyDuino ](https://github.com/BlocklyDuino/BlocklyDuino ) - a web-based visual programming editor for arduino
2015-09-19 15:46:52 +00:00
* [noduino ](https://github.com/sbstjn/noduino ) - JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
* [ino ](https://github.com/amperka/ino ) - Command line toolkit for working with Arduino hardware
* [usb-serial-for-android ](https://github.com/mik3y/usb-serial-for-android ) - Android USB host serial driver library for CDC, FTDI, Arduino and other devices
* [rad ](https://github.com/atduskgreg/rad ) - Ruby Arduino Development
2015-09-20 08:43:53 +00:00
* [ardublock ](https://github.com/taweili/ardublock ) - a Block Programming Language for Arduino
2015-09-20 09:15:06 +00:00
* [arduino-api ](https://github.com/plotly/arduino-api ) - Arduino library for real-time logging and streaming data to online plotly graphs
2015-09-20 11:53:06 +00:00
* [dino ](https://github.com/austinbv/dino ) - Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
* [duino ](https://github.com/ecto/duino ) - Arduino framework for node.js
2015-09-11 03:20:30 +00:00
## Hardware
*Hardware board for arduino diy.*
* [Teensy ](https://www.pjrc.com/teensy/ ) - The Teensy is a complete USB-based microcontroller development system
## Tutorials
*Tutorials for arduino flash.*
* [Arduino-Tutorial-Series ](https://github.com/sciguy14/Arduino-Tutorial-Series ) - These are the supporting materials for my popular series of Tutorials on the Arduino Microcontroller Platform
2015-09-11 10:00:12 +00:00
* [esp8266 ](https://github.com/raburton/esp8266 ) - Various bits of code for ESP8266
2015-09-22 00:56:08 +00:00
* [arduino_sketches ](https://github.com/nickgammon/arduino_sketches ) - Publicly-released sketches for the Arduino microprocessor
2015-09-23 05:36:19 +00:00
* [DUEZoo ](https://github.com/manitou48/DUEZoo ) - Some proof-of-concept sketches and results for Arduino DUE
2015-09-23 20:35:24 +00:00
* [programming_arduino ](https://github.com/simonmonk/programming_arduino ) - Code for the book Programming Arduino: Getting Started with Sketches
2015-09-24 06:20:26 +00:00
* [ArduinoExamples ](https://github.com/renaun/ArduinoExamples ) - Arduino Blink Chrome App
2015-09-11 03:20:30 +00:00
2015-09-22 12:01:35 +00:00
## Projects
*Projects with Arduino*
2015-09-24 06:10:35 +00:00
* [arduinoscope ](https://github.com/konsumer/arduinoscope ) - An oscilloscope, using arduino and processing/node
* [ArduinoPlot ](https://github.com/gregpinero/ArduinoPlot ) - Real time Plot Numeric Values sent from Arduino over Serial Port
* [ArduinoISP ](https://github.com/rsbohn/ArduinoISP ) - Use the Arduino to program AVR chips
2015-09-28 07:44:15 +00:00
* [Arduino Time Lapse Panorama Controller ](http://www.instructables.com/id/Arduino-Time-Lapse-Panorama-Controller/ ) - The controller will rotate your GoPro over a set angle for a set duration or will rotate you GoPro for a full rotation for a set duration
* [Erbbie Desktop Garden ](http://www.instructables.com/id/Erbbie-Desktop-Smart-Garden/?ALLSTEPS ) - is a DIY desktop smart garden designed to give everyone a green thumb
* [Smart Garden ](http://www.instructables.com/id/Smart-Garden-1/?ALLSTEPS ) - clone of Erbbie
2015-09-22 12:01:35 +00:00
2015-09-24 06:20:26 +00:00
2015-09-11 09:51:10 +00:00
## Contributing
* [Contributing ](https://github.com/lembed/awesome-arduino/blob/master/CONTRIBUTING.md )
2015-09-11 03:20:30 +00:00
Your contributions are always welcome!
2015-09-20 12:00:25 +00:00
2015-09-22 12:01:35 +00:00
[![Analytics ](https://ga-beacon.appspot.com/UA-67438080-1/awesome-arduino/readme?pixel )](https://github.com/Lembed/awesome-arduino)