I have installed actual firmware and made a first benchmark (added to <LINK_TEXT text=“https://forum.micropython.org/viewtopic … =10#p34702”>https://forum.micropython.org/viewtopic.php?f=2&t=2659&start=10#p34702</LINK_TEXT>).
The result is excellent.
Testing the Wifi connection I get an error.
Here is the code:
import socket, network, gc, os
fm.register(board_info.WIFI_RX,fm.fpioa.UART2_TX)
fm.register(board_info.WIFI_TX,fm.fpioa.UART2_RX)
uart = machine.UART(machine.UART.UART2,115200,timeout=1000, read_buf_len=4096)
nic=network.ESP8285(uart)
Here is the problem:
nic=network.ESP8285(uart)
Traceback (most recent call last):
File “”, line 1, in
OSError: couldn’t init nic esp8285 ,try again please
Any idea?
Regards, Claus
I think your problem is no wifi on maix bit?
maix bit does not have WiFi, If you want wifi function, you can buy <LINK_TEXT text=“https://www.seeedstudio.com/Sipeed-MAix … -2874.html”>https://www.seeedstudio.com/Sipeed-MAix-Go-Suit-for-RISC-V-AI-IoT-p-2874.html</LINK_TEXT>