Sponsored links
Apr22

USB Physical Hit Counter based on AVR ATtiny25

USB Physical Hit Counter based on AVR ATtiny25
This is an USB Physical Hit Counter.This version requires one MCU to communicate between PC and 7-segments display driver.I decided using AVR and this is my first AVR project.The purpose of this project still same as previous version.Therefore,it used to count and display the total page hits on any website instead of using only general scripts such as PHP,Java,CGI etc.The host software no USB driver programming required.
Hardware and software on Display side 
USB physical hit counter interface circuit
Read more
Apr16

Physical hit counter V2

Physical hit counter V2
This is a Physical Hit Counter V2. In this version I use MAX7219 and 7-segment common cathode LED display x 8 instead using mechanical counter like the first version. MAX7219 is a 8-Digit LED Display Drivers and serially interfaced.I use MAX7219 because I got two samples from MAXIM.To interface MAX7219 with PC serial port without MCU, we must convert RS232 voltage level to TTL level. Read more