Search found 5 matches
- Tue Oct 08, 2024 2:37 pm
- Forum: ESP-AT
- Topic: Is there a way to set a fixed Bluetooth Random Static Device Address on ESP32-C6?
- Replies: 1
- Views: 1268
Is there a way to set a fixed Bluetooth Random Static Device Address on ESP32-C6?
Hello, As opposed to ESP32-C3, who let you define a random address with AT+BLEADDR=1,"XX:XX:XX:XX:XX:XX", ESP32-C6 only lets you define if the address is random or public. This means that the address will be generated from scratch on each startup. Now, for my application I need for the Bluetooth add...
- Fri Sep 20, 2024 9:46 am
- Forum: ESP-AT
- Topic: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
- Replies: 4
- Views: 2852
Re: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
I investigated a bit, and found out that after cloning ESP-AT the installed versions of kconfig and pyparsing respect the requirements for flashing to the device (kconfig v2.3.0 and pyparsing v3.1.4). It's when I run "install.sh" that the script removes the more updated versions and installs the old...
- Thu Sep 19, 2024 10:28 am
- Forum: ESP-AT
- Topic: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
- Replies: 4
- Views: 2852
Re: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
Can a mod move this thread in "ESP-AT"? I think I posted in the wrong section and maybe I'll find some answers there
- Fri Aug 30, 2024 1:57 pm
- Forum: ESP-AT
- Topic: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
- Replies: 4
- Views: 2852
I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
Hello, I followed this guide to be able to compile ESP-IDF (v5.3) and ESP-AT on Linux, in order to work on my ESP32-C6: https://docs.espressif.com/projects/esp-at/en/latest/esp32c6/Compile_and_Develop/How_to_clone_project_and_compile_it.html#esp-at-idf-prerequisites https://docs.espressif.com/projec...
- Thu Aug 29, 2024 10:32 am
- Forum: ESP-IDF
- Topic: Understanding OTA to update ESP32C6 to an edited version of ESP-AT with use AT+USEROTA
- Replies: 0
- Views: 509
Understanding OTA to update ESP32C6 to an edited version of ESP-AT with use AT+USEROTA
Hello, I'm using a ESP32-C6-MINI-1 and I want to implement OTA updates. My aim is to be able to update the module with an edited version of the ESP-AT firmware. From what I understand the ESP32-C6-MINI-1 has 2 OTA partitions of 2MB each that it uses to swap between the old version and the new one: #...