Capacitor meter for pF
Posted: Tue Dec 05, 2017 3:36 am
Hi all! newbe here.... Project on nodemcu v3
I would need to build a capacitor meter ta can read capacitor between 10pF and 100pF
I started the project with an arduino, and it was quite simple, just plug in A0 and A2 fill the code and ta dam! (see third exemple in link)
but obviously, only on A0 on nodemcu. I tryed method 1 but the capacitor is way to small so it does not work. Solution #2 seem to have some specific code working only on arduino (and anyway, would measure in the range of nF) http://www.circuitbasics.com/how-to-mak ... nce-meter/
So... do you have any idea of how I could do on the nodemcu?? I used google, but no specific solution and for arduino all seem to use specific pin on arduino so I don't think they are exportable...
My project as a whole is for a (REALLY) cheap automatic watering system. The nodemcu mesure capacitance on a probe (build with aluminium can to do a capacitor) when the capacitance drop, it activate a servo motor to open a valve on a gravity drive tube to water the plant. I switch to nodemcu to log the data from the probe.
Any help much much apreciated!
I would need to build a capacitor meter ta can read capacitor between 10pF and 100pF
I started the project with an arduino, and it was quite simple, just plug in A0 and A2 fill the code and ta dam! (see third exemple in link)
but obviously, only on A0 on nodemcu. I tryed method 1 but the capacitor is way to small so it does not work. Solution #2 seem to have some specific code working only on arduino (and anyway, would measure in the range of nF) http://www.circuitbasics.com/how-to-mak ... nce-meter/
So... do you have any idea of how I could do on the nodemcu?? I used google, but no specific solution and for arduino all seem to use specific pin on arduino so I don't think they are exportable...
My project as a whole is for a (REALLY) cheap automatic watering system. The nodemcu mesure capacitance on a probe (build with aluminium can to do a capacitor) when the capacitance drop, it activate a servo motor to open a valve on a gravity drive tube to water the plant. I switch to nodemcu to log the data from the probe.
Any help much much apreciated!