TCP radio audio streaming Issue

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.Our application is that 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 data to TCP packets and send these packets to the Android tablet through Soft AP. The host also receives the commands from the tablet through TCP socket for HD radio tuning functions. Our application including the I2S DMA API/driver are running well in WICED SDK 3.1.1.

But we have a TCP radio audio streaming Issue. We use  wiced_tcp_stream_write(data length 16k bytes)to send the radio audio stream. But the soft AP network interface is broken and down after a couple of hours’s(2~4) sending the audio data stream.  I can’t see any failures on function call wiced_tcp_stream_write()before the soft AP network interface is broken and down. When I go to wifi setup windows on tablet, I saw “Authentation error occurred” under our “WIFI Network name”. Our soft AP security is open using #define SOFT_AP_SECURITY     WICED_SECURITY_OPEN. When the tablet manually tries to reconnect the Soft AP interface, it fails again. I have to reset the BCM module manually.

Can you please investigate this?

Thanks,

Tiger

0 Likes
2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

Please try the patch file here, ThreadX Patch for WICED SDK-3.1.x

Seyhan

0 Likes
Anonymous
Not applicable

Hi Tiger (feng@ibiquity.com)

I would like to interface an i2s audio codec on this platform. Since the processor is STM32F2xx series and I am using WICED SDK 3.1.2 where there is no i2s platform files/driver files. Since if you implemented something on I2S, it would be great if you could share some ideas/ideas/implementation on getting started on i2s. Infact I am using USI module - WM-14 but I am unable to get good tech support from USI guys.

Hence help would be great at this point.

Regards,
Rohit

0 Likes