breadboard

Arduino circuit

Fading an LED off and on using Arduino

Demonstrates the use of the analogWrite() function in fading an LED off and on. AnalogWrite uses pulse width modulation (PWM), turning a digital pin on and off very quickly, to create a fading effect. Circuit Connect the anode (the longer, positive leg) of your LED to digital output pin 9 on your Arduino through a 220-ohm resistor. Connect the cathode (the shorter, negative leg) …

Fading an LED off and on using Arduino Read More »

MKR1000

Control your MKR1000 with aREST Framework Using Arduino

You can control your MKR1000 remotely with a RESTFUL interface. Things used in this project Hardware components Arduino MKR1000 × 1 LED (generic) × 2 Resistor 220 ohm × 2 Jumper wires (generic) × 5 Software apps and online services Arduino IDE Story It would be nice to communicate with an Arduino thru RESTFUL interface …

Control your MKR1000 with aREST Framework Using Arduino Read More »

Slaveflash

Slaveflash with Attiny24 ver. 2.0

You might have noticed the Slaveflash I built with an Attiny 24, the instructable can be found here: Slaveflash-trigger-for-digital-with-Attiny24 After building the first prototype I collected all my old flashes I got over the years and had four more slaveflash-triggers to built. I already figured out an PCB-Layout for the SOIC-version of the attiny 24. But the biggest …

Slaveflash with Attiny24 ver. 2.0 Read More »