Search found 2 matches

by narendok
Thu May 18, 2023 4:37 am
Forum: ESP32 Arduino
Topic: Issue with New Watchdog reset in core 0 with Core esp_intr_noniram_disable
Replies: 0
Views: 686

Issue with New Watchdog reset in core 0 with Core esp_intr_noniram_disable

Hi, guys. can someone please help me to identify the issue of esp32 wroom-D4 with FreeRTOS & QueueList I'm using, I got the below error : Backtrace: 0x40083a41:0x3ffbea7c |<-CORRUPTED: esp_intr_noniram_disable at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/hal/esp32/include/hal/cpu...
by narendok
Sat Nov 19, 2022 6:39 pm
Forum: Hardware
Topic: Get esp32 ble client information like mac id on server side
Replies: 1
Views: 2365

Get esp32 ble client information like mac id on server side

Hi, TEAM, i'm working on project where multiple devices need to connect to server, & for my use, Server need to know exactly which devices got disconnect by any reason (power down or whatever) , i tried to get mac address of connected client but couldn't get it #include <BLEDevice.h> #include <BLESe...