Uno R4 Wifi Esp32 Modem source

Is the source for the esp32 modem imp available. Two reason, the first being simply being able to answer my own questions, and second to explore the possibilities of adding a couple of new coproc features... Store and forward logging and an ntp background client.

Is this source available somewhere? Will it be opem sourced?

Thanks,

Rich

1 Like

Thanks much!

Would you have any idea what the status of the DAP support is within the bridge imp? I just spent a few weeks building a spa equipment controller that integrates into Home Assistant; has NTP, Telnet,... The point being debugging takes way too long. Being able to have a real debug environment - like with the Minima would be great. It looks like from the modem src there is some intent to let the ESP32 be a DAP debugger. Is there a good way to get official intent from the Arduino.cc folks?

Thanks,

Rich

for me it worked a few months ago. I had problems to build for debug then. the breakpoints didn't work, but at crash I was investigating I was able to see the stack trace and values.

Were you using the arduino.cc IDE or something like platformio?