Looking at:
What do the following things mean:
- “3.3V breakout pin” - There is no breakout pin like this on the picture of the board
- VDD - No pin or connector on the board says “VDD”
- VCC - Is this an input or output? Is this the same as “VDD”
Can I have this board work off of 5v, but still talk on the I2C bus? (I’m guessing “yes” because the master only has pullup resistors on the bus?? All other nodes are pulldown transisters only?)
Thanks in advance
Ben
Not when using the Qwiic connector with the MCU. 3.3V is supplied by the connector, and you can measure voltages only between 0 and 3.3V.
The terms Vcc and Vdd are equivalent. They can be power in or out, depending on the particular module or MCU.
Which MCU board do you intend to use?
1 Like
Not sure what MCU stands for, but I was thinking about using this ADC with the SparkFun IoT RedBoard - ESP32 On the other hand, might just use the lower accuracy on-the-RedBoard ADC with a voltage divider made from 2 resistors between the 5v pin and ground.
MCU = microcontroller unit. The Sparkfun IoT Redboard ESP32 is an example of an MCU board.
The ESP32 is a 3.3V processor, so just use the Qwiic connector and cable to connect with the ADC board.
Voltage input to the ADC must be within the range of 0V to 3.3V or the ADC will instantly be destroyed.
Note: the ADC built into the ESP32 processor chip is nonlinear, inaccurate and not very useful for making quantitative voltage measurements.