Search found 3 matches

by testter2
Sat Mar 21, 2020 1:25 pm
Forum: General Discussion
Topic: How can i send a .bin file to esp32 through bluetooth?
Replies: 4
Views: 7248

Re: How can i send a .bin file to esp32 through bluetooth?


Serial profile may be easiest. Makes it so much easier to test IMHO. How easy would it be to script a file read/bt send vrs some custom protocol? Serial profiles will be well documented. Also it would be a natural hook into the ESP ROM programming routines. Little bit of driver middle & then you ...
by testter2
Thu Mar 19, 2020 6:07 pm
Forum: General Discussion
Topic: How can i send a .bin file to esp32 through bluetooth?
Replies: 4
Views: 7248

Re: How can i send a .bin file to esp32 through bluetooth?


I made a project with a BLE GATT server on ESP32, and a mobile that connects to the device and sending the update using chuncks of the bin files
Do you already have a BT or BLE server in your ESP32 project?


Yes,I already have a BT in my ESP32 project.

How could you divide the bin file so i ...
by testter2
Thu Mar 19, 2020 10:40 am
Forum: General Discussion
Topic: How can i send a .bin file to esp32 through bluetooth?
Replies: 4
Views: 7248

How can i send a .bin file to esp32 through bluetooth?

I'm using an esp32, I need to update the firmware through Bluetooth.

so that .bin file wants to be sent through Bluetooth.., could you please tell me,
how can it possible?

Thanks.

Go to advanced search