Philip Howard
Philip Howard
It's a side-effect of the fact it makes sense for all the readings to be processed at once, coupled with the fact I prefer methods over attributes for getting values......
I have opened an Issue to propose changes to `Flash()` (which I will probably raise as a PR, also) so we can make this happen - https://github.com/micropython/micropython/issues/9208
Is it worth also adding a `version` to config.py? In future it would let us do a simple check to fail fast on an out of date config.
Support for flash regions has been merged upstream as of - https://github.com/micropython/micropython/commit/6aa3c946347281875165392c09753547d8c77fc3
Not super helpful, I know, but it seems to be running continuously for me here. Is it still locking up?
I've managed to dig up a 3B v1.2. Do you have a link to your OS image?
Okay, I've set up a Pi 3B running the same OS and the "all-values.py" example. I ran an overnight test on the Pi 5, but it was still running this...
@MrDrem the relative complexity may be too much for the little RP2040 to handle, not to mention the battery consumption. It might be somewhere between impractical and impossible to pull...
As far as I'm aware the RPi.GPIO shim has the same limitations that are currently preventing any progress here- lack of pulse counting and PWM. Feel free to test but,...
This is a feature, if the soil is dry enough that it gets to the alarm level then it'll incessantly beep until it's watered again. Perhaps it should silence until...