Ads

Get STM32 tutorial using HAL at $10 for a limited time!

Friday, November 7, 2014

LCD 16x2 Clock with Blinking Colon Separator v2.0 (with Button for Setting Time and Thermometer LM35)

This is the update version of LCD 16x2 Clock. In this version, I added button for setting hour and minute. I also added digital thermometer with LM35 sensor.

Thursday, November 6, 2014

LCD 16x2 Clock with Blinking Colon Separator

This is a LCD clock project with AVR ATmega16 microcontoller. The time display on LCD has a colon separator between hour, minute, and second, which is blinking every 500ms.


Friday, March 7, 2014

Interfacing Arduino to PC Using Processing

Processing is an open source prgramming language and IDE. Processing can used for drawing image or animation. Processing can be download from here. The IDE is very similar to Arduino IDE.


Saturday, January 11, 2014

Programming ATmega16/16A with Arduino IDE

In this tutorial, I will share how to program AVR ATmega16/16A using Arduino IDE. First, download the definition file from here. Next, Copy custom folder from extracted file to hardware folder in Arduino IDE.

Run the Arduino IDE, then from menu Tools select Board → ATmega16/16A (16MHz, External).