Search found 75 matches

by filipESP
Thu Feb 13, 2025 4:19 pm
Forum: ESP-IDF
Topic: Eclipse with Espresiff toolchain
Replies: 3
Views: 3267

Re: Eclipse with Espresiff toolchain

Back to the topic.
Eclipse 09.2024 still has the same issue.
I found that by delete below line from .project file, make expected code styling

Code: Select all

<nature>com.espressif.idf.core.idfNature</nature>
with the line:
2.PNG
new toolchain
2.PNG (13.03 KiB) Viewed 1077 times
without added line:
1.PNG
old toolchain
1.PNG (7.89 KiB) Viewed 1077 times
any ideas?
by filipESP
Sun Aug 25, 2024 9:01 am
Forum: IDEs for ESP-IDF
Topic: The color palette
Replies: 16
Views: 30760

Re: The color palette

Is any update with solution? Starting Espresiff project make code style (dark theme) like in the Visual Studio Code default style. :cry:
by filipESP
Mon Jul 15, 2024 4:28 pm
Forum: ESP-IDF
Topic: Eclipse with Espresiff toolchain
Replies: 3
Views: 3267

Re: Eclipse with Espresiff toolchain

Eclipse restart doesn't help. If I open file from outside the project, colors of the code are correct. Theme works on the older eclipse veriosn eg 2022/21
by filipESP
Sat Jul 13, 2024 8:38 am
Forum: ESP-IDF
Topic: Eclipse with Espresiff toolchain
Replies: 3
Views: 3267

Eclipse with Espresiff toolchain

I use eclipse 2024 03/06. After I installed toolchain, the dark classic theme has changed colors and I even can't change it to the 'Color theme downloaded from eclipse site'.

esp-idf-5.2.2.
by filipESP
Wed Jun 01, 2022 8:50 pm
Forum: ESP-IDF
Topic: OTA update - Checksum failed. Calculated 0x2b read 0x71
Replies: 2
Views: 4250

Re: OTA update - Checksum failed. Calculated 0x2b read 0x71

Issue resolved.
I didn't declare buffer for IV vector as static and the buffer was clearing every time when I received new package of data.
by filipESP
Wed Jun 01, 2022 10:28 am
Forum: ESP-IDF
Topic: OTA update - Checksum failed. Calculated 0x2b read 0x71
Replies: 2
Views: 4250

Re: OTA update - Checksum failed. Calculated 0x2b read 0x71

I try to read OTA partition by esptool:
python esptool.py -p COM2 -b 460800 read_flash 0x00410000 0x00400000 out.bin
and I compare with original binary file - size is the same but files are different in 16 B every 1024 B, starting at 1008 Byte.
by filipESP
Tue May 31, 2022 3:19 pm
Forum: ESP-IDF
Topic: OTA update - Checksum failed. Calculated 0x2b read 0x71
Replies: 2
Views: 4250

OTA update - Checksum failed. Calculated 0x2b read 0x71

Hi,
My OTA image is encrypted by AES 128 and it'is the same bin file what it's running.
Partitions table is:
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x4000,
otadata, data ...
by filipESP
Tue Aug 03, 2021 9:01 am
Forum: ESP-IDF
Topic: UART - ring buffer full, uart_flush_input(uart_port_t uart_num) doesn't clear buffer
Replies: 2
Views: 5650

UART - ring buffer full, uart_flush_input(uart_port_t uart_num) doesn't clear buffer

I use idf v4.4-dev.
When I transmit to esp lot of data with high frequency the event UART_BUFFER_FULL appears but uart_flush_input() doesn't clear buffer but returns ESP_OK status.
Next event is UART_FIFO_OVF and it apears continously when data is receive.
This is my while loop in uart task:
while ...
by filipESP
Mon Jul 05, 2021 1:36 pm
Forum: ESP-IDF
Topic: Wifi is restarting without the reason.
Replies: 0
Views: 1974

Wifi is restarting without the reason.

I have a project, which connects to wifi and sends from time to time
data to server. Sometimes esp log this info:
I (54056579) wifi:state: run -> init (ce00)
I (54056579) wifi:pm stop, total sleep time: 0 us / 909284818 us
but I can't guess why it occurs.
I try to use esp_wifi_set_ps( WIFI_PS ...

Go to advanced search