-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Change Arduino SDK #625
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
Comments
@urbanze what temperature sensor? |
There are some examples from @pcbreflux here: https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchbook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino Also a video explaining the things: https://www.youtube.com/watch?v=d57LKkHCVgI PS: here has a discussion of how accurate it is and what is the best way to read the internal temperature: espressif/esp-idf#146 |
Oh, the secret of temperature sensor is "extern "C" "........ I forgot this -_-. Thank you for reply, see you later :D |
See you =) |
Fixes: #563 Fixes: #625 Source: https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchb ook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino
Fixes: espressif/arduino-esp32#563 Fixes: espressif/arduino-esp32#625 Source: https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchb ook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino
Fixes: espressif/arduino-esp32#563 Fixes: espressif/arduino-esp32#625 Source: https://github.com/pcbreflux/espressif/blob/master/esp32/arduino/sketchb ook/ESP32_int_temp_sensor/ESP32_int_temp_sensor.ino
Hi! I using idf-component to use this mcu (to change sdk configs in arduino ide) and I can't find how to read temperature sensor. How can I do this ?
ps: I tryed app_main with and without InitArduino(), both worked. What this function do ?
----------------------------- Remove above -----------------------------
Hardware:
Board: ESP32 DoIt Nodemcu
Core Installation/update date: ?11/jul/2017?
IDE name: IDF component with Arduino boot
Flash Frequency: 80Mhz
Upload Speed: 115200
The text was updated successfully, but these errors were encountered: