Lab | C403B |
Supervisor | Mr. Hiển |
Time | 7:00 AM |
Hardware | AT89C52 MCU |
Software | uVision Kiel C, Protues, ... |
A project
├──── objects
│ ├──── *.hex
│ └──── ...
├──── main.cpp : my source code
├──── *.h : my header files (if any)
├──── *.pdsprj : proteus file (for sim, if any)
└──── ..
- W2 : Traffic Light (Sim); at89c52 + LED + LED 7SEG
- W3 : Calendar (Sim); at89c52 + LED (LCD/RTC DS1307 if any)
- W4 : Traffic Light (8051 Pro-Kit); at89c52 + LED 7SEG + Button + Interrupt (if any)
- W5 : Calendar (8051 Pro-Kit); at89c52 + LED 7SEG + Button + Interrupt (if any) + DS1302
- W6 : Control 03 devices via IR-Remote (8051 Pro-Kit); at89c52 + LED 7SEG + Button + Interrupt (if any) + DS1302
- W7 : Smart home (03 devices) via IR-Remote, timer, ADC; at89c52 + LED 7SEG + Button + Interrupt (if any) + IR + DS1302
- W8 : Smart home (05 devices) via IR-Remote, timer, ADC, bluetooth from smartphone; at89c52 + LED 7SEG + Button + Interrupt (if any) + IR + DS1302 + bluetooth.
Hope you have a greatful day!