- Joined
- May 14, 2018
- Messages
- 44
- Reaction score
- 67
- What state or country do you live in
- Connecticut
And the error log says PWM value is 100
Last edited:
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 wonder if there is a way we can improve this. Should I add something in the docs ?
raspberry pi runs avahi daemon already, so if you set the hostname to reef-pi (using raspi-config), then you should be able to access reef-pi as http://reef-pi.local . Nothing on the reef-pi software end is required.Hey Rabjib
Would you consider setting up bonjour type dns service during the install so that users who don’t easily know how to find the ip assigned to the pi can easily access it.
By doing this you might set it up so they simply enter http://reef-pi.local in their browser
https://www.howtogeek.com/167190/how-and-why-to-assign-the-.local-domain-to-your-raspberry-pi/
Then your pwm is working.The error log does not ave any errors, and shows the PWM at 100
the jack is configured to use pca9685 driver (should be visible from the ui)? What happens when you set value to 50%?I have a jack (J0) configured to pin zero (0), and the a light configured to J0. When I put the slider to 100%, there is no output from the pwm zero outputs
If you don’t see the word “ERROR” in the log, then it means things are working as expected. Made sure you have dev mode unchecked (under settings )And the error log says PWM value is 100
The thing that concerns me is mdns may not work in all home WiFi setup. So i find it’s safer to recommend finding out the ip (using ifconfig) as first course of action, but also provide the .local option for convenience. Does that make sense?Ok cool. I haven’t set it up yet,but, was suggesting it in case it wasn’t setup to highlight that in docs considering the recent post on accessing the web UI using the pi’s ip address.
The thing that concerns me is mdns may not work in all home WiFi setup. So i find it’s safer to recommend finding out the ip (using ifconfig) as first course of action, but also provide the .local option for convenience. Does that make sense?
I like this reef pi logo! Have you shared the fusion 360 or STL files yet?
Hey MaccaPopEye
That power board looks sweet. Fellow Aussie here who will also struggle finding cheap suppliers to Australia.
Have you kept a list of suppliers for all the materials used in your power board?
Are you using GUI? that can be too much for pi zero, otherwise things should not burn too much cpuwell I should be getting my raspberry pi 3b+ tomorrow, I noticed that doing that running the reef-pi and me trying to do other things on it has been putting a pretty good load on the the poor raspberry pi zero w. Have a brand new 32 gig memory card setup with raspian, all of the new stacking boards that I made for the relays, temp, pwm, ATO, system are all ready to go, mostly, @Ranjib was looking thru the code for the api at your GitHub site, and I think that this is going to be easier for me to work with! I will be able to get more information and play with it! The Blynk App is working ok. I think I have figured out how to catch the error that I am getting from it and not crash the Nodejs script. It still happens off and on, but it is not because of my programing for once! lol,
I am now working on being able to turn off devices and keep them off, I was able to save my tank yesterday with it, the float switch was moved and was stuck in the "ready to top off with ATO" for too long and i was able to shut off the ATO from work!
.Then your pwm is working.
the jack is configured to use pca9685 driver (should be visible from the ui)? What happens when you set value to 50%?
That’s an awesome video thank you for sharing. There are some awesome ideas and concepts on thereI showed off reef-pi in adafruit show n tell live hangout yesterday. I have been thinking of doing this for over two years now, but never got the time to do it, mostly because its in west coats work-hour time. None the less, yesterday I paid long due homage, and feeling great about it. I hope we get a dedicated blog post on reef-pi from adafruit, that will be tremendous recognition.
Anyway, here is the video (i appear around 17:55), you can somewhat see all my 4 controller running in action against 3 of my tanks, and also an un-mounted all in one controller
So, you are using pi to do the pwm, not pca9685?Thank you very much. At 100% I read 0 volts, but at 99% I get about 3.3, and down to 50%, around 1.6. So it’s working perfectly. Thank you again. This build is great fun.

