Hello! I recently purchased the Sensirion SFC6000 mass flow controller (datasheet linked here: https://sensirion.com/media/documents/442A3611/64958B2C/DS_SFC6000D_SFM6000D.pdf ) and am trying to figure out a way to integrate it with my Arduino Mega 2560 so I can communicate via I2C. The flow controller requires a minimum of 22.8V and recommended to use 24V, which I know is more than the Arduino can handle.
- How can I connect an external power supply while still using the I2C pins on the Arduino?
- If I have a barrel jack power supply, how would I physically integrate that to power my flow controller - currently have a power cable with exposed wires at 1 end that I will connect to the Arduino via screw pin connectors and the other end is a 4 pin M8 connector. How would I connect the exposed wire to the male barrel jack connector?
Thank you!