Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 10 months ago.
I am not able to connect my NucleoF446RE to internet using X-Nucleo IDW01M1.
I tried to run the Hello-world program https://developer.mbed.org/components/X-NUCLEO-IDW01M1/ but cannot connect to the internet. My Serial console output is
X-NUCLEO-IDW01M1 mbed Application
connecting to AP
Can you tell me the pins for SpwfSAInterface, as i feel there is a problem in the UART communication.
Or provide the code for F446RE.
Thanks, Parth
1 Answer
7 years, 10 months ago.
Hi Parth,
You could check the PINs for F446RE platform from MBED site https://developer.mbed.org/platforms/ST-Nucleo-F446RE/
For the codes, you should be able to get it by importing mbed-os using mbed-cli.
BR,
Fred.
Hey Fred,
I used D10,D2 from the pin configuration and still my code does not work, I see the same message Connecting to AP and it does not connects to the Wi-Fi.
The SSID credentials are fine. Can you please suggest me how to debug it.
Thanks, Parth Desai
posted by 12 Jan 2017Hi Parth,
The orginal example code is using D8 and D2 pins. Did you change that to match with your HW setting?
Then, I'm not quite understand your meaning by "I see the same message Connecting to AP and it does not connects to the Wi-Fi". Did you mean there won't be any other prints after "Connecting to AP" lines? Or did you see some error messages like "error connecting to AP." ?
If you are looking for how to debug with mbed. Then suggest you check it here: https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/debugging/
posted by 13 Jan 2017