Search found 6 matches

by espnewbie
Tue Mar 02, 2021 3:19 pm
Forum: ESP-IDF
Topic: fatal error: esp_adc_cal.h: No such file or directory (While Compiling ADC Example)
Replies: 1
Views: 6378

Re: fatal error: esp_adc_cal.h: No such file or directory (While Compiling ADC Example)

this is the code I have on the CMakeLists.txt of the main folder.

Code: Select all

idf_component_register(SRCS "adc1_example_main.c"
                    INCLUDE_DIRS "."
                    REQUIRES "esp_adc_cal")
Do I miss anything aside from this?
by espnewbie
Tue Mar 02, 2021 3:10 pm
Forum: ESP-IDF
Topic: Unable to add certain components in custom library
Replies: 2
Views: 7148

Re: Unable to add certain components in custom library

It doesn't work for me. Currently, I am working with the ADC example but I always got the same error.

this is the code I have on the CMakeLists.txt of the main folder.


idf_component_register(SRCS "adc1_example_main.c"
INCLUDE_DIRS "."
REQUIRES "esp_adc_cal")


Do I miss anything aside from ...
by espnewbie
Mon Mar 01, 2021 5:15 pm
Forum: ESP-IDF
Topic: fatal error: esp_adc_cal.h: No such file or directory (While Compiling ADC Example)
Replies: 1
Views: 6378

fatal error: esp_adc_cal.h: No such file or directory (While Compiling ADC Example)

Hi All,

I am pretty new to ESP-IDF development and currently, I am testing the ADC example.

However, I get an error during the compilation "fatal error: esp_adc_cal.h: No such file or directory". But the component is on the esp-idf components folder.

I just need your expert assistance on what and ...
by espnewbie
Thu Aug 27, 2020 2:13 pm
Forum: General Discussion
Topic: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??
Replies: 10
Views: 25911

Re: Hi , is there any sample code to interface the mpu-6050 with the esp32 ..??


Hi Reeshma,
You can extract and copy this to example folder of esp_idf. The MPU 6050 code is currently not in official release, but it will soon be.


Hi Reeshma,

I was able to use the code you have provided. Just a newbie question, how can I extract the specific data on the sensor. Example, I ...
by espnewbie
Wed Aug 12, 2020 2:35 pm
Forum: ESP-IDF
Topic: ESP32 OTA mqtt_client invalid header error
Replies: 16
Views: 20740

Re: ESP32 OTA mqtt_client invalid header error

Thanks ESP-Marius and Polosa both of your instructions help me it is now working.
by espnewbie
Thu Aug 06, 2020 2:53 pm
Forum: ESP-IDF
Topic: ESP32 OTA mqtt_client invalid header error
Replies: 16
Views: 20740

Re: ESP32 OTA mqtt_client invalid header error

Hello, I also got the same issue. does anyone already solved this?

I (1325) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (2675) tcpip_adapter: sta ip: 192.168.254.139, mask: 255.255.255.0, gw: 192.168.254.254
I (2675) tb_ota: Connected to WI-FI, IP address: 192.168.254.139
I (2675) tb ...

Go to advanced search