Chamal Ayesh Wickramanayaka
Published © MIT

DIGI XBEE3 with Rain Drop Sensor

Detect rain using together Digi Xbee3 and rain drop sensor.

BeginnerFull instructions provided1 hour625
DIGI XBEE3 with Rain Drop Sensor

Things used in this project

Hardware components

Digi XBee3 Development Kit
×1
Rain drop sensor
×1
Jumper wires (generic)
Jumper wires (generic)
×1

Software apps and online services

XCTU

Story

Read more

Schematics

Digi Xbee 3 with Rain Drop Sensor

Code

Digi Xbee 3 with Rain Drop Sensor

Python
from machine import Pin
import time
p = Pin(Pin.board.D0, Pin.IN)
while True:
  p.value()
  time.sleep_ms(500)
  

Credits

Chamal Ayesh Wickramanayaka

Chamal Ayesh Wickramanayaka

21 projects • 25 followers
Experienced software engineer with a passion for AI, IoT, and innovation, continuously seeking to learn and embrace new technologies.

Comments