Sylwester
Sylwester
I've figured out the deepsleep waking actually works when tying that gpio to gnd (and without nrf24). I guess the pulse from the NRF24L01+ is too short to trigger the...
Even if not calling read() or what_happened(), the IRQ is just a short pulse and goes to high. For some reason, before a package is received, IRQ stays low.
For reference, the current code is: https://gist.github.com/DatanoiseTV/5e5059a4e3947e1859e5af303d7464d9
I did some more testing today and weirdly enough, it received always 3 packets after wakeup (no matter in which interval) and then becomes unreachable. Edit: Sometimes it is 4.
I tried now also flushing the RX/TX before going to sleep. I tried dormant mode with a bare (no RF24) project and it seems to work properly with active low....
I tried to manually wake up the RP2040 by a low gpio to verify the sleep is working properly. My IRQ mask is set to 1, 1, 0, so it...
I think sleep now actually works after removing sleep_run_from_xosc() and changing sleep_goto_dormant_until_pin(14, true, false); It's a bit hard to debug, but my led flashes and then stays off till another...
I am currently hacking around and seeing if I can get anything like this up and running.
@elvarb But doesn't the telegraf JSON HTTP input just take integer and float responses? Could be problematic to deal with strings.
@modlfo Thank you! Maybe it would make sense to make a template? I've started one for https://github.com/garygru/yummyDSP yummyDSP.ml ``` (* The MIT License (MIT) Copyright (c) 2014 Leonardo Laguna Ruiz...