Template:ArduinoFlag: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 41: | Line 41: | ||
[[Arduino/LCD Display]] | [[Arduino/LCD Display]] | ||
'''Wifi:''' | |||
Connecting an ESP8266 chip to an Arduino to enable an Arduino to talk to a Wifi network. | |||
[[Arduino/Wifi]] | |||
Revision as of 20:10, 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 an Arduino to talk to a Wifi network.
|