7 years, 3 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, 3 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 Parth Desai 12 Jan 2017

Hi 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 Fred Li 13 Jan 2017

Hey Fred,

Sorry for the late reply. I ordered the nucleo-F401RE too and tried running the same program on it. I see the same message that is there won't be any other prints after "Connecting to AP" lines. Also my LD1 is red.

I do not see any error message.

Regards, Parth Desai

posted by Parth Desai 18 Jan 2017