Cool, thank you for your help!
-FF
-FF
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.
Not right now. But I am working on pH support as we speak. It will be out for public consumption by early next month.Howdy, is there a way to monitor PH with the reef-pi? I already have a ph probe from my old cal reactor, but not sure what else I would need (hardware) to connect it to my pi/breadboard.
Thanks for the help and keep up the good work!
Just finished writing/testing atlas scientific ph probe driver, https://github.com/reef-pi/drivers/pull/2
its i2c based. Recently have written a raspberry pi based i2c driver in go that does not have any external dependency. Used that to write the atlas scientific ezo circuit driver. After some prototype testing, I think its ready for use in reef-pi.
Next step will be to integrate the ezo driver in main reef-pi software, add UI , charts etc.
Question: Do we expect people will need multiple ph probes?
Just an update. First off you were right. It wasent the LED. I have 3 of these lights, it's sods law the one I chose first to fit sockets and wiring to has a faulty power unit. by the looks of it for some reason it was ignoring the switched side of the control. I'v set up another one of my lights and this one is working as you would expect.I wouldnt think so. If the LED was in backwards, it would function just like a regular diode and not let any power flow through (think about diodes like a one-way or check valve). If it was shorting out to the board it would likely pull so much power through that string that they would all let the smoke out.
Do you have any diagrams of how you are trying to wire it?
I’m attempting to hookup a second relay board (in my basement) to manage my water change equipment. Since I’m already grabbing 5v vcc pins for the 1st relay and 5v vcc for the PWM board is it even possible to hookup another 5v source? Possibly by using an external power supply for the relay board itself? If so, what amperage should I be looking at for the 5v to the relay board for the external supply. I have some voltage limiting boards so getting the right voltage won’t be a problem if this is the route to do it.
You should be fine if you are using the 2.5A usb power supply. We can calculate the total current consumption by each board (pi 3 500ma, relays Nx20 ma, where N represents the number of channels.. etc ) . If this doesn not suffice, you can always hook up a 4amo or 10 amp connection to a 5v rail and power each of the component (including pi) through that. I am doing this for all my new builds (i.e. hook up a powr adapter to a rail and then connect all the ICs to that)I’m attempting to hookup a second relay board (in my basement) to manage my water change equipment. Since I’m already grabbing 5v vcc pins for the 1st relay and 5v vcc for the PWM board is it even possible to hookup another 5v source? Possibly by using an external power supply for the relay board itself? If so, what amperage should I be looking at for the 5v to the relay board for the external supply. I have some voltage limiting boards so getting the right voltage won’t be a problem if this is the route to do it.
Looks ok to me. There will be 2 volt power drop, so choose your power supply accordingly.Ok, so i went through all the info i could in 2 days,
now that Reef-PI is up and running, i have no more fun lol
so i want to make the lights controllable from pwm.
i have a simple nano and i aim for 4 channels
is my list ok ?
4x Driver : https://www.rapidled.com/mean-well-ldd-700h-dimmable-driver/
Driver board : https://www.rapidled.com/ldd-h-4-driver-board/
i2c iterface board : https://www.adafruit.com/product/815
i already have the leds and power supply.
any input from you guys ?
Ok, so i went through all the info i could in 2 days,
now that Reef-PI is up and running, i have no more fun lol
so i want to make the lights controllable from pwm.
i have a simple nano and i aim for 4 channels
is my list ok ?
4x Driver : https://www.rapidled.com/mean-well-ldd-700h-dimmable-driver/
Driver board : https://www.rapidled.com/ldd-h-4-driver-board/
i2c iterface board : https://www.adafruit.com/product/815
i already have the leds and power supply.
any input from you guys ?
Looks ok to me. There will be 2 volt power drop, so choose your power supply accordingly.
Note: we can now generate two pwm signal just using Pi, no need for the pca9685 board :)
Basically you are looking for a constant current driver around the 50-60W range (3v * 0.55A = 1.65W ea * 27 = ~45W). Better to have some headroom above that level.I'm Glad you posted this @Jean-Pierre Renaud, I've been looking for a replacement LED driver for my Viparspectra light but cant work out what I need. Maybe you can help me.
This is the spec off the faulty LED driver I need to replace
Model : 2G-3865W-ZN
Out put voltage 55-100 V
output current 510-550mA
If that makes sense,
Its to run one bank of 27x 3w LED's with PWM 0=10v control
Thanks in advance if you or any one can point me in the right direction.
I am testing it out with my staging builds currently. I have to update the reef-pi codebase to make it configurable with individual jacks (i.e. they can be either pca9685 backed or rpi backed) for you to be used with lights. Currently its only available for doser.Oh for real ?
Where can i find this info ?
Thanks !
Thanks @Ryan115 , I'm in the UK, State Side lol love it.Basically you are looking for a constant current driver around the 50-60W range (3v * 0.55A = 1.65W ea * 27 = ~45W). Better to have some headroom above that level.
For the most part, look for a 60W 100V 500-600ma Dimmable LED Driver (make sure to check dimming specs). You may be able to get in-touch with SBreeflights and see if they have replacement drivers that you can buy from them. They are one of the only state-side vendors that I can think of that would have black box drivers. Otherwise, it will likely be ebay.