How can i test wifi demo app in SLN-SVUI-IOT ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How can i test wifi demo app in SLN-SVUI-IOT ?

444 次查看
yelin
Contributor II

I want to test wifi demo examples in SLN-SVUI-IOT.

However, since I flash local voice demo app on SLN-SVUI-IOT, no other example is posted.

Please let me know how I can run wifi sample on SLN-SVUI-IOT.

0 项奖励
回复
5 回复数

434 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

You also can refer to my document:

https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT106L-S-voice-control-system-based-on-the-Baidu...

Which is based on the older voice control board, that I am using the wifi connection to the clould.

 

Wish it helps you!

Best Regards,

Kerry

0 项奖励
回复

435 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @yelin ,

   The SLN-SVUI-IOT didn't provide the directly wifi demo.

   But, in the bootloader, you can find it already provide the source code, you can call the related wifi code to do the network connection.

\mcu-svui-main\sln_svui_iot_bootloader\source

  Normally, the OTA function can support it, but from the user manual, it didn't add that function.

kerryzhou_0-1713865104641.png

 

So you can call the wifi related source code in the SDK.

 

Wish it helps you!

Best Regards,

Kerry

 

0 项奖励
回复

400 次查看
yelin
Contributor II

When I use SLN_FLASH_MGMT_Read function in 'wifi_credentials.c" to SLN-SVUI-IOT code.

It comes out as an undeclared function.

Where am I found this function declaration??

Definition values and SLN functions related to SLN were not found. 

(example SLN functions related to SLN: SLN_FLASH_MGMT_Read, SLN_FLASH_MGMT_Erase, SLN_FLASH_MGMT_Save etc ...)

(example SLN Definition values related to SLN: SLN_FLASH_MGMT_OK, SLN_FLASH_MGMT_ENOENTRY, SLN_FLASH_MGMT_EOVERFLOW etc ...)

 

Help me plz.

0 项奖励
回复

349 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

HI @yelin ,

  This question is similar to your another post:

https://community.nxp.com/t5/i-MX-RT/Where-is-define-function-quot-SLN-FLASH-MGMT-Erase-quot/m-p/185...

  You can refer to it.

Best Regards,

Kerry

0 项奖励
回复

430 次查看
yelin
Contributor II

Do I have to test the source code file separately to check wifi in SLN-SVUI-IOT?

How can i test wifi in SLN-SVUI-IOT?

0 项奖励
回复