Hi,
How to send a file over ble? Is it possible??
Best Regards
Pspavi
Hi,
How to send a file over ble? Is it possible??
Best Regards
Pspavi
Hi,
Could you describe more on your application and setup ? Do you use Nordic on both sides or you plan to send file from the phone ?
Have you tried any of our BLE example in the SDK ?
Hi,
Hung bai
I am planning to merge the ble_app_uart with flash program, so that I can store the data in flash as a file and planning to send the file over the ble to the nrf toolbox application. File size is less than 2kb
Thanks &Regards
Pspavi
I think it's feasible. The data you receive on the phone is a stream (array) of data and you just need to store them as a file on the phone.
We don't have the example on the phone to do the exactly same but we have an example where we stream image data to the phone and display it on the phone. The data was converted to a file before displaying.
Here is the Android app: https://github.com/NordicPlayground/Android-Image-Transfer-Demo
And here is the application on the NRF52: github.com/.../nrf52-ble-image-transfer-demo
Is it? Then can share the structure to store the stream data and push it to the phone over ble. I need to collect 100 packets per second . How to store in a structure. I tried alot but failed to implement please can you share me a same code
Thanks &Regards
Pspavi
Is it? Then can share the structure to store the stream data and push it to the phone over ble. I need to collect 100 packets per second . How to store in a structure. I tried alot but failed to implement please can you share me a same code
Thanks &Regards
Pspavi
I'm not sure I fully understand your issue. Have you tried the ble_app_uart ? Have you developed your application on the phone to receive BLE packet ?
Why you mention a structure here ? What is it for ?