issues Search Results · repo:MoJo2600/esp-soil-moisture-sensor language:C++
Filter by
3 results
(41 ms)3 results
inMoJo2600/esp-soil-moisture-sensor (press backspace or delete to remove)Hello
Can you explain this?
// Battery Drop Correction to normalize to reading at 3.0V moisture = vccReading3VSetting.get() * moist_raw /
batteryCharge;
Example: vccReading3VSetting.get() = 958 moist_raw ...
RicardoHipp
- 8
- Opened on Jun 6, 2020
- #3
The code for adjusting the sensor reading to the battery level is not working correctly and the reading is then
always 0.
MoJo2600
- 2
- Opened on May 5, 2019
- #2
In the file esp-soil-moisture-sensor/src/esp-soil-moisture-sensor.cpp in the function getSendTemperature() there is a
Wire.endTransmission() after a Wire.requestFrom(). That Wire.endTransmission() can ...
Koepel
- 1
- Opened on Apr 30, 2019
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.