ZuWard
ZuWard
I have reviewed the discussion, but I have only succeeded with the code in the discussion once. Even if the same code is used after the second attempt, it cannot...
Under the same code, there will always be an OSError prompt: Ethernet enable failed. I guess it's a problem with SPI blocking. How can I avoid this problem. When I...
> > Hello! > > Sorry, how should I use the mqtt protocol to connect to the mqtt server on micropython+esp32 after using this driv > > 这个esp32+5500连接成功后,遇到个奇怪的现象,就是做TCP服务端的时候,revc(5),接受服务端发过来的数据,不足5那么他就阻塞,超过5,那么数据就分开来发,用wifi的时候没问题。MQTT有个库,可以用,使用wifi的时候一切正常。 使用wifi的时候可以使用官方的mqtt的库 但是使用这个仓库的驱动时...