ESP IDF Robot

This commit is contained in:
2024-12-22 14:02:07 -05:00
parent e95ab50c11
commit 15e49e4fcb
6 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
aff7efbd68d6102879b00e7f149d28fc /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
ea161d6e98615fd717380cc6eb6d2aac /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin

View File

@@ -951,3 +951,10 @@
363 478 1734894090366369334 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 608485c817a7b49c
331 618 1734894090223368139 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 4dd51763bd3cdffe
619 679 1734894090511370546 esp-idf/main/libmain.a e31ee7c6d085bb4e
680 14023 1734894103802481254 esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
680 14023 1734894103802481254 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
14023 14679 1734894103915482192 ESP-IDF_Robot.elf 7db8bbdc5ef5141f
14679 15034 1734894104922490549 .bin_timestamp 15712c9999fc04aa
14679 15034 1734894104922490549 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 15712c9999fc04aa
15034 15154 1734894104926490582 esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53
15034 15154 1734894104926490582 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53

View File

@@ -33,7 +33,7 @@ TIMER RESOLUTION MAX VALUE HALF-DUTY
10 1023 511
13 8191 4095
*/
#define LEDC_DUTY (7168) // 7424, 7680, 7168, 6144, 512, 768
#define LEDC_DUTY (7168) // 7680, 7424, 7168, 6144, 512, 768
#define LEDC_FREQUENCY (5000) // For LED the freuqncy of 500Hz seemed to be sufficient. // Frequency in Hertz. For DC motor, set frequency at 5 kHz
/* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink,