Hi,
lilzz wrote:The MCP3208 chip is driven by VDD and VREF of 5.0V, can DIN , DOUT and CLK connect to the Pi?
When you face situation like this one, you should split it into two of them:
- can you connect
inputs (from GPIO perspective) directly,
- can you connect
outputs (from GPIO perspective) directly.
Inputs can be simply "converted" with a voltage divider made out of two resistors.
For getting answer about outputs, you have to check related datasheet (get used to this, it contains more reliable answers than you can get in forums). The datasheet says that if you connect GPIO output directly to this MCP input, you're out of specification. So, a voltage level converter is needed.
Best wishes, Ivan Zilic.