Search found 1 match
- Wed May 09, 2018 3:17 pm
- Forum: ESP-IDF
- Topic: Best way to transfer images to esp32 with esp-idf
- Replies: 0
- Views: 2371
Best way to transfer images to esp32 with esp-idf
Hi there, I'm currently working on a small project for fun. I have a ILI9341 Display connected to the ESP32 and I can display jpgs there. Now, I want to send images from an iOS device to the ESP. I implemented it with the Gatt_Server example and changed it for my needs. The problem is that BLE might...