Microcontroller Projects

traffic lights with 7 segment using 8051 microcontroller

›
It is a nice project. It is easy to understand and implement. I have implemented it on Proteus not on hardware but its easy when you will i...

toggle program in assembly

›
Toggling using timer: org 00h mov p3,#00h mov p2,#00h again: acall delay mov p2,#0feh mov p3,#7fh acall delay mov p2...

toggle using timer using 8051 microcontroller

›
It is a good practice to toggle the pins using timer. We just provide exact delay using timer. Pins automatically changes its state after a...

temperature sensor program

›
A digital temperature sensor   Temperature detector: ORG 0000H ADC_RD                EQU P2.0               ADC_WR               EQU P2.1 ...
›
Home
View web version
Powered by Blogger.