Which one?
USB based connections? - Not yet
or
Controlling reef-pi from another ? - Want to do, but no progress yet. Once doser & ATO housing is built and tested (working on temperature controller testing now). I like the stability/reliability of physical connection though :0/, wifi based things will make it easy to run them independently .
Thinking out loud here, would anyone want to prefer physically connect independent controllers? or just use an all-in-one controller instead? Given everything is DIY and opensource, it is possible to salvage an existing controller to build the next upgrade...
I just assembled a all in one controller's fritzing project. I think i got the write parts, the connections are not 100% right, but mostly ok. The breadboard view looks like horror movie
Schematic of a basic all in one reef-pi electronics, aimed for a pico tank. Supports following things:
1) On-demand and timer based control of 4 AC outlet/equipments
2) Temperature monitoring and control (switch on/off heater or chiller/cooler , dedicated two AC outlets)
3) Kessil control , i.e 10 v pwm, 2 channel (3.5 mm female jack)
4) 2 dosing pump controls (12 v, pwm, direction control)
5) 6 isolated 10v pwm controls (just put these so that those who have black box style leds can control them, or anything else, like additional dosing pump /etc)... not really specific, just using the extra available pwm outputs
This is the breadboard view (bare with my ignorance, this is my first attempt at doing anything serious with fritzing)
B) schematic view
3) PCB view
Next step will be publishing the fritzing file to reef-pi repo, and get it reviewed, fix the obvious issues etc.
BTW, today I learned that ds18b20 must be hooked to GPIO4, due to how w1 is implemented in raspberry pi kernel. Spent a good amount of time in bogus troubleshooting..

.