sipeed / Maixduino

Arduino port on Maix board ( k210 )
https://maixduino.sipeed.com
Other
214 stars 93 forks source link

WiFi API Compatibility Issues #32

Open iZhangHui opened 5 years ago

iZhangHui commented 5 years ago

Arduino official boards use almost the same wifi chip with Maixduino. In order to keep WIFI API compatibility, please port the official codes into Maixduino repo.

Arduino WIFI boards: ARDUINO UNO WIFI REV2 ARDUINO NANO 33 IOT

WIFI Library and firmware: WiFiNINA Firmware for u-blox NINA W102 WiFi/BT module

u-blox NINA: NINA-W1 series.pdf

chegewara commented 5 years ago

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

iZhangHui commented 5 years ago

@chegewara But it seems that the library and examples Maixduino supplied is not working. Maixduino host CPU can't commicate with esp32 WIFI module.

Pali775 commented 4 years ago

I assume, that Maixduino WiFi connection still not fixed... I need to conclude that buying Maixduino as IoT quick prototyping solution was a really big mistake... no support, no help, no improvements... It is a pitty...

marcusobrien commented 1 year ago

@chegewara - I also can not get the EPS32 wifi module working with the c/C++ arduino or platformio frameworks - which firmware cna be used to get the ESP 32 Wifif working for C/C++ Maixduino aplications (not MaixPy the wifi works for python apps).

romainreignier commented 1 year ago

I did not tried the WiFiNINA library yet, but managed to use the Wifi, see my comment here: https://github.com/sipeed/Maixduino/issues/87#issuecomment-1275044906