diff --git a/README.md b/README.md index be523c9..f6d5cef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ The LEDs are Simulating a nice-looking Fire-Effect. This effect is generated usi It also features a LDR Light-Sensor to turn on the Lamp in the Darkness automatically. In the code you can set a time after which the lamp automatically turns off, even if it is still dark. +This circuit can be used with old solar lamps like i did it with this one: + + # Software The software is based on several different code snippets. You can find links to them in the Sources-Tab. @@ -21,7 +24,9 @@ There are a view different configuration options (like on-time, color, ...), whi ### 2. wiring I use a Arduino Nano to program the ATtiny, but also a Arduino UNO will do fine. Hook up the ATtiny like it is shown in the schematic: + + The capacitor is important because it prevents the Arduino from resetting itself while programming the ATtiny. ### 3. Download ATtiny13 support for the IDE diff --git a/pictures/lamp.jpg b/pictures/lamp.jpg new file mode 100644 index 0000000..bc247a5 Binary files /dev/null and b/pictures/lamp.jpg differ diff --git a/pictures/lamp_gif.gif b/pictures/lamp_gif.gif new file mode 100644 index 0000000..0e98428 Binary files /dev/null and b/pictures/lamp_gif.gif differ