Hi ESP_Sprite,
thanks a lot!
Search found 27 matches
- Tue Oct 22, 2024 7:02 am
- Forum: ESP-IDF
- Topic: Incremental OTA
- Replies: 4
- Views: 1495
- Mon Oct 21, 2024 7:18 am
- Forum: ESP-IDF
- Topic: Incremental OTA
- Replies: 4
- Views: 1495
Re: Incremental OTA
Hi RandomInternetGuy,
thanks for your reply.
thanks for your reply.
- Thu Sep 26, 2024 2:56 pm
- Forum: ESP-IDF
- Topic: Incremental OTA
- Replies: 4
- Views: 1495
Incremental OTA
Hi all.
I tried to develop OTA on ESP32 with a remote server and it works.
Is it possible to have an incremental OTA?
Is it possible to upgrade only a part of my firmware?
Thanks in advance.
I tried to develop OTA on ESP32 with a remote server and it works.
Is it possible to have an incremental OTA?
Is it possible to upgrade only a part of my firmware?
Thanks in advance.
- Thu May 09, 2024 10:54 am
- Forum: ESP-IDF
- Topic: NVS Flash - Name of the NVS partition for BLE Mesh
- Replies: 1
- Views: 1757
Re: NVS Flash - Name of the NVS partition for BLE Mesh
Hi,
You have to change 'ble_mesh' partition type from 'spiffs' to 'nvs'
You have to change 'ble_mesh' partition type from 'spiffs' to 'nvs'
- Thu Mar 28, 2024 7:52 am
- Forum: ESP-IDF
- Topic: BLE 5.0 mesh and LONG RANGE
- Replies: 0
- Views: 2987
BLE 5.0 mesh and LONG RANGE
Hi,
I have a ESP32-C3-MINI module.
Can I set and use BLE 5.0 mesh and LONG RANGE option together?
Thanks in advance!
I have a ESP32-C3-MINI module.
Can I set and use BLE 5.0 mesh and LONG RANGE option together?
Thanks in advance!
- Tue Oct 24, 2023 3:28 pm
- Forum: ESP-IDF
- Topic: Verify on "Flash download tools"
- Replies: 0
- Views: 560
Verify on "Flash download tools"
Hi,
When I program ESP32 using "Flash Download Tools", is verification performed?
If no, how can I check it?
Thanks in advance
When I program ESP32 using "Flash Download Tools", is verification performed?
If no, how can I check it?
Thanks in advance
- Fri Sep 21, 2018 3:38 pm
- Forum: General Discussion
- Topic: Task watchdog got triggered with WiFi and Bluetooth in the same time
- Replies: 12
- Views: 20566
Re: Task watchdog got triggered with WiFi and Bluetooth in the same time
Hi fly135,
If a task watchdog triggers it's very probably that calls to functions don't work, "Panic handler behaviour" works instead.
If a task watchdog triggers it's very probably that calls to functions don't work, "Panic handler behaviour" works instead.
- Fri Sep 21, 2018 3:28 pm
- Forum: General Discussion
- Topic: Task watchdog got triggered with WiFi and Bluetooth in the same time
- Replies: 12
- Views: 20566
Re: Task watchdog got triggered with WiFi and Bluetooth in the same time
Hi davdav,
If you enable panic when WDT happen via menuconfig, the behaviour is decided by "make menuconfig --> Component config --> ESP32-specific --> Panic handler behaviour".
If you want disable watchdog, you must disable "Initialize Task Watchdog Timer on startup" (not recommended).
If you enable panic when WDT happen via menuconfig, the behaviour is decided by "make menuconfig --> Component config --> ESP32-specific --> Panic handler behaviour".
If you want disable watchdog, you must disable "Initialize Task Watchdog Timer on startup" (not recommended).
- Fri Sep 21, 2018 1:25 pm
- Forum: General Discussion
- Topic: Task watchdog got triggered with WiFi and Bluetooth in the same time
- Replies: 12
- Views: 20566
Re: Task watchdog got triggered with WiFi and Bluetooth in the same time
Hi davdav,
Yes, you can.
You must enable panic when WDT happen via menuconfig:
make menuconfig --> Component config --> ESP32-specific --> Invoke panic handler on Task Watchdog timeout
Bye
Yes, you can.
You must enable panic when WDT happen via menuconfig:
make menuconfig --> Component config --> ESP32-specific --> Invoke panic handler on Task Watchdog timeout
Bye
- Fri Sep 21, 2018 5:45 am
- Forum: General Discussion
- Topic: Task watchdog got triggered with WiFi and Bluetooth in the same time
- Replies: 12
- Views: 20566
Re: Task watchdog got triggered with WiFi and Bluetooth in the same time
Hi vonnieda,
I checked: yes It's the same thing!
Do you have any answer?
I checked: yes It's the same thing!
Do you have any answer?