Search found 1 match
- Mon Dec 20, 2021 8:32 am
- Forum: ESP32 Arduino
- Topic: Receiving Huge Data over Bluetooth
- Replies: 0
- Views: 3343
Receiving Huge Data over Bluetooth
Can I get 1mb of data at a time via bluetooth classic with SerialBluetooth library in Arduino? Data is losing in my attempts with this codes. If i try to upload more than "BUF_SIZE" it chrashed instantly. Even if this "BUF_SIZE" discard some bytes. static const int BUF_SIZE = 112640; uint8_t* rxdata...