Search found 3 matches
- Mon Sep 18, 2023 4:15 pm
- Forum: ESP-IDF
- Topic: How best to handle firmware updates
- Replies: 3
- Views: 5426
Re: How best to handle firmware updates
How do do this from a local file? We have been using the OTA via a web page (using http). Currently we are using the Update.h code. with calls interspersed with Update method calls: Update.begin(_contentLength); // So be patient. This may take 2 - 5mins to complete size_t written = Update.writeStrea...
- Mon Jul 18, 2022 10:09 pm
- Forum: ESP-IDF
- Topic: BLE CBPeripheral UUID unique per ESP32 chip?
- Replies: 0
- Views: 835
BLE CBPeripheral UUID unique per ESP32 chip?
We are deploying with full ESP32 and ESP32-M5 chips, using all the features (BLE, WIFI, MQTT, APmode, etc). But since the BLE services need to have known names and services, all the UUID's under our software control are the same. In discovery of BLE services, there is a UUID that looks unique per ch...
- Sun Jun 13, 2021 8:01 pm
- Forum: ESP-IDF
- Topic: [_curses.error nocbreak() returned err] when setup on raspberry pi3
- Replies: 6
- Views: 7028
Re: [_curses.error nocbreak() returned err] when setup on raspberry pi3
I had the same issue with running 'menuconfig' from a remote ssh to another computer. I run mac's and osx, but the terminal wasn't acting nicely from a remote shell. I was going down the X11 like rabbit hole, but that wasn't needed. Instead, the monochrome argument was all I needed without any envir...