Martin's corner on the web

Funky v2 low power example

I have consolidated my accumulated so far experience on running the ATmega32U4+RFM12B based Funky v2 in low power mode in this example sketch. I managed to bring the power consumption down to 0.04mA, which makes it possible for the Funky v2 to run on…

Frequency counting test

This is something I long wanted to try out – frequency counting with my Funky v2. I used Albert’s Arduino frequency counter library for the purpose. I’d test it by doing 6 kHz PWM and try to count that. The interrupt…

Drat, and double drat!

Testing the new Funky v2’s low power modes early this morning, I got a constant draw of 3mA, no matter the sleep mode and power saving techniques used.. “Drat, and double drat!” I hope it is a software thing, not a hardware…

Funky v2 – finally

Funky v2 – finally

I got the revised Funky v2 PCBs yesterday and just finished putting together one. It is a painful (eye-hurting too) process, since I do the soldering by hand. It took me 1.5hrs to build this one, I will have to come up…

RGB LED

I’ve never played with RGB LEDs before, got myself couple to try out on Funky v2. The Funky v2 only has 1 pin with PWM, so I used the SoftPWM library instead: An Arduino library to produce PWM signals on…