Reef Central Online Community

Go Back   Reef Central Online Community > General Interest Forums > Do It Yourself
Blogs FAQ Calendar

Notices

User Tag List

Reply
Thread Tools
Unread 01/12/2015, 02:24 PM   #51
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
v.2.05 update: https://drive.google.com/folderview?...kU&usp=sharing
1. Added Chiller. One sensor can control chiller and heater.
From touch screen we configure Area of Comfort.
If the temperature greater then Alarm Level – chiller turn ON. If less than some level - turn on the heater.
2. Added support for up to 4 temperature sensors.

From this screen Comfort Area set 26 to 29 Celsius

display sensors from touch screen

Select temperature sensors:



kapelan is offline   Reply With Quote
Unread 01/12/2015, 02:35 PM   #52
KrazyKuch
Registered Member
 
KrazyKuch's Avatar
 
Join Date: Jan 2005
Location: Clagary Alberta Canada
Posts: 52
beautiful work....What software did you use to design the screens? Or did you hard code them yourself?


KrazyKuch is offline   Reply With Quote
Unread 01/13/2015, 03:30 PM   #53
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
Quote:
Originally Posted by KrazyKuch View Post
beautiful work....What software did you use to design the screens? Or did you hard code them yourself?
thanks, Arduino is not exactly friendly environment
There is no any software to do it.
And I think that's right - Arduino was designed to control external devices. What we are doing here is using cheap displays as an input/output device.
So do not think we will see a software specifically for TFT.
Just no needs to anyone except us


kapelan is offline   Reply With Quote
Unread 01/13/2015, 04:58 PM   #54
KrazyKuch
Registered Member
 
KrazyKuch's Avatar
 
Join Date: Jan 2005
Location: Clagary Alberta Canada
Posts: 52
the have software for GUI interfaces on TFT like this http://www.mikroe.com/visualtft/

was just wondering if you found one that would work with Arduino


KrazyKuch is offline   Reply With Quote
Unread 01/14/2015, 01:48 PM   #55
jwpadgett
Registered Member
 
Join Date: Jan 2015
Location: Upstate, SC
Posts: 10
this is very nice!


jwpadgett is offline   Reply With Quote
Unread 01/29/2015, 03:51 PM   #56
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
Video how to customize spectrum:
http://youtu.be/zewIPu9LBrQ
It is a first step to set desired spectrum. Then during the day it is changed.
3 hours just blue and UV - since nobody home and no one is watching it
then 4 hours -about 10-30% others colors, that's better for human eyes
Looks pretty cool


kapelan is offline   Reply With Quote
Unread 01/29/2015, 03:58 PM   #57
blitz49
Registered Member
 
Join Date: Jun 2008
Posts: 70
Very nice work. I want to do a project like this eventually.


blitz49 is offline   Reply With Quote
Unread 02/06/2015, 09:04 AM   #58
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
WiFi

When project was started WiFi modules were quite expensive, that's why it was a decision to use touch screen as input/output device.
Now I see prices on WiFi become affordable:
https://learn.sparkfun.com/tutorials...client-example
http://www.ebay.com/itm/CC3000-WiFi-...item2599ebdcd4
It looks like it may make sense to add network to the device.
If last year the price was about a hundred now $20 - I think is affordable.
If anybody wish to join the project and do the code for android please PM.


kapelan is offline   Reply With Quote
Unread 02/06/2015, 06:32 PM   #59
zachts
Registered Member
 
Join Date: Mar 2005
Location: St. Louis, MO.
Posts: 3,259
Quote:
Originally Posted by kapelan View Post
When project was started WiFi modules were quite expensive, that's why it was a decision to use touch screen as input/output device.
Now I see prices on WiFi become affordable:
https://learn.sparkfun.com/tutorials...client-example
http://www.ebay.com/itm/CC3000-WiFi-...item2599ebdcd4
It looks like it may make sense to add network to the device.
If last year the price was about a hundred now $20 - I think is affordable.
If anybody wish to join the project and do the code for android please PM.
and then there's the nifty nRF24L01 transmitter/reciever boards now all over the net. ($10 for 10 of them if you can wait on the slow boat) not WiFi per say but awesome for wireless programming of devices. I just finished building a doser using them and it was way too cheap and simple (following another thread on RC for the how to) going to be the new user interface device on any projects I build from now on instead of buttons and menus and just leave the LCD screens for at a glance monitoring.


zachts is offline   Reply With Quote
Unread 02/07/2015, 03:21 AM   #60
perkint
Registered Member
 
Join Date: Jan 2014
Location: Robin hood country, UK
Posts: 817
Wireless is now fairly easy and cheap to add. Getting the control software on another device is maybe not so easy, unless you can code for andriod, etc. I am thinking of putting together a wireless arduino controller that can be used to pass commands over nRF24L01 connections, using the same doser thread as inspiration

