Page 1 of 1

ESP32 Thing (from SparkFun) questions

Posted: Thu Nov 30, 2017 8:37 pm
by Feitan
Hi guys ! I'm a beginner in Arduino/microcontroller technologies.
I have some questions about the ESP32 Thing from SparkFun :
1) I want to link two sensors to the chip, however both of them are using SDA and SDL port, is it possible to use both sensors at the same time (soldering them) ?
2) Is is possible to retrieve the date/hour by connecting to a Wi-Fi network ?

Thanks for your help :)

Re: ESP32 Thing (from SparkFun) questions

Posted: Sat Dec 02, 2017 7:41 am
by hakkig
1) Yes, esp32 has two i2c ports, mappable programmatically.
2) Yes, search for "esp32 ntp example".

Re: ESP32 Thing (from SparkFun) questions

Posted: Mon Dec 04, 2017 8:45 pm
by Feitan
Ok ! Thank you for your help