News

Arduino Uno (I think) Please try yourself if the library is working on your Arduino.
Here using ATMEGA 4809 Arduino nano board and Capacitive Soil Moisture Sensor V2, I am trying to make an Automatic drip-irrigation system. Below is my code which is being used in the project. /* code ...
Describe the bug analogRead(A0) - is returning a value that does not fit within 10 bits, like 3349. Guessing that analogRead is returning 12 bits, whereas the document: https://docs.arduino.cc/lang ...