-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32S3 Temperature Sensor undefined reference (IDFGH-6427) #8086
Comments
any news ? |
Hi @brunohorta82 , |
Thanks for reporting, the feature has been implemented in daceb35, feel free to reopen. |
@Alvin1Zhang - hi. I'm new to ESP32 and I'm trying to compile the temperature sensor example project and having issues. I have an ESP32-WROOM-32E chip. And I'm using ESP-IDF for VS Code with ESP-IDF version v5.0.1 I've compiled other projects for the chip successfully. But, for this project I'm seeing two errors: During compile I get this feailure: Also - the tempereature_sensor.h file contains an unresolved reference to to Any suggestions? (Also - let me know if I should use a different ticket). |
@benninga please note that ESP32 is not in the list of chips which the temp_sensor example is compatible with; see "Supported targets" at the top of https://github.com/espressif/esp-idf/blob/master/examples/peripherals/temp_sensor/README.md. Initally the ESP32 chip also had a temperature sensor in the list of features, but eventually it was removed as it was difficult to get useful readings from. Newer chips (ESP32-S2 and later) do have a temperature sensor that is supported by this example. |
Thanks @igrr ! |
undefined reference to `temp_sensor_start' when I try use
#include "driver/temp_sensor.h"
temp_sensor_start();
BOARD ESP32S3
The text was updated successfully, but these errors were encountered: