Question
Audino: Internet of Things Build a circuit and accompanying code that does the following : a. Ask the user at least 3 different yes or
Audino: Internet of Things
Build a circuit and accompanying code that does the following : a. Ask the user at least 3 different yes or no questions that will be presented on an LCD screen one by one. The user must use one of two buttons to answer each question. The user will press button one when they would like to answer yes and will press button two when they would like to answer no. b. Per Question, give the user an option to request a hint through the serial monitor by entering hint. Once the user inputs hint on the serial monitor, display a specific hint on the serial monitor for the question you are currently presenting on the lcd screen. c. You will also need an RGB led. Per Question, if a user answers a question correctly, light up the led in green. If they answer the question incorrectly, light up the led in red. If they answer the question correctly after using a hint, light up the led in yellow. d. Once The 3 questions have been asked and answered by the user, display how many answers the user got correct on the serial monitor. e. You may let your program loop again after it is complete or end it.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started