Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3 Assignment Description Create a small Arduino project in tinkerCAD. The project must make use of at least the following: Any 2 of the
3 Assignment Description Create a small Arduino project in tinkerCAD. The project must make use of at least the following: Any 2 of the following analog sensors: TMP36, Flex sensor, Photoresistor, or Force Sensor. AND Any 2 of the following Digital input devices: Pushbutton, Slide switch, or DIP switch. AND Any 1 of the following Digital output devices: LED, or Piezo Buzzer. AND Any 1 of the following PWM output devices: DC Motor, Hobby gearmotor, RGB LED. AND A 16x2 LCD display AND Basic Serial input and Output ont F Paragraph F I You are not allowed to use a circuit from one of the examples, lessons, previous assignments, or from the internet. In you program you must make use of the following: analogRead(), digitalRead(),analogWrite(), digitalWrite() if statements and if else statements, (i.e. testing the value of a sensor) at least 1 while loop at least 1 for loop an array variables The LCD display arithmetic (+,-,,/,%) and compound operators (+=-=*=,/=,%=) Comparison and Logical operators Serial communication to send and receive data Styles You are required to submit the following using the submission template: A brief description of your project and program (50 word max) Your Tinkercad circuit Your neatly formatted Arduino program code. Both PDF and docx (MS Word) formats will be accepted.
Step by Step Solution
★★★★★
3.42 Rating (158 Votes )
There are 3 Steps involved in it
Step: 1
In this project a LED is used and a push button to control LED operation When slide switch is open t...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