User:Tankzter/getting started with programming arduino: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Starting with Arduino programming == Here is my start on arduino programming, I made this with a help of one of my best friends, and then remade it on my own. Tip: if you..." |
mNo edit summary |
||
Line 3: | Line 3: | ||
Tip: if you are doing this first time, then pick an easier project that you can find in the arduino software library. or if using Sparkfun set like I did, go through the basic project provided by it. | Tip: if you are doing this first time, then pick an easier project that you can find in the arduino software library. or if using Sparkfun set like I did, go through the basic project provided by it. | ||
== The Wiring & board == | |||
== The light detector and emitter! == | == The light detector and emitter! == | ||
This program uses a photo resistor to control the led lights, the photo resistor detects the light and resists accordingly. | This program uses a photo resistor to control the led lights, the photo resistor detects the light and resists accordingly. | ||
then I have four Leds for the resisting output of the Light resistor | then I have four Leds for the resisting output of the Light resistor | ||
<gallery mode="slideshow"> | |||
[[File:20161111_140349.jpg]] | |||
[[File:20161111_140349.jpg | [[File:20161111_144734.jpg]] | ||
[[File:20161111_140428-ANIMATION.gif]] | |||
[[File:20161111_144734.jpg | [[File:2016-11-11.png]] | ||
</gallery> | |||
[[File:20161111_140428-ANIMATION.gif | |||
[[File:2016-11-11.png |
Revision as of 14:57, 18 November 2016
Starting with Arduino programming
Here is my start on arduino programming, I made this with a help of one of my best friends, and then remade it on my own.
Tip: if you are doing this first time, then pick an easier project that you can find in the arduino software library. or if using Sparkfun set like I did, go through the basic project provided by it.
The Wiring & board
The light detector and emitter!
This program uses a photo resistor to control the led lights, the photo resistor detects the light and resists accordingly. then I have four Leds for the resisting output of the Light resistor