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

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

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

202 Views
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 Kudos
5 Replies

192 Views
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 Kudos

193 Views
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 Kudos

158 Views
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 Kudos

107 Views
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 Kudos

188 Views
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 Kudos