Category Archives: PICAXE
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. … Read more
VK4ADC is an Australian amateur radio operator whose on-air activities include weak signal/microwave work. As such, he needed a reliable tone generator to modulate his transmitted RF carrier to permit receiving stations to peak their station’s antenna for maximum signal. … Read more
eclectica has posted a circuit for a PICAXE-enabled raincounter. The device employs a 1mm/pulse rain gauge to measure rainfall. Pulses from the gauge’s internal reed switch are read by the PICAXE-08 MCU, which in turn stores the running count in … Read more
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 … Read more
Corticalcafe has posted a project for an audio record and repeat device using a Picaxe-08M microcontroller, piezo speaker, and a handful of resistors. The Beatbox uses LDRs shielded inside nuts to sense the input “drumbeats”! When powered up the LED … Read more
Recent Comments