Flash LED
The inspiration came for this project.
The idea is that we make a smart bell so that when someone approaches the door, it rings automatically.
For Electrical Design
Tinkercad Software for designing the electric circuit
Materials :
1- Breadboard and Jumpers to connect the components.
2- Ultrasonic Sensor.
3-Arduino UNO.
4- Arduino Cables.
5- Led.
6- Buzzer.
Arduino Uno for implementation using Arduino board
LED
Arduino UNO
Ultrasonic sensor
Jumpers
Resistance
Arduino Cable
Breadboard
Buzzer
Final Code and Blocks
Final Code using Arduino IDE
Ultrasonic Sensor installed
LED and Resistance installed
Buzzer installed
Tinkercad Software Test
Hardware Test
Unfortunately, I wasn't there because my mother was sick.
But when I asked my friends in the group, they helped me and told me how to complete the week.
The problem I faced was that I knew how to read the sensor in the wrong place on the code block.
The sensor would only read the sensor once it was running, and thus the code would have an error.
I solved this problem by transferring the reading code from the sensor so that it reads every bit, so the code will remain working normally
I learned more about Arduino programming, and this will help me in the project.
I also need to know how to program it to measure the moisture content of the soil and deal with the codes with the sensors.
Whatever I learn about Arduino programming, I try to share this information with one of my friends so that they can understand and learn as well.
Unfortunately, I wasn't there because my mother was sick.
Final Code using Arduino IDE