ESP8266 & Seeed Moisture Sensor - Quick Start in 2 Mins
by MongooseOS in Circuits > Microcontrollers
126 Views, 0 Favorites, 0 Comments
ESP8266 & Seeed Moisture Sensor - Quick Start in 2 Mins
1) Get your ESP8266 and Seeedstudio Moisture Sensor ready. You can use it from any of the Seeedstudio Grove Kits.
2) Download and install mOS tool for Mongoose OS. Follow installation instructions on https://mongoose-os.com/software.html
3) Follow step by step instructions from the video above.
4) init.js code:
load('api_grove.js');Grove.Button.attach(5, function() {
print('Moisture: ', Grove.MoistureSensor.get(0)); });
5) Enjoy!
If you like this and find useful, please hit the 'Favourite' button and don't forget to 'Share'. That way we will hear your feedback and bring even more exciting projects to you door.
Check also other projects by Mongoose OS team.
Let us know if any questions or feedback -> forum.cesanta.com