The controller will be able to find and connect to any other nRF24L01 devices it finds, so one controller will be used for any devices i build, meaning i don't necessarily need a UI or screen on any other devices!

WiFi opens up the option to use phones, tablets, computers, etc so is very good, but the price of the nRF24L01 makes them very inviting!

Tim


perkint is offline   Reply With Quote
Unread 02/07/2015, 06:39 AM   #61
jimbob321
Registered Member
 
Join Date: Sep 2010
Location: space coast of fla.
Posts: 96
Quote:
Originally Posted by dlarmond View Post
Hi Kapelan i really like your controller where i can find the wiring/operating instructions, i.e pin outs for led channels etc. I was also wondering if it can be adapted to be used with meanwell LDD drivers as i have these already.
I was going to use the Stilo 3.0 but after months of frustration with coding /compiling errors (newby to Arduino) i got the code to compile but my display keeps refreshing every 2 seconds and i can,t solve it despite following posts with the same problems i finally gave up on it.
Your upload worked straight away and is displaying on my screen, but i cant find the operation/wiring instructions.
Thank you.
it does work with ldd's
the refresh is because of the rtc Stilo must have a clock

some real cheap wifi
http://www.ebay.com/itm/281462865108...%3AMEBIDX%3AIT

i got the latest version loaded my temps are on different pins but my lights are good i only have 4 channel's of ldd's/led's.
i like it so far i don't have it all figured out so i'll play with it for a while

i like the hex file too, no chance compiling errors missing library's ect.

Good Work



Last edited by jimbob321; 02/07/2015 at 06:47 AM.
jimbob321 is offline   Reply With Quote
Unread 02/11/2015, 01:00 AM   #62
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
dosers


--
video for dosers: http://youtu.be/s4aPX1ch9qk



kapelan is offline   Reply With Quote
Unread 02/11/2015, 08:42 AM   #63
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
Kaplan are your new dosing pumps controlled wireless now?


rott is offline   Reply With Quote
Unread 02/12/2015, 10:25 AM   #64
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
Quote:
Originally Posted by rott View Post
Kaplan are your new dosing pumps controlled wireless now?
it was added specific doser's timers for those who wants to run a dosser 100 times per day
Wireless is under the question, if it's really needed?
And the next question would be: does it make sense to pay some extra money just configure controller from the couch or do it staying close to aquarium.
To be honest I cannot imagine a situation when I'll change some settings from my home aquarium when I'm in the office which is 20km from house.
So we are coming to answer where User should be close to aquarium when User trying to set it up.
If we think why do we need wireless, the answer would be:
- nice User Interface that we can get from Android or Internet Explorer.
From this project User Interface is already nice, so wireless is optional.


kapelan is offline   Reply With Quote
Unread 02/12/2015, 11:22 AM   #65
jimbob321
Registered Member
 
Join Date: Sep 2010
Location: space coast of fla.
Posts: 96
i do not think anyone will run a doser 100 time a day.
but if you get an sms or have a webpage telling you something is wrong you could go home or call some one to look at the problem.
i want mine to scrape the web and simulate the weather, while it's online it may as well give some info and or control.
http://reef-tank.duckdns.org/



Last edited by jimbob321; 02/12/2015 at 11:43 AM.
jimbob321 is offline   Reply With Quote
Unread 02/12/2015, 12:24 PM   #66
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
Quote:
Originally Posted by jimbob321 View Post
i do not think anyone will run a doser 100 time a day.
but if you get an sms or have a webpage telling you something is wrong you could go home or call some one to look at the problem.
i want mine to scrape the web and simulate the weather, while it's online it may as well give some info and or control.
http://reef-tank.duckdns.org/
I'm afraid I cannot explain what to do to my wife if PH will hit alarm level
That's the point - you have to be close to aquarium to fix anything. And except you nobody knows your tank.


kapelan is offline   Reply With Quote
Unread 02/12/2015, 12:53 PM   #67
jimbob321
Registered Member
 
Join Date: Sep 2010
Location: space coast of fla.
Posts: 96
i have people that would help me..wife included. and i work for myself and i can get away when ever i want ..so it is good for me..
i do like your work very nice.
i need to make a few screen's for mine..


jimbob321 is offline   Reply With Quote
Unread 02/12/2015, 01:17 PM   #68
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
there are some things that would be good to fix or stop if I a calcium doser and ph was low I could use it to raise ph till I got home or back from long weekend trip or some thing or if if some thing that was dosing my tank and got stuck in say a 30 minute loop and was dosing every 30 minutes calcium in to the tank I would want a way to just shut of the whole thing till I could get home don't know if this is good ideas or not but I am also kinda guy that likes gadgets on the net to play with


