B4R Question Arduino ESP32 package 3.2.0 Does it work on B4R?

Gerardo Tenreiro

Active Member
Licensed User
Hello,
I lost my hard drive and I'm reinstalling everything again. I've been having issues with B4A, and now that I've fixed it, I'm having issues with B4R.

I have several apps that use Wi-Fi and Bluetooth with the ESP32. I'm testing to see if they still work after reinstalling everything, and I'm noticing errors on the ESP32. It reboots at the following prompt:

RED_W.wifi.ConnectAsync(Name,Pass,0,Null,"Estado_Wifi") ' Lanza Intento de Conexion WIFI

Arduino IDE Version: 2.3.6
ESP32 Version: 3.2.0

The program compiles and transfers, but the ESP32 keeps restarting when it reaches this instruction.

I haven't modified the program, and it happens to me with several instructions.

Any suggestions?

Thank you very much.
 
Top