- Joined
- Dec 24, 2019
- Messages
- 133
- Reaction score
- 199
in this route, where you are primarily using the arduino for analog input, how you do galvanic isolation? reef-pi currently has a HAL Analog driver interface that we can use to implement an arduino driver. We can totally do it if it makes sense (i.e. the results we get are good enough for our use case, and theres enough appetite for such use case)
Ability to interface to Arduino from reef-pi over I2C would be tremendous. Especially for I/O control to start. Not to mention access to analog inputs that can be used for not only analog PH but many other applications like tuning optical sensor levels.
Another good option would be to do it over serial so this will provide ability to have Arduino at remote location if needed.
The simplest way of galvanic isolation is to have two independent power sources. so in this case if Arduino is fed by another power supply ( will need to be with transformer) then if another PH probe is fed from Reef-PI they will not interfere with each other.
Last edited:
