Skip to content

7. Input & Output device

This week I worked on integrating various input and output devices with the WiFi MKR 1010 Arduino board.

work summary

Servo Motor: I successfully integrated a servo motor with the WiFi MKR 1010 Arduino board. The servo motor allows for precise control of angular position and is commonly used in robotics applications. I researched the necessary wiring connections and found suitable code to control the servo motor.

RGB LED: I worked with an RGB LED and connected it to the WiFi MKR 1010 Arduino. RGB LEDs enable the creation of various colors by adjusting the intensity of the red, green, and blue components. I researched the appropriate wiring setup and obtained the necessary code to control the RGB LED.

Ultrasonic Sensor: I incorporated an ultrasonic sensor for measuring distances. The ultrasonic sensor uses sound waves to determine the distance to an object. I successfully connected the ultrasonic sensor to the WiFi MKR 1010 Arduino and found a suitable code example to read distance measurements from the sensor.

Humidity and Temperature Sensor: I also worked with a humidity and temperature sensor. This sensor allows for measuring the humidity and temperature of the surrounding environment. I researched the required wiring connections and obtained a code example to retrieve humidity and temperature readings from the sensor.

Working on integrating devices onto the arduino microcontroller requires main things after understanding the main function and requirements of the device:-

1-wiring configration 2-the software weather what libraries or how the code work

for that researching was the main part of this week so instead of posting the steps or details of each device i will link the page where i got the infos from.

image-35.png

files

click to download my car model


Last update: June 14, 2023