Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question a) to g) are based on the following Arduino Uno figure. B E A D4 F 9000 9A5 DIGITAL (PWM-) E O UNO
Question a) to g) are based on the following Arduino Uno figure. B E A D4 F 9000 9A5 DIGITAL (PWM-) E O UNO ARDUINO NOVES HERMAN POWER O www.ARDUINO.CC MADE IN ITALY JK L ON 8 G ANALOG ICSP H Input methods a) [2] Arduino can read analog signals through its pins. In the above figure of Arduino Uno, which pins can be used to read analog signals? Indicate all letter(s) representing these pins! b) [2] Without any data processing, what is the maximum level of analog signal that can be properly read by the pins in question 1a)? (Answer in voltage) c) [2] The Analog to Digital Converter in Arduino Uno system has a number of quantization levels. How many levels are there? d) [2] If we feed one of the pins in question la) with P volt, what level does the arduino read? (Answer in integer number, not binary. 0.50 V < P < 4.50 V) [2] If we feed one of the pins in question 1a) with an analog signal and the Arduino reads a level of Q. What is the voltage of the analog signal? (Answer in V, 2 decimals, 100 < Q < 1000) e) Output methods A PWM signal is controlled by pin 5 with a duty cycle of R %. (20% Question h) to j) are based on the following figure. 0000000000000 3210980 7654 Arduino EV 235665 012345 OOOOOO 000000 5 2 M 3 +V Gnd h) [2] If pin 3 is "high" and the motor M is running, determine the direction of current flow by using the node numbers (1 to 5)! For example, the number 41 indicates current flowing through the diode (forward current) and capacitor. i) [2] From condition in question h), if pin 3 is suddenly turned off then there is still some current flowing in the circuit. Determine the direction of this current flow! j) [2] Explain the kind of problem that may arise from driving motor in Arduino and the way to solve it!
Step by Step Solution
★★★★★
3.36 Rating (159 Votes )
There are 3 Steps involved in it
Step: 1
Input methods L298 2define L298ENA 5 3define L298IN1 6 4define L298IN2 7 5 6 7 SCRIPTS VARIABLES 8int counterScheduler 9unsigned long timerScheduler 0 ...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