81
SoilWatch 10 / Re: SoilWatch 10 with particle boards
« Last post by pinolec on February 28, 2019, 12:57:07 AM »Hi,
The measured volume is low with the most significant portion being soil right next to the sensor.
Particle boards have an onboard regulator so the microcontroller is powered with a constant voltage regardless of the voltage you supply to the board.
I think Particleboard doesn't have the internal reference at least not 1.1V. Sorry I am not familiar with the Particleboard.
You will be good with default ADC reference which is 3.3V for your board. You don't have to state you gonna use default ADC because is set as default. You would have to state it if you use different analogReference elsewhere in the code.
Hope this makes sense.
Best,
Piotr
The measured volume is low with the most significant portion being soil right next to the sensor.
Particle boards have an onboard regulator so the microcontroller is powered with a constant voltage regardless of the voltage you supply to the board.
I think Particleboard doesn't have the internal reference at least not 1.1V. Sorry I am not familiar with the Particleboard.
You will be good with default ADC reference which is 3.3V for your board. You don't have to state you gonna use default ADC because is set as default. You would have to state it if you use different analogReference elsewhere in the code.
Hope this makes sense.
Best,
Piotr