From charlesreid1

No edit summary
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
Arduino stuff.


=Basic Circuits=
=Links=


==Hello World==
* Adafruit project list: https://learn.adafruit.com/series/learn-arduino
* RFDuino: https://www.sparkfun.com/products/13209 and http://www.rfduino.com/shop/index.html
* Arduino at DX Zone website: http://www.dxzone.com/cgi-bin/dir/jump2.cgi?ID=20422


A simple circuit showcasing "Hello World" on the Arduino.
=Flags=


[[Hello World Arduino Micro]]
{{ArduinoFlag}}
 
[[Hello World Arduino Leo]]
 
[[Hello World Arduino Pi]]
 
==Blink==
 
[[Blink Arduino Micro]] - covers a simple blink program, then improves it by incorporating a morse code library.
 
==Morse Code on Arduino==
 
A guide to installing the Arduinomorse library from GitHub, which allows you to send morse code with the Arduino by including a header:
 
[[Arduinomorse Library]]
 
==LED Display==
 
Powering an LED display with an Arduino.
 
[[Arduino LED Display]]
 
=Morse Code Generator=
 
This project involves using the building blocks covered above - an LCD scren, the Arduinomorse library, and a piezoelectric speaker - to create a morse code generator with an Arduino Micro.
 
[[Arduino Morse Code Generator]]
 
[[Category:Arduino]]
[[Category:RaspberryPi]]

Latest revision as of 07:34, 22 June 2016

Arduino stuff.

Links

Flags