Difference between revisions of "Arduino Notes"
From Simson Garfinkel
Jump to navigationJump to search (Created page with "* [https://www.adafruit.com/product/2821 Adafruit Feather HUZZAH with ESP8266 WiFi] $15.95") |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Arduino is an open source hardware platform that runs a rather odd variant of C in which you define two functions---a function that runs at startup, and a function that runs repeatedly. | ||
+ | |||
+ | Other options include running [[CircuitPython]]. | ||
+ | |||
+ | * https://www.arduino.cc — Marketplace | ||
+ | * [https://www.adafruit.com/product/2471 Adafruit HUZZAH ESP8266 Breakout] $9.95 | ||
* [https://www.adafruit.com/product/2821 Adafruit Feather HUZZAH with ESP8266 WiFi] $15.95 | * [https://www.adafruit.com/product/2821 Adafruit Feather HUZZAH with ESP8266 WiFi] $15.95 | ||
+ | |||
+ | LED Protocol: neopixel: | ||
+ | * https://www.adafruit.com/category/168 | ||
+ | * https://www.adafruit.com/product/1138 | ||
+ | * http://86duino.com | ||
+ | |||
+ | Neat websites: | ||
+ | * http://robopeak.com | ||
+ | |||
+ | LED signs: | ||
+ | * http://usaledsign.com | ||
+ | * http://www.sainsmart.com/sainsmart-1-8-spi-lcd-module-with-microsd-led-backlight-for-arduino-mega-atmel-atmega.html | ||
+ | * http://electronics.stackexchange.com/questions/35824/how-to-use-the-leds-on-sainsmart-protoshield |
Latest revision as of 14:28, 22 October 2019
Arduino is an open source hardware platform that runs a rather odd variant of C in which you define two functions---a function that runs at startup, and a function that runs repeatedly.
Other options include running CircuitPython.
- https://www.arduino.cc — Marketplace
- Adafruit HUZZAH ESP8266 Breakout $9.95
- Adafruit Feather HUZZAH with ESP8266 WiFi $15.95
LED Protocol: neopixel:
Neat websites:
LED signs: