lakidd

Results 8 comments of lakidd

Ok so this gets interesting...ubuntu on 14.04 gives me exactly the same result. If i go in and manually create the directory, it compiles which is a good start. The...

I've done some more troubleshooting and it's not that. As soon as we get to `INFO("[APP] Start, connect to Wifi network: %s ..\n", WIFI_SSID);` it crashes straight after. It appears...

sorry I don't understand ? Even if I comment out the above line I get the same result. WIFI_SSID is defined as `#define WIFI_SSID "xxxx"` I've tried replacing WIFI_SSID with...

Yes exactly, it's crashing after a few lines of printing basically debug info, not much else. Can you get it to work ?

no worries, thanks (rudi ?) using the latest esp-idf

so I just updated to the latest library files and now get this ``` [APP] Start, connect to Wifi network: xxx .. /Users/lakidd1/esp32/esp-idf/components/freertos/./queue.c:603 (xQueueGenericSend)- assert failed! Guru Meditation Error: Core...

OK I got it working but it was significant surgery to the existing code. I took the wifi init code from the http example in esp-idf and replaced the code...

And another one... works in uPython fine..