Search found 3 matches
- Wed Sep 09, 2020 12:42 am
- Forum: Hardware
- Topic: Esp32 Devkit v1 PCB Eagle library
- Replies: 7
- Views: 98218
Re: Esp32 Devkit v1 PCB Eagle library
Thank you, I'm learning PCB in the Fusion 360 workspace. This should make life easier.
- Wed Jun 26, 2019 4:16 pm
- Forum: ESP32 Arduino
- Topic: Reading Multiple I2C sensors on ESP32
- Replies: 3
- Views: 6485
Re: Reading Multiple I2C sensors on ESP32
I know you can have multiple sensors over a single I2C line, But if I'm not using any other pins, is it more efficient for the ESP32 to read from separate pins? Also on the firmware side does that create any issues? I know interrupts can be an issue if you are ready the data. There must be a best pr...
- Tue Jun 25, 2019 12:09 am
- Forum: ESP32 Arduino
- Topic: Reading Multiple I2C sensors on ESP32
- Replies: 3
- Views: 6485
Reading Multiple I2C sensors on ESP32
Greetings! Yes I am a newbee. I have a small project were I need to read the sensor data from 3 I2C sensors. a BME280 (Temp, Humidity and pressure), MPU 6050 (gyro) and a Time of Flight VL53L0X. Is it best practice for all 3 to use the same I2C pins or is it better to use different pins on the ESP32...