Search found 65 matches

by AlexESP32
Tue Aug 18, 2020 8:34 am
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 6
Views: 6635

Re: LEDC Fade

The question is still there...
by AlexESP32
Wed Aug 05, 2020 1:18 pm
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 6
Views: 6635

Re: LEDC Fade

Nobody can help me?
by AlexESP32
Tue Aug 04, 2020 7:54 am
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 6
Views: 6635

Re: LEDC Fade

Also I want to know: Maybe someone can explain me the output of the 4 variants: 1. Channel0 & Channel1 = .intr_type = LEDC_INTR_FADE_END 2. Channel0 & Channel1 = //.intr_type = LEDC_INTR_FADE_END 3. Channel0 .intr_type = LEDC_INTR_FADE_END & Channel1 = //.intr_type = LEDC_INTR_FADE_END 4. Channel1 ....
by AlexESP32
Sat Aug 01, 2020 2:09 pm
Forum: ESP-IDF
Topic: LEDC Fade
Replies: 6
Views: 6635

LEDC Fade

Hello guys. I struggle with the LEDC API and the fade functionality... My code: #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/queue.h" // for xQueue* stuff #include "driver/ledc.h" #include "esp_err.h" #define LEDC_HS_TIMER LEDC_TIMER_0 #define LEDC_...
by AlexESP32
Wed Jul 22, 2020 7:04 pm
Forum: ESP-IDF
Topic: NVS decryption doesnt work [IDF-1922]
Replies: 6
Views: 6452

Re: NVS decryption doesnt work [IDF-1922]

Thank you ;)
by AlexESP32
Thu Jul 16, 2020 5:05 am
Forum: ESP-IDF
Topic: Error Message with esp-prog
Replies: 2
Views: 5865

Re: Error Message with esp-prog

Thank you :)
I will test this and give the feedback asap.
by AlexESP32
Wed Jul 15, 2020 5:28 pm
Forum: ESP-IDF
Topic: NVS decryption doesnt work [IDF-1922]
Replies: 6
Views: 6452

Re: NVS decryption doesnt work [IDF-1922]

Okay :)
by AlexESP32
Wed Jul 15, 2020 5:27 pm
Forum: ESP-IDF
Topic: Error Message with esp-prog
Replies: 2
Views: 5865

Error Message with esp-prog

Hello guys, I get following error message when I wire the esp devkit with the esp-prog: esptool.py -p COM7 -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x8000 partition_table/partition-table.bin 0x1000 bootloader/boot...
by AlexESP32
Tue Jul 14, 2020 6:41 pm
Forum: ESP-IDF
Topic: Return value for mass production
Replies: 1
Views: 2079

Return value for mass production

Hello guys. I am shortly before mass production. Therefore we burn the fuses with the espefuse.py and the firmware with the esptool.py. Also we generate the nvs partition with the nvs_partition_gen.py. In this case we want to check whether there are some errors at burning fuses, flashing the firmwar...
by AlexESP32
Mon Jul 13, 2020 1:51 pm
Forum: ESP-IDF
Topic: NVS decryption doesnt work [IDF-1922]
Replies: 6
Views: 6452

NVS decryption doesnt work [IDF-1922]

Hey ;) I tried to decrypt the nvs partition and unfortunately it doesnt work. The command is: python nvs_partition_gen.py read_nvs.bin nvs_key.bin neu.bin The error message is this: Traceback (most recent call last): File "nvs_partition_gen.py", line 1037, in <module> main() File "nvs_partition_gen....