Making a program start using a switch

Making a program start using a switch using Arduino

Connecting the Switch To connect the switch to the Arduino, you will need the switch, two jumper wires, and a 10kΩ (brown-black-orange) resistor. Once you have all the required parts, you will need to wire the switch to the Arduino using the breadboard. NOTE: The virtual board may be slightly different from the physical one. This …

Making a program start using a switch using Arduino Read More »

Programmable auto filter interface for C64

Programmable auto filter interface for C64 using Arduino

Overview A software / hardware combo that allows for control of the analog filter inside a Commodore 64 that is running Cynthcart from a host computer (eg, Macbok, PC). Software • 16-step filter sequencer • Set the speed of the filter sequence (with intervals between values reaching 2ms) • Set the length of the sequence from 1 …

Programmable auto filter interface for C64 using Arduino Read More »

LEDs and PWM.

Using Processing to Send Values using the Serial Port to Arduino

In this write-up, I’ll show how to create a value in Processing and then send this value over the serial port to the Arduino. In the example I’m setting values of LEDs making them brighter or dimmed but this example can be extended to control other items – which I plan to do later! Basically I’m going to set a value between 0 and 255 …

Using Processing to Send Values using the Serial Port to Arduino Read More »

Using a quadrature encoder rotary switch

Using a quadrature encoder (rotary switch) with Arduino

I’ve found several sites and posts explaining how to use a quadrature encoder with an Arduino, but wasn’t completely satisfied with any of the methods used. Perhaps part of the problem is with the encoder I’m using: it’s part #COM-09117 at Sparkfun.com. This encoder has twelve detents per rotation, and each detent covers one complete cycle …

Using a quadrature encoder (rotary switch) with Arduino Read More »