Search found 2 matches

by radhika.patil
Tue Aug 29, 2023 5:15 am
Forum: ESP-IDF
Topic: How to send/receive more than 20 bytes in gatt server demo example code
Replies: 0
Views: 600

How to send/receive more than 20 bytes in gatt server demo example code

I am trying to evaluate gatt server example code https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/ble/gatt_server. I am trying to receive more than 20bytes. but when I write more than 20 bytes to the characteristic, in the ESP_GATTS_WRITE_EVT event I get only 20 bytes ma...
by radhika.patil
Mon Jul 31, 2023 12:39 pm
Forum: IDEs for ESP-IDF
Topic: How to flash .bin file to ESP32-S3 using JTAG pins?
Replies: 1
Views: 5550

How to flash .bin file to ESP32-S3 using JTAG pins?

How to flash .bin file to ESP32-S3 using following JTAG pins?
GPIO39 - MTCK
GPIO40 - MTD0
GPIO41 - MTDI
GPIO42 - MTMS

Which programming utility should be used?
Which programmer supports flashing .bin file using JTAG pins?