reef-pi :: An opensource reef tank controller based on Raspberry Pi.

I’m glad you found it . Never go for the cheap sensors , they are just not worth it . Canalit and

sweet. Which dac you got ? I plan to add support for a dac, mostly using adafruit ads1115 breakout. It’s just they are bit expensive and all my use cases were addressed by pwm only, hence this was never prioritized
It's a Sparkfun 12C DAC breakout-MPC4725
 
I picked up one of those and one of these kits from the Robotshop, it looks a little more plug and play. The shrink wrap looks cheesy so I'm going to shrink tube the whole bulb like the Apex ones.

ds18b20-waterproof-digital-temperature-sensor-kit_1.jpg
 
As an Amazon Associate we earn from qualifying purchases.
Are the arduino stackable and breakaway headers the same as pi, is there a common kit I should get.
 
gpio pin 18 is pwm pin 0, and gpio pin 19 is pwm pin 1. So , if you are using Rpi as jack driver then PIN number should be 0 or 1.

It’s a weird Linux thing . We certainly need to make this abundantly clear in the docs


Thanks for that info! Getting closer!

Now I'm getting this when I try to run Calibrate:

Aug 10 20:10:01 doser reef-pi[807]: 2018/08/10 20:10:01 doser sub system: setting pwm pin: 0 at speed 50
Aug 10 20:10:01 doser reef-pi[807]: 2018/08/10 20:10:01 ERROR: dosing sub-system. Failed to control jack. Error: open /sys/class/pwm/pwmchip0/pwm0/duty_cycle: no such file or directory


upload_2018-8-10_20-11-2.png
 
Thanks for that info! Getting closer!

Now I'm getting this when I try to run Calibrate:

Aug 10 20:10:01 doser reef-pi[807]: 2018/08/10 20:10:01 doser sub system: setting pwm pin: 0 at speed 50
Aug 10 20:10:01 doser reef-pi[807]: 2018/08/10 20:10:01 ERROR: dosing sub-system. Failed to control jack. Error: open /sys/class/pwm/pwmchip0/pwm0/duty_cycle: no such file or directory


upload_2018-8-10_20-11-2.png
Have you enabled pwm ? there’s a kernel module that needs to be loaded . Add this to your /boot/config.txt and reboot.
Code:
dtoverlay=pwm-2chan

More : http://www.jumpnowtek.com/rpi/Using-the-Raspberry-Pi-Hardware-PWM-timers.html
 
Are the arduino stackable and breakaway headers the same as pi, is there a common kit I should get.
I dont think they are same. Whats exactly you are looking for?
 
Hi to all,thank you Ranjib,but Canakit for $121.00 is very steep,better if i buy just the transistor and i make my own casing or just cast in the epoxy.
 
I dont think they are same. Whats exactly you are looking for?
I'm not sure actually, I'm just getting started and I like to get the things I need first. I've done some bread boarding and discrete circuit boards but I'm pretty new to pi and arduino and stacking boards.
'
 
As an Amazon Associate we earn from qualifying purchases.
I'm not sure actually, I'm just getting started and I like to get the things I need first. I've done some bread boarding and discrete circuit boards but I'm pretty new to pi and arduino and stacking boards.
'
I dont stack them a lot. I use one permaproto board on top of pi to hold some circuit (most often the relay/uln2803, since it has a lot of GPIO connections, and rest go to different break out board. I like them this way, since at the end they are all mounted on plastic enclosure with nylon standoffs.

this is a list of items i use : http://a.co/j8Iv8M0
 
As an Amazon Associate we earn from qualifying purchases.
Thank you! I had forgot about that!

Success now!!!
Woo hoo . so you are using pi based pwm for doser ? did you hook up the peristaltic pumps ?
 
Where do I find the IP address of my pi?
run
Code:
sudo ifconfig

and you;ll get something like this:
Screen Shot 2018-08-11 at 8.15.20 AM.png


if you are using wifi with pi, then the IP address will be in the "wlan0" section, if you are using ethernet cable then it will be "en0" section. in the example abobe IP is 10.0.0.160,
 
run
Code:
sudo ifconfig

and you;ll get something like this:
Screen Shot 2018-08-11 at 8.15.20 AM.png


if you are using wifi with pi, then the IP address will be in the "wlan0" section, if you are using ethernet cable then it will be "en0" section. in the example abobe IP is 10.0.0.160,
I'm using wifi, I found it in my router, but the user id/password screen just resets when I enter it in. Do I need to portforward?
 
I'm using wifi, I found it in my router, but the user id/password screen just resets when I enter it in. Do I need to portforward?
you dont need portforward. What password you are trying? By default username and password are both set as: reef-pi,
did you went through the install guide?
 

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