Hey everyone starting a reef pi build

youngblood421

Active Member
View Badges
Joined
Jun 19, 2019
Messages
122
Reaction score
64
What state or country do you live in
Florida
Rating - 0%
0   0   0
I’m currently researching everything I’ll need to do a reef pi build for my 29 biocube. I would like to 3D print a housing for it (May skip that part) but I’m basically just interested in the reef pi to be able to tell temp, salinity, ph, control Steve’s led lights, and control my ATO smart ATO micro. I’ve noticed most of the builds are with the raspberry pi zero. I was going to try to use the latest one. Any direction and help will be appreciated
 
Zero because it's cheap..........
It's just evolution...
the 3B is probably a better choice. But the Zero had some nice advantages, like half the cost, and half the power draw. But the 3B will be supported for longer.

I suppose you want any software changes.. Sure there will be some..
somewhere here in the 1/2 doz threads on "pi" there is some advice..
 
Zero because it's cheap..........
It's just evolution...


I suppose you want any software changes.. Sure there will be some..
somewhere here in the 1/2 doz threads on "pi" there is some advice..

Yeah the one I was reading had 547 pages of advise. Sometimes I guess there’s such thing as too much advise that complicates things lol
 
Ranjib's guides on Adafruit are probably a good starting point. You shouldn't have much trouble with those goals, except for monitoring salinity. Everything else is already supported in reef-pi. In addition to the guides, I'd also recommend using a high quality SD card, setting up the watchdog timer, and considering the addition of a real time clock.

I'm sure you'll find more help if you have any specific questions.
 
I think the raspberry pi zero is a good choice. I've been working on my setup and it seems to be universally used with hats and other boards
 
Welcome and I wish you the best of luck!

IMO I would use the https://www.tindie.com/products/Ranthalion/ml-reef-pi-hat-v3/ if you don't like soldering your own hat together and definitely https://www.tindie.com/products/Ranthalion/isolated-ph-probe-interface-for-reef-pi/ I really wish I went with the pi hat as Michael Lane has amazing products I have 2 of his mars aqua lighting controllers and the ph board on my build which you can see in my signature or here https://www.reef2reef.com/threads/reef-pi-the-all-in-one-pi-challenge.592733/

He also provides amazing support!


Plus there is an amazing community supporting and developing and helping users out!
 
out of town but got my raspberry pi zero w and have been attempting to get everything configured. My computer itself is being very slow at installing the files for Raspbian I have the lite one but have since decided to get the desktop version instead so currently waiting on that to download. had issues remoting into the raspberry pi with putty but finally got that issue resolved.
 
out of town but got my raspberry pi zero w and have been attempting to get everything configured. My computer itself is being very slow at installing the files for Raspbian I have the lite one but have since decided to get the desktop version instead so currently waiting on that to download. had issues remoting into the raspberry pi with putty but finally got that issue resolved.
Unless your a Linux wizard that is about the hardest part is installing the software. Good luck with that and if you need help make sure to post.
 
my dang download speed on my computer is whats killing me.
I tried (ping google.com) and it stalled my pi but im about to just get the reef-pi installed
 
im at a rental house for a while but for some reason the past month my laptop download speed has been like 4 something at the most so files take forever on here to get going.

accidently installed reef-pi 2.0 by copy and paste. is that a big deal?
 
Use this for a pi 3
sudo apt-get remove -y --purge reef-pi
wget -c https://github.com/reef-pi/reef-pi/...pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi3.deb
sudo dpkg -i reef-pi-3.0.0-pre-alpha-2-pi3.deb
sudo systemctl stop reef-pi.service
sudo rm -rf /var/lib/reef-pi/reef-pi.db
sudo systemctl start reef-pi.service

Use this for a pi 0
sudo apt-get remove -y --purge reef-pi
wget -c https://github.com/reef-pi/reef-pi/...pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi0.deb
sudo dpkg -i reef-pi-3.0.0-pre-alpha-2-pi0.deb
sudo systemctl stop reef-pi.service
sudo rm -rf /var/lib/reef-pi/reef-pi.db
sudo systemctl start reef-pi.service
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top