Results 464 comments of chegewara

Try to add disconnect callback, maybe you will get info here: `sp.disconnectHandler = NULL;`

I have similar/the same issue with maixduino board. UART connection between k210 and esp32 and very simple example: ``` #include #include #include "gpio.h" #include "fpioa.h" #include "uart.h" #include "sleep.h" int...

I asked this question on bbs and ive been told that nina-fw is used to handle wifi: https://bbs.sipeed.com/t/topic/1007

I have not been using it for almost a year, so i forgot most of it, but afaik its using SPI, and esp32 should be (at least it was) programmed...

This is python code, but i hpe it will help you: https://github.com/chegewara/sipeed-maixduino-test-apps/blob/master/platformIO/MaixPy/esp32-wifi.py

You can also flash esp32 with your own FW. Here is very simple test that is using UART to communicate k210 with esp32. esp32 is flashed with custom fw: https://github.com/chegewara/sipeed-maixduino-test-apps/tree/master/platformIO/freertos/uart-to-esp32...

Like i mentioned in other topic, its NINA. https://github.com/sipeed/Maixduino_esp32_fimware

https://github.com/chegewara/sipeed-maixduino-test-apps/blob/master/platformIO/MaixPy/mic-array.py

Actually there is somewhere "good" documentation for k210 to use with freertos. Sorry but i dont remember where, i printed out it long time ago. Now i have 2 pretty...

I am playing with esp32 S2 and USB stuff right now, but i could test and see how maixduino would works with visuino. I am not using it personally, but...