-
Notifications
You must be signed in to change notification settings - Fork 44
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 with additional BLE-characteristics #5
Comments
Looks like you have not created |
Yeah, no real luck with or without that 2nd one ... . In case you're interested to have a look, I believe to have a minimal example. It sends a value to some characteristics and still implements your OTA method: main.zip thanks! |
check this implementation of your code |
Great stuff, thanks. By the way did you always do this flashing by phone or were there any ways to upload from computer? |
actually, I'm developing and testing a python script to enable uploads from a computer. I will post it when done |
I've tried again to integrate this example in my own code.
Is there any debug information that is useful for this? |
did you modify the |
not the BLE parts: I've compared it a few times, I only changed the order of the function declaration. Latest code is here: |
you may want to call your Receive() function in the NORMAL_MODE |
Hello
Thanks for this great implementation.
Your test example works great, so I was trying to integrate your code into mine to have OTA_BLE functionality.
I might be doing something I'm not fully understanding, so apologies in advance:
My goal is to post some values in a few BLE-characteristics. After integrating the BLE-OTA, I seem to fail at this. I might have butchered something in your initBLE() function (or didn't understand it).
It seems like the additional characteristics are just not available at all anymore (when scanning through my phone).
And every time I called
pAdvertising->start();
in the loop() the ESP32 reboots.In case you have any suggestions, they are very welcome.
thanks!
I used to call in the loop repetitively ... but this has no effect anymore.
The text was updated successfully, but these errors were encountered: