LED Projects

POV Cylinder with Arduino Due

Story Introduction This is my first Arduino project. My work was inspired by several maker projects that created Persistence of Vision Displays [2,3,4]. Persistence of vision (POV) refers to the optical illusion whereby multiple discrete images blend into a single image in the human mind and believed to be the explanation for motion perception in cinema and animated films [1]. The […]

POV Cylinder with Arduino Due Read More »

Token number display system using microcontroller

Bank token number display project is build using ATmega8 Microcontroller and ULN2003 for driving large LED display, PCB layout, Circuit diagram are self explanatory. It is capable to display three digits, its simple project using microcontroller. Token issue systems are ideal for banks, airports, public dealing offices, hospitals,doctor’s clinics, restaurants and other such places where

Token number display system using microcontroller Read More »

Blinking LED using Atmega32 Microcontroller and Atmel Studio

Similar to printing ‘Hello World’ in C or C++, the very first step towards programming a microcontroller is Blinking a LED with a delay. Atmega32 is a very popular high performance 8 bit AVR Microcontroller. For this example project we need to use two registers DDR and PORT. DDR stands for Data Direction Register, it

Blinking LED using Atmega32 Microcontroller and Atmel Studio Read More »

Scroll to Top