Kasper Lund
Kasper Lund
Hi @dsobotta, Thank you for looking into this. We're planning to transition to [CMake](https://cmake.org/) and maybe we're close enough to supporting C3 that we should try to get hold of...
Hi @dsobotta! We just landed most (all?) of what is need to get Toit to work on the ESP32-C3. Check it out :)
Did we figure out what was going on here? /cc @mikkeldamsgaard
Hi @HoferChristoph. We try to close the modem by asking it to go offline (through the CFUN AT command), but maybe we're missing something. I will take a look next...
In most of the other modem drivers, we manually have to power-on and power-off the modems, but we do not do that with the Monarch.
It is possible to use AT+SQNSSHDN, but I'm not completely sure how to reactivate the modem when waking up. See https://docs.pycom.io/gitbook/assets/Monarch-LR5110-ATCmdRefMan-rev6_noConfidential.pdf.
Is this fixed, @floitsch?
FYI @mikkeldamsgaard: I plan to start landing this in some chunks over the next days, once I've gotten the cellular drivers to pop up as proper network drivers. This way,...
I've looked at this for a while now and I've decided to come up with an alternative approach: #1019. I'd like to avoid forcing everyone who hooks into the log...
Fixed in https://github.com/toitlang/toit/commit/53399f84edb75c55695beace4909dae17e5e956e which is part of SDK v0.0.5.