Hack an Etch a Sketch toy to act as a display for your projects. In this example it’s used as a temperature logger. The project uses two stepper motors driving the knobs, which are controlled via a PICAXE 18M2 microcontroller. Via Hacked Gadgets.
Tag Archives: Picaxe
$5.00 simple oscilloscope using Picaxe and VB
Patrick Cambria posts this simple oscilloscope project using a Picaxe-08M microcontroller and a potentiometer. The Picaxe is programmed in BASIC and the entire MCU program follows: main: READADC10 1,B0 SERTXD(#B0,10) goto main The output from a potentiometer voltage divider is fed into an ADC pin of a PICAXE 08M then serially transmitted to a Serial […]
IR remote controls webcam movement
In this project, Oh-zap uses a Picaxe 08-M along with a Sony protocol remote to control the movement of a servo with attached webcam. Via Electronics-lab.com
