I will post some pics of the circuit when I get it rebuilt.. I have had to scrap what i was using... The expense of learning as you go .That is a very valuable feedback. I have to remember to add this in the guide
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.
I will post some pics of the circuit when I get it rebuilt.. I have had to scrap what i was using... The expense of learning as you go .That is a very valuable feedback. I have to remember to add this in the guide
Thanks @Ranjib But to me that’s all Greek. I’m thinking it my be something wrong with my rasprian program. I did the sudo apt-get remove reef-piThis guide has example of get and update settings
https://reef-pi.github.io/additional-documentation/api/
Use the get api to obtain and save a copy of your setting in a file (>settings.json) , then check it for dashboard configuration , fixes if there’s a zero, ), then update setting using the update example.
Or just reset dB :-/
I don’t think there anything wrong with as card or raspbian. You can simply stop reef-pi (sudo systemctl stop reef-pi.service) and remove the data base (sudo rm /bar/lib/reef-pi/reef-pi.db) and start reef-pi again (sudo systemctl start reef-pi.service) , and things should workThanks @Ranjib But to me that’s all Greek. I’m thinking it my be something wrong with my rasprian program. I did the sudo apt-get remove reef-pi
And then reinstalled reef pi and it still just flashes up then just goes blank
Some update on led circuit.
For sometime folks have asked for circuits other than kessil (which I use exclusively), I had tested a few things which worked earlier but never had a full on build. After some new requests this week, I decided to build out a permenant controller for my moon lights. I may combine this with one of the existing build as well, the circuit is a standalone one and will work for a wider range of voltage .
This is the circuit to control direct led power, allows you to dim led strips /bulbs etc. For my case, I want to dim coralife biocube moonlight strip, it has tree leds , runs at 12v and draws 1 amp at peak
Here is the whole setup :
![]()
I am using pi for generating pwm straight. Which controls a power mosfet , which in turn controls the led power. I am using a single 12v power source , and an lm2596 to step down to 5v, which feeds pi. The custom circuit houses the power rails, connectors for power in, led power out , male headers for connecting lm2596 and pi pwm out. It should work with pca9685 as is. Just wire a pwm source .
![]()
So looking at the spec for the p30n06le
I am using adafruit perma proto board to solder everything , the mosfet gate (which is connected to pwm) is pulled down (connected to grown) using a 100k resistor. I am using p30n06le power mosfet.
![]()
![]()
I am very happy with the results. I was able to dim down to 1%. I’ll do a thorough thorough test with multimeter and oscilloscope next and share with you.
I think I am close to the solution of rpi pwm problem. I had to dial down the pwm frequency . I have also added a setting for specifying pwm frequency (details to 100) in the api and ui
yeah, but you'll need heatsink (and fan probably), also they'll be not be independently dimmable.So looking at the spec for the p30n06le i.e 30A 60V would you be able to run a full bank of LED's from it that had a draw from 20 x 3v 3w led's in series ?
I am assuming this is powered by a 8-channel relay internally ?
:-( , thats a bad UI bug. Let me fix that asap.Hi to all,some good news this is a beauty just some little hick up. Where is the max temp adjustment?
![]()
![]()
https://github.com/reef-pi/reef-pi/pull/434:-( , thats a bad UI bug. Let me fix that asap.
Sorry about that.
wget -c https://github.com/reef-pi/reef-pi/releases/download/2.0.0-beta-5/reef-pi-2.0.0-beta-5-pi0.deb
dpkg -i reef-pi-2.0.0-beta-5-pi0.deb
Should work fineJust a quick question to the electronics gurus, on the temperature circuit, how important is the value of the 4.7k resistor? The closest thing I have is a 5.1k, does this throw the calibration off?
Should work fine
We don’t have any calibration module (I intend to add one , there’s already issue tracking that) .Ok, good. Then regarding calibration, I checked the probe/reef-pi to a known good thermometer and it fluctuated between 2.5 and 3 deg cooler. Is there a way to calibrate reef-pi, or is it just the way it is?
Ok, good. Then regarding calibration, I checked the probe/reef-pi to a known good thermometer and it fluctuated between 2.5 and 3 deg cooler. Is there a way to calibrate reef-pi, or is it just the way it is?
We don’t have any calibration module (I intend to add one , there’s already issue tracking that) .
That’s odd though , ds18b20 should always be accurate within 0.5 degree Celsius. The resistor should be ok till 10k :-/
I’ll do a round of testing soon and verify it