Question: Questions Q1-Design and write C program based on mbed operating system to implement a sunflower solar panel. Using the following components. 1- Mbed microcontroller board.
Questions Q1-Design and write C program based on mbed operating system to implement a sunflower solar panel. Using the following components. 1- Mbed microcontroller board. 1 piece. 2- Servo motor (rotates from 0 to 180 degrees). 1 piece. 3. Photoresistor also known as LDR (light-dependent resistors), (Analogue device). 4 pieces. 4. Jumpers (wires). Any number 5- A solar panel with mechanical components. Draw a circuit diagram and write the code. The four photoresistors should positioned in front of the sun at four differe angles. The one that generates greater readings indicates that it is pointing to the current position of the sun. Send the current position to the PC using serial port. See the following example to sweep a servo through its full range. (35 Mart #include "mbed.h" #include "Servo.h" Servo myservo (p21); int main() ! for (float p=0; p
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
