Smartphone-Companions / ESP32-ANCS-Notifications

Easy-to-use Arduino library for interfacing an ESP 32 with Bluetooth LE ANCS mobile device notifications.
GNU General Public License v3.0
142 stars 24 forks source link

Not working #32

Open gabrielchristino opened 8 months ago

gabrielchristino commented 8 months ago

Hello! I'm trying to use this lib, it shows on my iPhone 13, iOS 17, I can connect and pair to the esp32, but cannot get the notifications, the "Share system notifications" is not displaying. My boards are a TTGO TDisplay and a Wroom32.

thanks!

Eonassis commented 8 months ago

Same thing here for a long time

gabrielchristino commented 8 months ago

Same thing here for a long time

I modified the code from here and created this that's 100% working mine

jhud commented 8 months ago

Hi! I originally wrote this library years ago, but have been too busy recently with other non-BLE projects to maintain it. Does anyone have any fixes/PR that should be integrated back into the project, if I made time to look at this again?

Mincka commented 5 months ago

Same thing here for a long time

I modified the code from here and created this that's 100% working mine

This works perfectly with ESP-32 WROOM (DOIT ESP32 DEVKIT V1). Thank you!