WIFI 10 Click board on LPCX55S69EVK Board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

WIFI 10 Click board on LPCX55S69EVK Board

Jump to solution
1,675 Views
olafheemskerk
Contributor I

LS,

I'm trying to test a WiFi network connecting using the lpcxresso_aws_device_configuration_wifi sdk project.

I'm using MCUXpresso 10.3.1_2233 with LPCXpresso55S69 SDK version 2.6.0.

As a WiFi board, I'm using the WiFi 10 Click board (SX-ULPAN-2401).

I have compiled the project and started a debug session, but whatever I try, the WiFi fails to initialize.

The debug output shows:

4 2 [Tmr Svc] Starting WiFi...

5 15032 [Tmr Svc] Could not enable WiFi, reason 1.

6 15032 [Tmr Svc] Network init failed, stopping demo.

Does anybody know what I do wrong, or what I need to change the project?

Thanks in advance,

Olaf

Labels (1)
Tags (2)
0 Kudos
Reply
1 Solution
1,559 Views
Sabina_Bruce
NXP Employee
NXP Employee

Hello Olaf,

Please update your SDK version to the new 2.6.3 which has the clickboard configurations. Once you download the exmaple again, please configure your network settings and password. Also you will need to select your wifi click board inside wifi_shield.h

The first define should be 

/* Select specific shield support */
#ifndef WIFISHIELD_IS
#define WIFISHIELD_IS WIFISHIELD_IS_WIFI10CLICK
#endif

Please make those changes and you should be able to connect now to the internet.

Let me know if you have further questions.

Best Regards,

Sabina

View solution in original post

0 Kudos
Reply
1 Reply
1,560 Views
Sabina_Bruce
NXP Employee
NXP Employee

Hello Olaf,

Please update your SDK version to the new 2.6.3 which has the clickboard configurations. Once you download the exmaple again, please configure your network settings and password. Also you will need to select your wifi click board inside wifi_shield.h

The first define should be 

/* Select specific shield support */
#ifndef WIFISHIELD_IS
#define WIFISHIELD_IS WIFISHIELD_IS_WIFI10CLICK
#endif

Please make those changes and you should be able to connect now to the internet.

Let me know if you have further questions.

Best Regards,

Sabina

0 Kudos
Reply