AgroBioSync is a fundamental research project created by my team of highly trained individuals:), and is used to automate farming and giving a greener altrenative for farmers. The product consist of 2 main subproduct:
- The Machine
- The Organic Fertilizer
- Web interface
- dedicated server
- Data logging, with history
- Organic Fertilizer
- Farming Automation
- Clean backend
- The code is made by a single person(Me), therefore unexpected bugs may appear.
- And it is made within a limited timeframe.
- Authentication
- Cookies
- Nav Bar ✔️
- Home Page ✔️
- Contact Us Page ✔️
- About Us Page ✔️
- Profile for each of the member in the About Us Page ✔️
- Whats App Phone number redirect ✔️
- Video ✔️
- Faq ✔️
- Ai Insight based on data analytics
Link: https://agrobiosync.netlify.app/
- Change all Variables to fit your needs.
- Ensure that the NodeMCU is plugged in.
- Ensure that platformio.exe is in your PATH environmental variable.
- Open a new terminal and run
cd NodeMcuHTTPcode; platformio run --target upload; platformio device monitor --baud 115200
. - Use any device to sign the NodeMCU to your wifi.
- In a new terminal run
npm run start
. - Open http://localhost:5173/.