Can't Connect to WIFI SoftAP

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

We use the Inventek module  ISM43362_M3G_L44 which uses the STM32F205 processor. the Host(STM32F205)  will continuously receive streaming audio data(PCM format) from another HD radio DSP chip through I2S interface. Then the host will pack the PCM streaming audio data to UDP packets and send these packets to the Android tablet through wifi_SoftAP. In addition, the Host(STM32F205) will also receive the commands through TCP socket from the tablet. Our host application uses has two threads that handle both the TCP socket and UDP socket communication, respectively. But When I use "#define SOFT_AP_SECURITY     WICED_SECURITY_WPA2_AES_PSKSOFT_AP_SECURITY"  instead of "#define SOFT_AP_SECURITY WICED_SECURITY_OPEN" in wifi_config_dct.h, the tablet will fail on connecting to wifi_softAP on device/module. the make target command is "demo.hdradio_UDP_streaming-ISM43362_M3G_L44 download run"

Can you please investigate this?

Thanks in advance

0 Likes
5 Replies