@felmue
Hello, I'm going to tell you everything I know and have tried so far.
I'm experiencing an issue with my M5 Hard devices. A few months ago, I purchased a couple of M5 Hard units for an MQTT data transmission project. I developed it in UIFlow 2, and everything worked perfectly.
Recently, I bought more M5 Hard devices to expand the project, but now I’m facing a problem: when I install the firmware and try to connect them to WiFi, they won’t connect. I have tried the following without success:
Reinstalling the USB drivers on my computer.
Resetting the device to factory settings.
Reinstalling the firmware.
Trying different WiFi networks.
Temporarily disabling the firewall and antivirus.
Using different firmware versions.
Checking the router configuration and connection parameters.
Despite all these attempts, I still cannot connect them to WiFi. I’m getting the following error:
arduino
Copiar
Editar
E (328401) wifi: sta is connecting, return error
Traceback (most recent call last):
File "<stdin>", line 19, in <module>
File "<stdin>", line 12, in setup
OSError: Wifi Internal Error
Additionally, I’m also getting this error:
nginx
Copiar
Editar
E (328338) i2c: i2c driver install error
I don’t believe this is a network issue (firewall, antivirus, etc.) because, as I mentioned earlier, I have successfully programmed and connected other devices without any issues.
I would really appreciate any suggestions or help.