Search found 4 matches

by DavidPilant
Mon Dec 04, 2023 12:29 pm
Forum: ESP-IDF
Topic: BLE GATTS not gating notify
Replies: 0
Views: 3326

BLE GATTS not gating notify

base on ble_spp_server example I'm taring to use this code to send data (notify type) to client int set_status(const char* status, uint8_t size) { ESP_LOGI(GATTS_TAG, "%s.", status); return esp_ble_gatts_set_attr_value(40 + SPP_IDX_SPP_STATUS_VAL, size, (const uint8_t*)status); } but in the client s...
by DavidPilant
Mon Sep 11, 2023 11:39 am
Forum: ESP-IDF
Topic: ESP32-S3 with softAP overheating if hold by breakpoint
Replies: 3
Views: 851

Re: ESP32-S3 with softAP overheating if hold by breakpoint

In addition, I use most of the time eclipse with Open On-Chip Debugger v0.12.0-esp32-20230419
Also happened when i tried MS VSC with pltformIO end custom softAP program.
by DavidPilant
Mon Sep 11, 2023 11:29 am
Forum: ESP-IDF
Topic: ESP32-S3 with softAP overheating if hold by breakpoint
Replies: 3
Views: 851

Re: ESP32-S3 with softAP overheating if hold by breakpoint

Sorry. I meant ESP32-S3-DevKitC-1 "or" custom board with esp32s3.
Tested on each separately.
by DavidPilant
Mon Sep 11, 2023 7:59 am
Forum: ESP-IDF
Topic: ESP32-S3 with softAP overheating if hold by breakpoint
Replies: 3
Views: 851

ESP32-S3 with softAP overheating if hold by breakpoint

PCB: ESP32-S3_DevKitC-1 or customs Board with ESP32S3 . Framework: ESP-IDF 5.1. Software: softAP example. Power supply: PC USB3 Port to USB(JTAG) port. Problem definition: As i launch debug end the program wait at start of app_main () the power regulator(5v to 3v3) end the esp32s3 overheating very f...