ESP IDF Robot

This commit is contained in:
2024-12-22 14:05:59 -05:00
parent 753d181683
commit 4a22a36073
6 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
6cb1708395b79bf7f13f72c1840ba91c /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
329433dd309641df8ce9c613e389b1e5 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin

View File

@@ -951,3 +951,10 @@
347 460 1734894330811272287 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 608485c817a7b49c
299 615 1734894330655271111 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 4dd51763bd3cdffe
615 681 1734894330971273493 esp-idf/main/libmain.a e31ee7c6d085bb4e
681 14842 1734894345116379797 esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
681 14842 1734894345116379797 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
14842 15415 1734894345197380405 ESP-IDF_Robot.elf 7db8bbdc5ef5141f
15416 15841 1734894346191387855 .bin_timestamp 15712c9999fc04aa
15416 15841 1734894346191387855 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 15712c9999fc04aa
15842 16003 1734894346197387900 esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53
15842 16003 1734894346197387900 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53

View File

@@ -34,7 +34,7 @@ TIMER RESOLUTION MAX VALUE HALF-DUTY
13 8191 4095
*/
#define LEDC_DUTY (7680) // 7680, 7424, 7168, 6144, 512, 768
#define LEDC_FREQUENCY (2500) // For LED the freuqncy of 500Hz seemed to be sufficient. // Frequency in Hertz. For DC motor, set frequency at 5 kHz
#define LEDC_FREQUENCY (2500) // For LED the freuqncy of 500Hz seems 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,
or you can edit the following line and set a number here.