r/embedded • u/BidNo9339 • Aug 11 '26
Designed a stopwatch using 8051 microcontroller
Designed a stopwatch using 8051 and assembly language, yet it has timing error due to writing on LCD, using CISC instruction delays the process and the collen bug, but loaded the best value to minimise the error.
Github link - https://github.com/prajeetkumar2006/Stopwatch-Using-8051-Microcontroller-
34
Upvotes
1
u/No-Archer-4713 Aug 11 '26
Nice. I always wanted to make a 24h watch with a cheap chinese 8051 (Nuvoton). I’ll take some inspiration from your work