Lesson 1 of 0
In Progress

Rain Sensor Interfacing with TeBoT

Rain Sensor Interfacing with TeBoT

Rain Sensor Interfacing with TeBoT

Aim:

The main aim of the project is to interface the rain sensor with TeBoT.

Components Required:

Sr. No Component Quantity
1 TeBoT and cable 1
2 Rain Sensor 1
3 Jumper Cable(M-F) 3

Connection and Code Upload:

Step 1: Connect the TeBoT with your device and turn on it.

Step 2: Select the board and port, then upload the code.

Warning: If you face any issue while uploading the code, first “OFF” the TeBoT. Next, turn “ON” the TeBoT. Press the “BOOT” button for a short time then press the “RESET” button once. Then release the “BOOT” button.

You will get a drive. Then upload the code.

Step 3: Connect Rain sensor with module.

Step 4: Connect the raindrop module with TeBoT.

  • VCC of raindrop with VCC (1st pin in ultrasonic port from right to left) of TeBoT.
  • GND of raindrop with GND (1st pin in ultrasonic port from left to right) of TeBoT.
  • DO of raindrop with Pin no 14 (2nd pin of ultrasonic port from left to right) of TeBoT.

Step 5: Now connect the cable with TeBoT and turn on. Click on the serial monitor of Arduino IDE.

When you put some water (a single drop) on the raindrop module, you will see that “It’s Raining!” is printing on serial monitor.

Conclusion: From this project we got the idea about all components, connection of those components and made the interfacing of rain sensor with TeBoT.