Search found 27 matches

by s.allasia
Tue Oct 22, 2024 7:02 am
Forum: ESP-IDF
Topic: Incremental OTA
Replies: 4
Views: 1495

Re: Incremental OTA

Hi ESP_Sprite,
thanks a lot!
by s.allasia
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.
by s.allasia
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.
by s.allasia
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'
by s.allasia
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!
by s.allasia
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
by s.allasia
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.
by s.allasia
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).
by s.allasia
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
by s.allasia
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?