You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on project with STM32429Zi Nucleo board to connect to wifi, for that I use ATWINC1500 and use wifi101 library. I use platformio with Arduino framework.
First what I did was , create a new project .Add the wifi101 library and use the example ping sketch .
it works (pinging the given domain).
Then I add the STM32duino freeRTOS library to the same project without even modifying the existing sketch, and it doesn't work .
Stuck at " Attempting to connect to WPA SSID: ABC "
I talk this issue with the platformio community and they said the issue is with the wifi101 library and need to issue a complain with them .
Appreciate if someone can help.
Thanks,
Samson.
The text was updated successfully, but these errors were encountered:
Hi ,
I'm working on project with STM32429Zi Nucleo board to connect to wifi, for that I use ATWINC1500 and use wifi101 library. I use platformio with Arduino framework.
First what I did was , create a new project .Add the wifi101 library and use the example ping sketch .
it works (pinging the given domain).
Then I add the STM32duino freeRTOS library to the same project without even modifying the existing sketch, and it doesn't work .
Stuck at " Attempting to connect to WPA SSID: ABC "
I talk this issue with the platformio community and they said the issue is with the wifi101 library and need to issue a complain with them .
Appreciate if someone can help.
Thanks,
Samson.
The text was updated successfully, but these errors were encountered: