To all my readers: Wish you a very Merry Christmas. http://youtu.be/aww5O6wBgbw VFDuino, Arduino compatible Vacuum Fluorescent Display module. Open source release imminent.
Minimalism AVR development board
Lacking of proper development board always poses huge resistance for me to jump onto a new MCU. Even with the most prototyping friendly DIP packages, wiring a programming header onto the breadboard is both troublesome and unreliable. Things become worse when the MCU is an AVR. There is absolutely no way to mount a 2x3 0.1in pitch … Continue reading Minimalism AVR development board
Singapore Mini Maker Faire 2014, from Visitor to Maker
Singapore Mini Maker Faire has entered into the 3rd year. Being at the right time (long weekend) and right location (community club), the turn out is overwhelming. Same overwhelming is the wide range of exhibits, which are far beyond what I can put into words. Giant cardboard structures have become the signature for almost all Singapore maker events. … Continue reading Singapore Mini Maker Faire 2014, from Visitor to Maker
HOWTO: Use STM32 SPI half duplex mode
I've got my hands onto some STM32F030F4P6 ARM-Cortex M0 processors. Though touted as "32 cents 32-bit micro", it is not that inexpensive from DigiKey in one-off quantity ($1.45). However it is still cheaper than ATmegas and offers 3 times the performance. The chip comes in 20-pin TSSOP package. Limited pins require much more thoughts when assigning pin … Continue reading HOWTO: Use STM32 SPI half duplex mode
FlappyDuino – Arduino Day 2014 celebration
March 29 2014 is Arduino's 10 years birthday, also the World's Arduino Day. In conjunction with the global celebration, SG Makers in partnership with IDA is organizing a whole series of events for Singapore Arduino lovers. And I was invited to showcase some Arduino projects. Being not too much dedicated to Arduino, I have to quickly put up something … Continue reading FlappyDuino – Arduino Day 2014 celebration
HOWTO: Write a display driver for SEGGER emWin
One lucky day you wake up to find your dream of creating sophisticated graphics user interface for MCU projects comes true, because STMicroelectronics has released a free version of SEGGER emWin for STM32 line of ARM controllers. But your excitement is quickly balanced by the frustration that your favourite LCD panel is not supported. That … Continue reading HOWTO: Write a display driver for SEGGER emWin
JTAG adapter for Arduino Micro
For the holiday season I get myself an AVR JTAGICE3. Holding the new shiny emulator and a bunch of Arduino boards, what shall I do? Of course to hop onto the all-hail Atmel Studio and ditch the toy-alike Arduino software. Reason being? Debugging Arduino code with serial console is no fun. I need my single … Continue reading JTAG adapter for Arduino Micro
FT230X charger detection investigation
I bought some FT230X (FT230XS) USB-USART bridge chip recently for a new design. FT230X is not only cheaper than the traditional FT232RL, but also offers a new fancy "USB charger detection" function. This interests me because I'm quickly running out of desk space and power socket. I wish the new device to be solely powered by … Continue reading FT230X charger detection investigation
Singapore Mini Maker Faire, 2nd year
Well I should have written this earlier since the Singapore Mini Maker Faire 2013 (#SMMF13) has passed for weeks. This is the second year of the event and the venue was relocated from the remote (to me) Science Center to Singapore's busiest Orchard area. And it is free entry for all 😀 If anything would … Continue reading Singapore Mini Maker Faire, 2nd year
Hacking a cheap LED voltmeter
I'm planning to build a EEVblog-ish constant dummy load for battery and power supply testing. Dave in his build used a LCD voltmeter for the display. In the senseless pursuit of difference, I tried other display solutions including character LCD, graphics LCD, OLED, TFT, AMOLED, IPS, which resulted in several previous blogs but nothing ends up … Continue reading Hacking a cheap LED voltmeter