-
Notifications
You must be signed in to change notification settings - Fork 1
Added OTA code #1
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
base: main
Are you sure you want to change the base?
Conversation
|
There are two libraries through which it can get compilation error from your side (i) Arduino JSON Library in version 5.x.x. and (ii) DHT-11 Temperature and Humidity Sensor Library ,I am providing their library in zip |
|
Sketch size: 1391678 bytes ESP crashes immediately after connecting with BLE, I don't think BLE works well with Wifi |
|
Did you change partition size for the ESP32 before uploading the sketch ? |
|
Actually I think the problem in the firmware when I implemented my code with BLE OTA where writeBinary function and updateFromFS has been run into void loop function but the OTA part always run in the void setup. Is that right ? Even if I am wrong, then it will be helpful if you provide Arduino Sketch source code for DIY ESP32 clock with BLE OTA . I may get my mistakes and rewrite the code with the help of ESP32 Clock code |
Actually BLE Write Function of the BLE Library worked in |
I have not verified if it compiles since I don't have all required libraries