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.
Whoa that’s super nice . Thank you for sharing. I’ll check it out. I was thinking of mobile app, but was leaning towards react native. Kivy looks very promising.Hi everyone, a little while ago I gave a sneak peak of a touchscreen client that I have developed for reef-pi. I had intended to release the code sooner, but we welcomed our first child over the summer and life became rather busy. I have now uploaded the code to a GitHub repository: https://github.com/natbird/kivy-reef
I have created a separate thread for release announcements and discussion so as not to clog up the main reef-pi thread: https://www.reef2reef.com/threads/k...i-announcements-and-discussion-thread.865824/
I have plans to add some more features to the current code and in the longer term it should be possible to port the code to Android/iOS as an app since Kivy is cross-platform.
Here is a screenshot of the home screen of the current version:
Hi, the Pi has 23 pins you can work with, if you want to run lots of ds18b20's it's best to use separate pins for the sensors but you can run multiple ds18b20's on a single pin. You can also connect a pca9685 module easily and add 16 more outputs for dosing pumps, won't work with ds18b20. I think that should probably be more than enough, if not add another pca9685. Here's a guide to DIY the dosing pumps.Hi. How many doser and temp probes is possibile to connect simultaneously?
It should work with the right current sensor but you would need to add supporting code for it, reef-pi would only show the analog value. You would need to have a side script run, do the math and send the watts to reef-pi via the file driver. Reef-pi will work with the Kasa HS103, HS110 and HS300, a couple of these put out watts.Hi all! anyone has tryed to use a current sensor mybe with ADS1015 ADC?
You can use a L293d chips to convert the 5v output from pca9685 to 12vIs there a way to use reef-pi on a pi zero to control 4 or more 12v dosing pumps? I’ve read about pca9685 but it only supports up to 6V.
Pi zero will only control the dosers in this build
If you just want to turn the pump on/off you can use the Pi pins as is with a mosfet like these.Is there a way to use reef-pi on a pi zero to control 4 or more 12v dosing pumps? I’ve read about pca9685 but it only supports up to 6V.
Pi zero will only control the dosers in this build
I need pwm to control the speed of the motors. If I use a pca9685 board for pwm and a mosfet module will I be able to control the pumps from the reef-pi? I only need the pumps to run in one direction anyway.If you just want to turn the pump on/off you can use the Pi pins as is with a mosfet like these.
Amazon.com : mosfet module
www.amazon.com
YesI need pwm to control the speed of the motors. If I use a pca9685 board for pwm and a mosfet module will I be able to control the pumps from the reef-pi? I only need the pumps to run in one direction anyway.
Yeah, based on PWM level the output voltage off the mosfet will be say between 6v-12v. Most DC motors on dosing pumps are ok with under voltage however motors that need a set voltage can sound sick when you slow it down.I need pwm to control the speed of the motors. If I use a pca9685 board for pwm and a mosfet module will I be able to control the pumps from the reef-pi? I only need the pumps to run in one direction anyway.
thank youHi Ranjib what an amazing project! I'm trying to control some Kessil A360Ws, I've read that they need 0-10v dc for control signals, is this true or can 0-10v PWM be used? Also My DAC and Op Amp put out 10.2v at max is this too much for the Kessils? Thanks!