Flood Notification App ( This is the node.js code )
Go to file
kicap1992 c90336efbb first commit 2024-08-10 07:31:48 +08:00
.gitignore first commit 2024-08-10 07:31:48 +08:00
README.md first commit 2024-08-10 07:31:48 +08:00
bun.lockb first commit 2024-08-10 07:31:48 +08:00
conn.js first commit 2024-08-10 07:31:48 +08:00
image-1.png first commit 2024-08-10 07:31:48 +08:00
image.png first commit 2024-08-10 07:31:48 +08:00
index.js first commit 2024-08-10 07:31:48 +08:00
jsconfig.json first commit 2024-08-10 07:31:48 +08:00
package.json first commit 2024-08-10 07:31:48 +08:00
socket.js first commit 2024-08-10 07:31:48 +08:00

README.md

Flood Notification App (Node js)

this is the script for esp8266 connected to 2 water level sensor and a ultrasonic sensor.

If the water reach the first water level sensor then "warning",

If reach second water level then danger and the water is measure by ultrasonic

the value is send to node js server (run it using "bun --hot index.js")

then it will be display to a flutter app.

alt text

alt text