Robo-Tank DIY Aquarium Controller Forum
Alternative autofeeder wiring - Printable Version

+- Robo-Tank DIY Aquarium Controller Forum (https://www.robo-tank.ca/forum)
+-- Forum: Robo-Tank (https://www.robo-tank.ca/forum/forum-1.html)
+--- Forum: Robo-Tank Circuit Board Questions (https://www.robo-tank.ca/forum/forum-4.html)
+--- Thread: Alternative autofeeder wiring (/thread-251.html)

Pages: 1 2 3


RE: Alternative autofeeder wiring - fietsenrex - 11-11-2021

Nice thanks, I’ll try it when the kids are sleeping :p


RE: Alternative autofeeder wiring - Rob F - 11-11-2021

Sounds good, if you need anything else let me know.


RE: Alternative autofeeder wiring - gandalf - 03-08-2022

So, as I'm interested in this feeder too, what's the current state ? would it work preserving the stock control panel on LCD plus management from reef-pi ?
Which are the customization needed on the feeder ?
Feeder would be powered by reef-pi or batteries are still needed ?


RE: Alternative autofeeder wiring - Rob F - 03-08-2022

Glad you found this post, I knew there was talk about another feeder but couldn't find it. I read back and it should work however it looks like after it get's powered down it has default values it restores. Also the issue with it requiring pulses but you could probably just set multiple schedules in a row to get it to run extra. Batteries would be optional I think, if you use batteries you would still need to connect the ground from controller to feeder.


RE: Alternative autofeeder wiring - gandalf - 03-09-2022

I'm printing a simple fish feeder, there are some that works with a servo with 3 pins (gnd,vcc and pwm).
Can I use them with the feeder port ?

Like this: https://www.az-delivery.de/it/products/az-delivery-micro-servo-sg90


RE: Alternative autofeeder wiring - Rob F - 03-09-2022

If that servo uses PWM you'll need to use a PWM/Analog port, the feeder port won't work. In reef-pi I think if you setup as a doser it should work. In my app you could define port as a doser or DC port and run it like that till the feed mode is added.


RE: Alternative autofeeder wiring - gandalf - 03-09-2022

do you know how to write in pin 7 with python? Is the Feeder pin native on rpi or via pca expander like the dosing pumps?


RE: Alternative autofeeder wiring - gandalf - 03-09-2022

Based on v2 PDF manual, the feeder ports is available via PCA9685 like any other DC/Dosing ports, so it should be PWM too , isn't it ?
Anyway, If I connect just gnd and vcc, the servo tries to power up and move but as soon as I plug the data wire, it stop to work.

I think I have to use the data signal to, but how ?


RE: Alternative autofeeder wiring - Rob F - 03-09-2022

Sorry I don't know python, a couple years ago when I started looking into making a Pi program I went with python but that didn't go so well, very different compared to c++ and I couldn't manage it.

The feeder port does use a pin from PCA9685 however the PWM signal goes into a mosfet and doesn't make it to the actual port. When the feeder port is turned on the signal/data pin is a ground.


RE: Alternative autofeeder wiring - rott - 03-09-2022

hi rob if a feeder has an internal clock to set feeder is there any real reason to add it to the controller? I see it as one less thing to add to the controller I am looking at this feeder
https://usakoi.com/sunsun-solar-feeder.html

is is out of stock there but other places have it in stock


RE: Alternative autofeeder wiring - Rob F - 03-10-2022

No reason to add it, only benefit is you can manually run it from anywhere.


RE: Alternative autofeeder wiring - gandalf - 03-10-2022

i've seen than vcc and gnd are always powered on. if i plug only these two cables, the servo Always run. as soon as i plug the signal cable, the servo stops.

should i only use signal, as ground , and +3.3v as vcc ignoring the gnd?

another test i would like to do is putting a very simple nodemcu board in the printed Feeder and let robotank poower It when he need to feed. then the Feeder Will be handled by the nodemcu


RE: Alternative autofeeder wiring - Rob F - 03-10-2022

Yeah if you just want to turn on/off you can move the servo ground to the feeder signal. Like this when you turn on the port the servo will run.


RE: Alternative autofeeder wiring - gandalf - 07-03-2022

as i've dismissed the idea of a 3d printed food feeder, i would like to buy the JBL

it's not clear if Is working with Robo Tank (After soldering the cables) and if the LCD display still works

i have to choose between the eheim and the JBL. the JBL is White (i prefere It than black) and has an aerator hole to keep the food dry

suggestions?


RE: Alternative autofeeder wiring - Rob F - 07-03-2022

Sorry I can't answer about the JBL with confidence, I only know how the Eheim is wired.


RE: Alternative autofeeder wiring - fietsenrex - 07-09-2022

Gandalf,

With the arduino based robo tank it works like a charm.
The 3.3v lets the feeder think it’s battery is almost empty but other than that it’s just like normal

As for wiring, just scroll back a bit.
There are some pictures on how I wired mine


RE: Alternative autofeeder wiring - Rob F - 07-09-2022

All the controllers that have the feeder port work the same so it'll be compatible.


RE: Alternative autofeeder wiring - gandalf - 07-10-2022

Is the LCD screen still usable after wiring to robo-tank ?


RE: Alternative autofeeder wiring - fietsenrex - 07-10-2022

Yes, it still works.
You can also set it up just using the power from the robo-tank so you don’t need battery's to run the feeder.