Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Correction, the DCP is a brushless motor. So, maybe something like this?So, I've been looking to replace my controller for my Jebao-DCP 15,000 with something RPI driven and was looking at this as a option for the controller. I was wondering if someone with more hardware chops could take a look at tell me if it'll work.
So, I've been looking to replace my controller for my Jebao-DCP 15,000 with something RPI driven and was looking at this as a option for the controller. I was wondering if someone with more hardware chops could take a look at tell me if it'll work.
You have to write a driver for both of this. For the outlet it will be a hal.OutputDriver and for the tunze ato it will be a hal.InputDriver (checkout reef-pi/hal repo for definition and reef-pi/rpi or reef-pi/drivers for example implementation)@Ranjib and @theatrus - thanks for the driver_ui pointer. I'll update my local repo tonight and tinker.
WRT the ATO controller - since I'm only going to read the 'on/off' from the Tunze to monitor usage, my input will be whatever GPIO has that signal, but the 'equipment' won't exist. I am thinking about having an LED just to give it something to connect to in the 'ATO' tab. Is this a viable option?
Yay :-) . I’m not sure about the ato sensor , keep us posted on how it goesFinally some parts has arrived...
![]()
This is my shopping list
http://www.amazon.de/registry/wishlist/250QZH4E9GUSD
You have to write a driver for both of this. For the outlet it will be a hal.OutputDriver and for the tunze ato it will be a hal.InputDriver (checkout reef-pi/hal repo for definition and reef-pi/rpi or reef-pi/drivers for example implementation)
Dang...Looking at the optical sensor you're using, it looks like it outputs 5V when the water is at the right level, but drops to 0V when the water level drops (and the ATO needs to be triggered). This is the opposite of how I will be using it - I will get 3.3V HIGH when the ATO is running and 0V LOW when it isn't. Argh.
Will this still be able to utilize the ATO usage charts?
All inputs are reversible in software. Just check the box :)
YupHmmm, so then wouldn't the existing ATO functionality work for me, reverse the input...check if it's high, light the LED (that's a 'dummy' ATO pump in the equipment)?
Interestingly, while I personally don’t know much about motor controllers, my company builds electric motors and use motor controllers all the time. But ours are huge multikilovolt, 250 kilowatt systems so I am not familiar with the common small DC motor controllers. However, I suspect that one in the link won’t work as it’s expecting a brushed DC motor, while the Jebao is a brushless DC, or in our terms permanent magnet, motor. The RPi pwm pins could definitely send pwm signal to that controller though.@rushbattle has made something like this work with dc pumps. Check his thread it might get you going in the right direction.
https://www.reef2reef.com/threads/0-10v-control-of-prop-pumps-for-alternating-gyre.510928/
Thanks for pointing that out, I was thinking that they are all using back EMF in the aquarium pumps. Are there many BLDC motors used in aquarium pumps with Hall effect sensors?There are two main types of brushless motors: sensored and sensorless (back EMF). A controller for one won’t work for the other, especially a sensored controller for a sensorless motor.
Thanks for pointing that out, I was thinking that they are all using back EMF in the aquarium pumps. Are there many BLDC motors used in aquarium pumps with Hall effect sensors?