Skip to content

iqfareez/soil_humidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Flutter

Soil humidity monitor app

Using Arduino to read the soil humidity sensor, then send the value to the Android app using Serial connection over Bluetooth.

Watch the demo

https://youtube.com/shorts/p8qMC-POkwc?feature=share

Also published on Cytron (for Cytron brand festival 2022)

Getting started

Hardware

Components needed

Code

Open arduino/arduino.ino file and upload the code.

For other microcontrollers other than Arduino Uno, you may needed to change the pin etc.

Circuit

fritzing circuit

Software (App)

Kindly read the readme in soil_humidity_app folder.