Search found 4 matches
- Tue Jan 04, 2022 7:35 am
- Forum: ESP-IDF
- Topic: How to increase MTU size on GATT - Server
- Replies: 21
- Views: 48702
Re: How to increase MTU size on GATT - Server
Hi Chegewara & WiFive, Now what we implement in server’s firmware, you can see that in the attached “main.c” line 28-29 & line 351-356. Actually this main.c is of basic example “onoff_server”. Are we correct? As GATT_MAX_MTU_SIZE is 517 bytes. In server’s main.c we included header file of “esp_g...
- Wed Dec 29, 2021 8:40 am
- Forum: ESP-IDF
- Topic: How to change the size of MTU in BLE firmware
- Replies: 0
- Views: 3585
How to change the size of MTU in BLE firmware
How to change the size of MTU in BLE firmware
- Wed Dec 29, 2021 8:32 am
- Forum: ESP-IDF
- Topic: ESP32-C3 interfacing with energy metering IC
- Replies: 0
- Views: 3694
ESP32-C3 interfacing with energy metering IC
Hi,
Can anyone help me in terms of firmware for ESP32-C3 interfacing with energy metering IC "BL0937".
Best Regards,
Shariq Hussain
Can anyone help me in terms of firmware for ESP32-C3 interfacing with energy metering IC "BL0937".
Best Regards,
Shariq Hussain
- Thu Nov 11, 2021 6:51 am
- Forum: ESP-IDF
- Topic: ESP32 Bluetooth LE firmware update through android App via OTA
- Replies: 0
- Views: 1579
ESP32 Bluetooth LE firmware update through android App via OTA
Hi, We are working on a project (ESP32-C3) that is for remote area where it's hard to find internet network, here we want to update firmware via OTA. Compiled Bin files already stored in android mobile phone, We want that user just click on Android App to flash that bin file to ESP32 BLE device via ...