Search found 4 matches

by Shariq Hussain
Tue Jan 04, 2022 7:35 am
Forum: ESP-IDF
Topic: How to increase MTU size on GATT - Server
Replies: 21
Views: 47425

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...
by Shariq Hussain
Wed Dec 29, 2021 8:40 am
Forum: ESP-IDF
Topic: How to change the size of MTU in BLE firmware
Replies: 0
Views: 3509

How to change the size of MTU in BLE firmware

How to change the size of MTU in BLE firmware
by Shariq Hussain
Wed Dec 29, 2021 8:32 am
Forum: ESP-IDF
Topic: ESP32-C3 interfacing with energy metering IC
Replies: 0
Views: 3604

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
by 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: 1490

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 ...