Search found 1 match

by antonbegovtsov
Fri Jan 14, 2022 11:24 am
Forum: General Discussion
Topic: Sending file via Bluetooth SPP
Replies: 0
Views: 4161

Sending file via Bluetooth SPP

I have 2 ESP32 Dev Boards. One (call it Sender) send data to another(call it Reciver) via Bluetooth connection and SPP. Both have microSD adapters attached. How it works: 1. Sender take command to upload file. 2. Open file and forming packets with specific size. I use 64 bytes. 1st byte of each pack...