KonaCurrents
KonaCurrents
Tim, First I would like to say this code is some of the best designed and most flexible Ive ever seen. Thank you as it fit a need and I...
Just a followup. This is actually a trickier issue than I thought as the aspect ratio of the desired result is needed (otherwise just create a big image). Without a...
Thanks for the reply and pointer to the backtrace debugging approach. I'll look into that. I assumed that since the error I'm getting was not my code (like Wire) that...
Well, I separated the MQTT.loop which has an interrupt processor, from the actual processing of the received data after returning from the loop - and I get the same error....
That M5 camera (on right in pic) is a self contained unit so there is no wiring on my part. 
I assume the internals of the esp chip to the camera. I just need a good approach to debug, which I haven't figured out on any of my esp projects.
Using an ESP32, and the Arduino environment (not Espressif), I have good success with bridging MQTT and Bluetooth using the #6 version above (the ESP32_BLE_Arduino library). I can connect to...
Yes sadly I still get this issue.
# Follow up: I'm still getting this assert failed (after trying this again after a year off). ``` assert failed: xQueueGenericSend queue.c:820 (pxQueue) ``` Here is what's strange, I change...
# Here is a stack track After leaning how to get the stack track here it is: assert failed: xQueueGenericSend queue.c:820 (pxQueue) ``` Decoding stack results 0x40084269: panic_abort at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/esp_system/panic.c...