Open Beutelleufel opened 1 year ago
Same problem for me. I tried with esp32-s3 and ios 15.7.9
Did anyone solve this?
Hello everyone! I am currently experiencing the exact same problem. I also use a ESP32S3 and can connect myself to it for 1-2 minutes before i get a disconnect message. im using the provided example without the hardwarepins. A run with debug-messages also doesnt reveal anything important, as far as i know. On top of that, i cant get the ANCS Messages to work, it seems like the callback doesnt trigger or something...? I would be really glad if this could be resolved somehow. If needed, i can provide serial monitor output and/or code used. Thank you in advance!
I got some more information. I have a ESP32 Devkit and with the Boardmanager version 1.0.6 it worked. Sadly, the ESP32S3 is not supported in 1.0.6 and gets added in 2.0.3. The maker of this library is not responding to any post for close to a year so I guess this project is dead? I cant find any other method of ANCS working so i really hope somebody finds a fix for it. I also wrote about it on Stackoverflow and Espressif Forums. I will let yall know if something changes.
I use the example program "ble_connection". The device is recognized by my cell phone without any problems. I can also connect to device. The message
StateConnected - connected to a phone or tablet
appears.After about 30 seconds, the message
StateDisconnected - disconnected from a phone or tablet
appears. When I go back into the settings on my phone, I get the following error message.Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Thank you in advance.