Template:ArduinoFlag: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 45: | Line 45: | ||
'''Wifi:''' | '''Wifi:''' | ||
Connecting an ESP8266 chip to an Arduino to enable | Connecting an ESP8266 chip to an Arduino to enable the Arduino to speak the 802.11 wireless protocol. | ||
[[Arduino/Wifi]] | [[Arduino/Wifi]] | ||
Revision as of 20:11, 20 June 2016
|
|
Arduino all the arduino things
Arduino/Micro · Arduino/Leonardo
A basic "hello world" circuit in which the Arduino's power pins are used to light up an LED. Arduino/Micro/Hello World · Arduino/Leonardo/Hello World
The next step after powering an LED with the Hello World circuit is getting the LED to blink. Arduino/Micro/Blink · Arduino/Leonardo/Blink
Getting a morse code library up and running on an Arduino requires some extra libraries. Arduino/Morse Code Libraries · Arduino/Morse Code Circuit · Arduino/Micro/Blink Morse Code
Arduino microcontrollers can be hooked up to a Sainsmart 128x4 LCD display to display information from the Arduino.
Connecting an ESP8266 chip to an Arduino to enable the Arduino to speak the 802.11 wireless protocol.
|