rott is offline   Reply With Quote
Unread 02/12/2015, 01:48 PM   #69
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
Quote:
Originally Posted by rott View Post
there are some things that would be good to fix or stop if I a calcium doser and ph was low I could use it to raise ph till I got home or back from long weekend trip or some thing or if if some thing that was dosing my tank and got stuck in say a 30 minute loop and was dosing every 30 minutes calcium in to the tank I would want a way to just shut of the whole thing till I could get home don't know if this is good ideas or not but I am also kinda guy that likes gadgets on the net to play with
Basically you are saying that you are ready to make a decision to shutdown/start some process based on some alarm without visual confirmation.
Test case:
1. We are getting low level for temperature - it show the temperature 18C
So we have a choice to start heater or wait.
User make a decision to start heater - when user comes home he see a cat is playing with temperature sensor and it's just outside water. All fish are dead because of overheating.
It's just example that we do not have enough information to make a decision remotely. Each action should be confirmed visually.


kapelan is offline   Reply With Quote
Unread 02/12/2015, 03:19 PM   #70
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
then add an ip camera to I I don't know just wouldn't want to be on vacation 500 miles away and get an alarm my fish tank is over heating and think wow if I could only turn off the metal halides I bet I could cool my tank by 10 degrees


rott is offline   Reply With Quote
Unread 02/12/2015, 04:08 PM   #71
rott
Head zoo keeper
 
Join Date: Nov 2005
Location: Toledo ,Ohio
Posts: 710
I do see your point but I hope people that would use a remote system would have some kind of camera set up to view in real time what is happening with there tank and not some $20 crape from best buy but at the end of the dy the choice is not mine what goes in to it


rott is offline   Reply With Quote
Unread 02/27/2015, 11:43 AM   #72
lyman28
Registered Member
 
Join Date: Dec 2010
Posts: 60
I just found this thread, thanks kapelan. But here's an age old question for you. To integrate the mega with a meanwells eln-60-48p we need to boost the 0-5v pwm to a 0-10v pwm correct? So would this work to do that? https://www.sparkfun.com/products/9816


lyman28 is offline   Reply With Quote
Unread 03/02/2015, 09:34 AM   #73
kapelan
Registered Member
 
Join Date: May 2008
Location: Canada
Posts: 159
Quote:
Originally Posted by lyman28 View Post
I just found this thread, thanks kapelan. But here's an age old question for you. To integrate the mega with a meanwells eln-60-48p we need to boost the 0-5v pwm to a 0-10v pwm correct? So would this work to do that? https://www.sparkfun.com/products/9816
From Meanwell LDD specification:
PWM- Power ON with dimming: DIM ~ -Vin >3.5 ~ 8VDC or open circuit
http://www.meanwell.com/search/LDD-L/LDD-L-spec.pdf
Mega provides 5V.
So no additional board is needed.


kapelan is offline   Reply With Quote
Unread 03/02/2015, 12:52 PM   #74
zachts
Registered Member
 
Join Date: Mar 2005
Location: St. Louis, MO.
Posts: 3,259
Quote:
Originally Posted by lyman28 View Post
I just found this thread, thanks kapelan. But here's an age old question for you. To integrate the mega with a meanwells eln-60-48p we need to boost the 0-5v pwm to a 0-10v pwm correct? So would this work to do that? https://www.sparkfun.com/products/9816
Quote:
Originally Posted by kapelan View Post
From Meanwell LDD specification:
PWM- Power ON with dimming: DIM ~ -Vin >3.5 ~ 8VDC or open circuit
http://www.meanwell.com/search/LDD-L/LDD-L-spec.pdf
Mega provides 5V.
So no additional board is needed.
Actually I believe an extra circuit is required like the Typhon used since the ELN needs 10V PWM signal AFAIK.

At transistor and 10v source should be all that is needed with a ~10kohm resistor on the output of the mega connecting to the base of the transistor as I recall to switch the 10v dimming signal on/off for the ELN. http://www.meanwell.com/search/eln-60/ELN-60-spec.pdf frequency needs to be between 100 and 3000hz so the arduino should do that fine.

I'm not sure about the Opamp lyman28 posted but it may do the job. Hopefully someone else can chime in on that.


zachts is offline   Reply With Quote
Unread 03/16/2015, 05:44 AM   #75
5yearplan
Registered Member
 
5yearplan's Avatar
 
Join Date: Mar 2015
Location: Midwest, USA
Posts: 15
This is great.


5yearplan is offline   Reply With Quote
Reply

Tags
aquarium controller, arduino, led, led controller


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 09:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2024 Axivo Inc.
Use of this web site is subject to the terms and conditions described in the user agreement.
Reef CentralTM Reef Central, LLC. Copyright ©1999-2022
User Alert System provided by Advanced User Tagging v3.3.0 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.