esp32-snippets icon indicating copy to clipboard operation
esp32-snippets copied to clipboard

Stack Smashing protect Failure - getCharacteristics( )

Open rlghd03 opened this issue 2 years ago • 0 comments

Hello, I am a beginner of developing the BLE interface with ESP32 dev. module. Recently, I am coding to get a measurement data from a Mitutoyo vernier calliper via BLE. Searching and connecting the vernier and searching for the measurement service UUID are successful. But during searching for the measurement char. UUID by getCharacteristics( ), "Stack Smashing protect Failure" error occurs and the ESP32 reboots. The BLE library and version == ESP32 BLE Arduino by Neil Kolban Version 1.0.1 Please refer to the attached files for details. Thank you for any help. ESP32_Mitutoyo_I2C_230302.txt mitutoyo vernier calliper ble analysis Stack Smashing protect Failure screenshot

rlghd03 avatar Mar 02 '23 06:03 rlghd03