I'm using cyw920719q40evb-01 and I'm new to it.
how will i send an image using spp ?
Do u have any sample program for it?
Solved! Go to Solution.
Hi harshithtram_3690486​,
You can send the array of data using SPP in CYW920719Q40EVB-01.
Please refer to demo app available in WICED: /20719-B1_Bluetooth/apps/snip/bt/spp
Hi harshithtram_3690486​,
You can send the array of data using SPP in CYW920719Q40EVB-01.
Please refer to demo app available in WICED: /20719-B1_Bluetooth/apps/snip/bt/spp
void app_send_data(void)
using this function?
Yes you can use that function.
But how will link the image file to that function?
Dear Team,
We are trying to send .jpeg file from one module to other module, Chosen CYW20719 evaluation board for this project.
Hi harshithtram_3690486​,
You can send the data using app_send_buffer. You directly cannot send the image, so you have to serialize the image first and then use spp to transmit it serially.
We do not have SD card slot or something like that for CYW20719.
Does it have any inbuilt functions to serialize data? or how to do it?
We do not have any inbuilt function to do the same. You will have to look for image serialization.