Hi sebasdt,
Yes I know Wiring and Arduino function mills(), but I'm using ESP-IDF with freeRTOS.
So I'm looking for the best way with the freeRTOS, I thought to use xTaskGetTickCount() like millis() functions, but I want to understand if this is the best method.
Search found 8 matches
- Mon Jan 11, 2021 7:50 pm
- Forum: General Discussion
- Topic: led Task
- Replies: 3
- Views: 4212
- Mon Jan 11, 2021 9:49 am
- Forum: General Discussion
- Topic: led Task
- Replies: 3
- Views: 4212
led Task
Hello everybody, I have a custom board with ESP32 and there is 3 LEDs. Depending on the board state there are different LEDs blinking combinations, so I want to understand what is the best way to implement on my code these LEDs functions. I use vTaskDelay() to block the LED in ON or OFF state, but i...
- Tue Nov 17, 2020 4:55 pm
- Forum: General Discussion
- Topic: Download tool v3.8.5 and ESP-prog issue
- Replies: 1
- Views: 6224
Download tool v3.8.5 and ESP-prog issue
Hi guys, I have an issue with ESP download tool v3.8.5, when I tried to erase o program the ESP32 the console print .....____.....____ endlessly, like photo below. https://esp32.com/download/file.php?mode=view&id=5409 I'm using Win7, the FTDI drivers are installed correctly and ESP-IDF installed is ...
- Tue Sep 29, 2020 2:15 pm
- Forum: ESP-IDF
- Topic: Add VL53L0X Api to ESP-IDF project
- Replies: 3
- Views: 4375
Re: Add VL53L0X Api to ESP-IDF project
I want to add the VL53L0X Api to my project Schermata 2020-09-29 alle 16.03.22.png , I created a CMake.txt like this: set(COMPONENT_SRCS "core/src/vl53l0x_api.c" "core/src/vl53l0x_api_calibration.c" "core/src/vl53l0x_api_core.c" "core/src/vl53l0x_api_ranging.c" "core/src/vl53l0x_api_strings.c" "plat...
- Tue Sep 29, 2020 10:27 am
- Forum: ESP-IDF
- Topic: Add VL53L0X Api to ESP-IDF project
- Replies: 3
- Views: 4375
Add VL53L0X Api to ESP-IDF project
Hi,
unfortunately I'm stuck again with CMake and external sources.
I'm not able to find the right way to add ST VL53L0X Api to my project to use it.
If some one help me I'll appreciate.
unfortunately I'm stuck again with CMake and external sources.
I'm not able to find the right way to add ST VL53L0X Api to my project to use it.
If some one help me I'll appreciate.
- Thu Sep 10, 2020 8:11 am
- Forum: Hardware
- Topic: Flash mounted inside ESP32
- Replies: 1
- Views: 2150
Flash mounted inside ESP32
Hi everybody, I have a doubt, which is the flash model mounted inside ESP32 WROOM and where could I find this information ? In an old topic I found "GD25Q32" part number of flash chip, but in the Espressif official documents I'm not be able to find this information. I need to know the full part numb...
- Thu Sep 03, 2020 2:53 pm
- Forum: ESP-IDF
- Topic: Third party library
- Replies: 1
- Views: 2627
Third party library
Hello guys, I need your help to add third part library to my project, the library is https://arduinojson.org . I followed the instruction here https://arduinojson.org/v6/how-to/use-arduinojson-with-cmake/ , but I'm not able to set CMake file correctly, is there somebody could help me with a tutorial...
- Wed Jul 15, 2020 2:01 pm
- Forum: IDEs for ESP-IDF
- Topic: Menuconfig with Clion
- Replies: 0
- Views: 2983
Menuconfig with Clion
Hi everybody, I'm using Clion with ESP32 plugin, everything works well but when I download a project from VCS I'm not able to open the ESP32 setting and Clion shown me a pop-up "UNABLE TO FIND SDKCONFIG FILE", but sdkconfig is in the main folder. Are there some Clion settings to edit to solve this i...