Search found 5 matches
- Mon May 24, 2021 7:18 am
- Forum: General Discussion
- Topic: Transfer big data via bluetooth/ble?
- Replies: 9
- Views: 43720
Re: Transfer big data via bluetooth/ble?
Hi, i didn’t try it with the classic Bluetooth connection. If you have a library which only gets the file as parameter and does everything else (classic Bluetooth or BLE - depending in file size) you can share it here :) Hello! Did you already solve it? Can you share your´e code and app you are usin...
- Fri Apr 10, 2020 9:09 pm
- Forum: General Discussion
- Topic: Transfer big data via bluetooth/ble?
- Replies: 9
- Views: 43720
Re: Transfer big data via bluetooth/ble?
ok thank you for your reply.
I will try to shrink my data size and try classic bluetooth.
br
priema
I will try to shrink my data size and try classic bluetooth.
br
priema
- Tue Apr 07, 2020 4:00 pm
- Forum: General Discussion
- Topic: Transfer big data via bluetooth/ble?
- Replies: 9
- Views: 43720
Re: Transfer big data via bluetooth/ble?
how long does it take for your 1.3 MB file to transfer?
so one other possibility would be to use classic bluetooh on the ESP32-WROVER-B, right?
br
priema
so one other possibility would be to use classic bluetooh on the ESP32-WROVER-B, right?
br
priema
- Tue Apr 07, 2020 6:11 am
- Forum: General Discussion
- Topic: Transfer big data via bluetooth/ble?
- Replies: 9
- Views: 43720
Re: Transfer big data via bluetooth/ble?
Thanks for your replay chegewara :) 1) file size about 2.8 MB 2) 2.8 MB within 30-60 sec - the faster the better 3) for the app I'm using Ionic with the plugin (cordova-plugin-ble-central and @ionic-native/ble) Is this filesize and transfer speed possible? Which methodology and process can I use to ...
- Sun Apr 05, 2020 5:49 pm
- Forum: General Discussion
- Topic: Transfer big data via bluetooth/ble?
- Replies: 9
- Views: 43720
Transfer big data via bluetooth/ble?
I am currently building a project with following vision: - buffers motion data on the ESP32 in a file -> send this data after a while (once per hour) to an app (iOS/Android) -> working approach: --> App connect to ESP32 via BLE -> WORKING --> App sends data to ESP (trigger for ESP to send saved moti...