-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 version of LimiTTer (problem with BLE configuration...) #32
Comments
Hello, I have found a solution: My new Bluetooth configuration for ESP32 is : in Header
Then in Setup :
and then for sending information (from String packet) :
It's a little more complicated but it works… |
I have a ton of esp32s laying around. Can you share any more information on your project? NFC chip? Battery? Thanks! |
You can see my project here: => I used this reader for about 1 month, I made it before receiving my order (Miaomiao 2...) => My ESP32 ship is MH-ET LIVE mini kit For packaging I used an old Pump Patch Omnipod |
Hello,
I'm trying to make an ESP32 version of LimiTTer freestyle reader, but I can't connect my ESP32 to Xdrip+ (when I scan BT devices on my phone I see my ESP32 (BT name = "LimiTTer") and pair it), but impossible to see my ESP from xdrip+ to received my freestyle raw data (the "Scan Blustooth" don't find any device...
I think that my bluetooth configuration on my ESP32 is not ok but I don't know how to make it work... Can you help me please ?
my bluetooth configuration looks like
In setup, "ble_Serial.hasClient()" remains "false" (wrong use of it?)
When I arrive on the "ble_Serial.print(packet);" instruction (with a "correct xdrip packet"), I have a crash and reboot of my ESP
xDrip packet: 173647 216 100 17206
"Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled."
I am sure my bluetooth configuration on my ESP32 LimiTTer code is not good but I don't know how to solve it...
Can you help me please ?
The text was updated successfully, but these errors were encountered: