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-11 03:20:30 +00:00
- [Contributing ](#contributing )
- - -
2015-09-11 06:18:36 +00:00
#[![Analytics](https://ga-beacon.appspot.com/UA-67438080-1/awesome-arduino/readme?pixel)](https://github.com/Lembed/awesome-arduino)
2015-09-11 03:20:30 +00:00
## IDE
*Arduino developments.*
* [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-11 10:00:12 +00:00
*Misc libraries for Arduino .*
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-11 05:16:36 +00:00
* [noduino ](https://github.com/sbstjn/noduino ) - JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
* [i2cdevlib ](https://github.com/jrowberg/i2cdevlib ) - I2C device library collection for AVR/Arduino or other C++-based MCUs
* [duino ](https://github.com/ecto/duino ) - Arduino framework for node.js
* [ino ](https://github.com/amperka/ino ) - Command line toolkit for working with Arduino hardware
2015-09-11 05:35:47 +00:00
* [ArduinoWebsocketClient ](https://github.com/krohling/ArduinoWebsocketClient ) - Websocket client for Arduino
2015-09-11 05:16:36 +00:00
* [RF24 ](https://github.com/maniacbug/RF24 ) - Arduino driver for nRF24L01
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
* [dino ](https://github.com/austinbv/dino ) - Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
* [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
* [rocketscream/Low-Power ](https://github.com/rocketscream/Low-Power ) - Low Power Library for Arduino
* [Arduino-Temperature-Control-Library ](https://github.com/milesburton/Arduino-Temperature-Control-Library ) - Arduino Library for Maxim Temperature Integrated Circuits
* [ArduinoOBD ](https://github.com/stanleyhuangyc/ArduinoOBD ) - OBD-II library and sketches for Arduino
2015-09-11 09:51:10 +00:00
* [433Utils ](https://github.com/ninjablocks/433Utils ) - a collection of code and documentation to assist you usage of RF 433MHz modules
* [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)
* [rtclib ](https://github.com/jcw/rtclib ) - a lightweight date and time library for JeeNodes and Arduino's
*3D Printer .*
* [Repetier-Firmware ](https://github.com/repetier/Repetier-Firmware ) - Firmware for Arduino based RepRap 3D printer
*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-11 10:00:12 +00:00
* [esp8266 ](https://github.com/ssokol/esp8266 ) - ESP8266 Wifi library and sample code for Arduino
2015-09-11 09:51:10 +00:00
*Command line*
* [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
*Host side program*
* [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-11 09:51:10 +00:00
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-11 03:20:30 +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!