WIFI 10 Click board on LPCX55S69EVK Board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

WIFI 10 Click board on LPCX55S69EVK Board

ソリューションへジャンプ
1,693件の閲覧回数
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

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 解決策
1,577件の閲覧回数
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 件の賞賛
返信
1 返信
1,578件の閲覧回数
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 件の賞賛
返信