Skip to content

IOT planting system using Arduino and some sensors like soil moisture sensor which send the data to Node.js server via router and socket.io allowing us to track and visualize the data on a mini browser app.

Notifications You must be signed in to change notification settings

at-susie/iot-planting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What It Is

IOT planting prototype app using Arduino and some sensors like soil moisture sensor which send the data to Node.js server via router and socket.io allowing us to track and visualize the data on a web page.

Demo video

How It Works

Arduino

Circuit

Circuit_

Code

Configure your WiFi network in arduino_secrets.h.

#define SECRET_SSID "Your Router's SSID"
#define SECRET_PASS "Your Router's Password"

And enter your server address in arduino_nodejs.ino.

char serverAddress[] = "Your server address";

Server

In 'package' directory

$ npm install

And then run the server

$ node index.js

And then you should be able to see the app from http://localhost:8080

About

IOT planting system using Arduino and some sensors like soil moisture sensor which send the data to Node.js server via router and socket.io allowing us to track and visualize the data on a mini browser app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published