Sensors and Actuators/Arduino Basic Starter Kit: UNO R3 PROJECT
Arduino Basic Starter Kit: UNO R3 PROJECT
list of what the Arduino Basic Starter Kit typically includes:
1. Arduino Uno R3 board
2. Breadboard
3. Jumper wires
4. LEDs
5. Resistors
6. Potentiometer
7. Push buttons
8. Photoresistor
9. Temperature sensor
10. Servo motor
11. DC motor
12. Buzzer
13. LCD screen
Sensors and Actuators
To make the setup, the components you need for it are include:
- Arduino Uno
- USB Lead
- 3 Breadboard Jumper Wires
- Servo motor SG 90
In order to operate the servo motor, we utilized its dedicated code provided within the Arduino application under File > Examples > Servo > Sweep. Prior to assembling the components, we referred to online resources to determine how to connect the servo motor's wires to the Arduino.
This code is a script for controlling a servo motor using an Arduino. The script includes a simple sweep function that moves the servo motor back and forth between 0 and 180 degrees.
The wiring configuration involves:
- Connecting the brown wire (Wire 1) to the ground (GND).
- Connecting the red wire (Wire 2) to the 5V pin.
- Connecting the third wire (Wire 3) to a PWM (Pulse Width Modulation) signal pin on the Arduino.
Comments
Post a Comment