Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

TASK : Your task is to: (1) connect LEDs and resistors to the RPi3 with GPIO pins 12 (Red), 16 (Yellows) and 21 (Green), using

TASK: Your task is to: (1) connect LEDs and resistors to the RPi3 with GPIO pins 12 (Red), 16 (Yellows) and 21 (Green), using a breadboard. You should connect LEDs positive sides (anode) to GPIO pins and LEDs negative sides (cathode) to one ends of resistors. The other ends of resistors should be connected to GND. (2) Develop a python program to simulate traffic lights. This needs to implement one sequence of blinking LEDs as follows:

RED ON indicating stop (1 second)

RED ON, YELLOW on indicating attention (1 second)

GREEN ON indicating go (1 second)

PAUSE (3 seconds)

GREEN ON, YELLOW blinking indicating attention (3 times)

RED ON indicating stop (1 second)

Use time.sleep() method to hold and blink the LEDs. Use while loop to repeat the sequence.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions