- Arduino Mega 2560
- ESP Serial 8266
- Ph Sensor Module
- Ds11b20 waterproof tempreture sensor
- 4 Pin Ultrasonic sensor
- Arduino IDE
- Blynk Cloud
- Blynk Mobile App: Google Play | App Store
-Install Required Libraries and import libraries in adruino IDE.
Blynk Arduino Library
One WireArduino Library
Dallas TempreturArduino Library
-Edit and Add Your Auth token from blynkhere
char auth[] = Your Auth Token;
-Add your wifi ssid and passwordhere
char ssid[] = "Your ssid here";
char pass[] = "your password leave blank for open network";
-Compile and Upload code on Arduino Board.
-Add Vitual pin input from arduino to blynkdocumentation
We accept contributions for stability bugfixes, new hardware support, or any other improvements. Here
Feel free to open pull request or issues.
This project is released under The MIT License (MIT).
Full Blynk Documentation - a complete guide on Blynk features
Community (Forum) - join a 500,000 Blynk community to ask questions and share ideas
Ph sensor - helpful articles on ph sensor calibration
Code Examples Browser - browse examples to explore Blynk possibilities
Arduino Documenattion -Arduino Documenattion