Page 1 of 1

What Library to use

Posted: Tue Oct 10, 2023 11:10 pm
by Marmadoc
I'm going to start new project with ESP32 with 3 sensors;
1. BME280 - for pressure only
2. DS18B20 - waterproof - for lake water temperature
3. Am2315 I2C - weatherproof - for air temperature and humidity

Before I start coding I like to ask you what libraries should I use? I know that some arduino libraries don't work with ESP32.
I have to be sure that it will work with ESP32.
I'm relatively new to ESP32

Thx in advance

Re: What Library to use

Posted: Wed Oct 11, 2023 2:28 pm
by bidrohini
Do you wish to use the Arduino IDE for coding? Or you're planning to use Esp-IDF?

Re: What Library to use

Posted: Thu Oct 12, 2023 3:52 pm
by Marmadoc
I use Visual Micro.