Espruino in the garden #1743
Replies: 7 comments
-
Posted at 2017-05-15 by Robin Does this provide some insight: http://forum.espruino.com/conversations/270246/#comment13634478 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-15 by countxerox Hi furuskog, You could make a simple soil moisture sensor using two wires stuck in the soil and connected to 3.3v and A7, then just measure the voltage at A7 by doing something like..
Then you can log the data from your soil meter and any other sensors in a google spreadsheet like this example http://www.espruino.com/Logging+to+Google+Sheets You could handle the alerts from google sheets as the there are add-ons which can email you etc I made a similar garden thing which has sensors for light intensity, temperature, humidity and soil moisture http://forum.espruino.com/conversations/302202/ Hope that helps |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-15 by ClearMemory041063 Here's one idea for a soil moisture sensor: http://www.irrometer.com/pdf/research/DROUGHT_WEB_RESIS_BLOCKS-UC%20DAVIS_Drought_Management.pdf |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-16 by furuskog Ahh thank you all. I got some ideas now. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-16 by @allObjects The challenge with a DC powered simple sensor such as 2 wires stuck into the ground is that various effects take place that have over time an impact on the measured values... Electrolysis/Electrophoresis/...deposition on/deterioration of electrodes. To have a lesser effect, apply power only when measuring and apply alternating polarity (AC). Another variable is calibration, which could be done by just having properly watered and waited half period and then measured... (Im sure there are publications out there about this subject in industrial/agricultural production settings). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-22 by @gfwilliams I have some stuff I've done that isn't documented at the moment: Using Puck.js as a soil moisture sensorOn the nRF52 chips you can turn internal pullup resistors on for analog channels - so you can do You could do the same for some other Espruino board but you'd just have to add an external resistor. Controlling a solenoid valveI'm just using a cheap 12v solenoid valve from eBay powered from an old 12v battery from a UPS, and then using a P36NF06L to turn it on and off - it's really easy and very low power. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-22 by furuskog Grate, I'm going to try that. I have also bought some cheap esp32 that im thinking of installing espruino on. I'm thinking about having several soil sensors per unit and maybe using solar power. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-14 by furuskog
I would like some ideas on how to use Espruino for a garden project I want to have several plant sensors to messure the moister levels etc. and warn me when It drops below 20% I also want to export data so i can make graphs.
Beta Was this translation helpful? Give feedback.
All reactions