This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending data OVER ble uart TX characteristics to an access point

Onl

I have 40 kb of data  i need to send, and what i thought was using notification by creating a timer, which will be started as soon as device gets connected, in the timeout handler i will convert every data to string using sprintf  7 send in that for loop, which will be written inside timeout handler, but i am not able to receive all the data y.

or what should i do to achieve this in Uart ble example project , please help me ASAP.

Parents Reply Children
Related