Semester Project 1. Students allowed to work as groups (maximum 5 members) 2. Each group will send one member to pick up
Posted: Tue Apr 12, 2022 10:20 am
Semester Project 1. Students allowed to work as groups (maximum 5 members) 2. Each group will send one member to pick up a lottery number (1, 2, 3, or 4) 3. The lottery number represents your groups project number. Project 1: PIC16F84_Traffic Light This project includes PIC16F84 Microcontroller, and LED s. To simulate circuit in this project, first use Proteus 8. Then implement in physical board. In this project PORTB is set as output port. The different colour Light-emitting diode is connected to the PORTB through a resistor. Upper three bits, as first group of LEDs and lower three bits as second group of LEDs. The micro control set its port as HIGH or LOW State according to program. For HIGH state LED will on and for LOW it will off. Algorithm Step1: Start Step2: Red LED from 1st group and Green LED from the 2nd group will light. Step3: Red & Amber LEDs from 1st group & Amber LED from the 2nd group will light for few seconds. Step 4: Green LED from the 1st group and Red LED from the 2nd group will light. Step5: Amber LED from the 1st group and Red & Amber LED from the 2nd group for few seconds Steph: Goto Step2. Each student must upload their code and complete report to show which his/her contributions for this project.