I recently purchased the WFI32 IoT Board 2.0 (Part Number: EV80S51A) and have been experimenting with various examples. The AP mode, STA mode, and WebSocket server examples are working as expected.
However, I encountered an issue while trying to run the project from the following GitHub repository:
https://github.com/MicrochipTech/PIC32MZW1_WebSocket_HTTP_Website
Steps I followed:
Cloned the repository to my local machine.
Opened the project using MPLAB X IDE v6.25 and XC32 v3.00 compiler.
The project builds successfully and was programmed into the WFI32 board without any issues.
I followed the serial configuration mentioned in the README file (115200 baud rate, etc.), but all I received were NULL values in Docklight.
I then tried changing the baud rate to 4800, and I was able to view proper log messages.
Current Issue:
Even after adjusting the baud rate, the Wi-Fi initialization doesn't proceed as described in the README. It appears that the board is not entering the expected Wi-Fi mode or state.
I have attached a screenshot of the serial output for your reference.
Could you please help me identify what might be going wrong or suggest any additional steps for troubleshooting?


I recently purchased the WFI32 IoT Board 2.0 (Part Number: EV80S51A) and have been experimenting with various examples. The AP mode, STA mode, and WebSocket server examples are working as expected.
However, I encountered an issue while trying to run the project from the following GitHub repository:
https://github.com/MicrochipTech/PIC32MZW1_WebSocket_HTTP_Website
Steps I followed:
Cloned the repository to my local machine.
Opened the project using MPLAB X IDE v6.25 and XC32 v3.00 compiler.
The project builds successfully and was programmed into the WFI32 board without any issues.
I followed the serial configuration mentioned in the README file (115200 baud rate, etc.), but all I received were NULL values in Docklight.
I then tried changing the baud rate to 4800, and I was able to view proper log messages.
Current Issue:
Even after adjusting the baud rate, the Wi-Fi initialization doesn't proceed as described in the README. It appears that the board is not entering the expected Wi-Fi mode or state.
I have attached a screenshot of the serial output for your reference.
Could you please help me identify what might be going wrong or suggest any additional steps for troubleshooting?