Page 1 of 1

Read Sensor Data to ESP32

Posted: Mon Feb 10, 2020 3:55 pm
by Ryu_1337
Hello everyone,

I am totally new to the esp32 development. I already have some experience with arduino and its ide but now I want to get started with some more fancy stuff with the esp32 and the esp-idf. I already set up the esp-idf via a plugin for eclipse and build some hello world stuff.

Now I plan to use a BME680 sensor for temp and humidity measurement on my esp32-wroom breakout board. When using the arduino ide I needed to download some kind of library in order to use the sensors. How can I obtain that while using the esp-idf?

Or in general, is there any recommendable documentation regarding stuff like reading sensor data with esp-idf on the wroom?