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 05/02/2017, 01:34 PM   #2476
karimwassef
Registered Member
 
karimwassef's Avatar
 
Join Date: May 2004
Location: Dallas, TX
Posts: 11,033
Curious. If the bleaching of the blue acro was due to higher temps - why didn't they all bleach?


__________________
Failure isn't an option It's a requirement. 660g 380inwall+280smp/surge S/L/Soft/Maxima/RBTA/Clown/Chromis/Anthias/Tang/Mandarin/Jawfish/Goby/Wrasse/D'back. DIY 12' Skimmer ActuatedSurge ConcreteScape
karimwassef is offline   Reply With Quote
Unread 05/02/2017, 03:30 PM   #2477
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Quote:
Originally Posted by karimwassef View Post
Curious. If the bleaching of the blue acro was due to higher temps - why didn't they all bleach?
according to the guide, this is the first time they got back to back year where water temp was 31C (that's 88F). But said the blue acros grow really fast and it only takes 6 months for new growth to encrust over the dead ones. But if they continue to get high temp year after year, then it may not recover. So I guess in due time, they can all bleach if temp does not go down.


d0ughb0y is offline   Reply With Quote
Unread 05/02/2017, 03:45 PM   #2478
karimwassef
Registered Member
 
karimwassef's Avatar
 
Join Date: May 2004
Location: Dallas, TX
Posts: 11,033
So new growth is less susceptible to temperature bleaching?


__________________
Failure isn't an option It's a requirement. 660g 380inwall+280smp/surge S/L/Soft/Maxima/RBTA/Clown/Chromis/Anthias/Tang/Mandarin/Jawfish/Goby/Wrasse/D'back. DIY 12' Skimmer ActuatedSurge ConcreteScape
karimwassef is offline   Reply With Quote
Unread 05/02/2017, 03:52 PM   #2479
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Quote:
Originally Posted by stephen67 View Post
I am a nu bee and just started getting all my parts in. Like it's been said many time start out slow and add one thing at a time. I was just trying to compile with just a temp sensor and I get a compiler error. I went back over the initial instructions on what files to edit etc. and don't see anything that stands out. I do not have verbose enabled, Here is the error:

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Mega 2560 or Mega ADK"
Network.ino: In function 'void logNetworkAccess(TinyWebServer&)':
Network:552: error: 'class EthernetClient' has no member named 'getRemoteIP'

TIA
The EthernetClient.cpp file needs to be edited by adding the getRemoteIP function. See the main github page for instructions.


d0ughb0y is offline   Reply With Quote
Unread 05/02/2017, 05:31 PM   #2480
stephen67
Registered Member
 
Join Date: Jan 2017
Location: Massachusetts
Posts: 11
I grabbed all your files from Github and it was already at the end. Is it suppose to be 2 times or once. I tried both and the same thing. Also EthernetClient.h line 25 was already modified.

That is why I am stumped. I double checked what it said to add and modify, Does the version matter. I did not get the latest I grabbed 1.0.6. I thought in reading through the thread that wasok at one point.

Thanks


stephen67 is offline   Reply With Quote
Unread 05/02/2017, 08:26 PM   #2481
stephen67
Registered Member
 
Join Date: Jan 2017
Location: Massachusetts
Posts: 11
I got version 1.6.5 and everything just worked.

Thanks


stephen67 is offline   Reply With Quote
Unread 05/06/2017, 10:56 AM   #2482
Moomin1967
Registered Member
 
Join Date: Aug 2014
Location: West Sussex, UK
Posts: 128
Quote:
Originally Posted by karimwassef View Post
Curious. If the bleaching of the blue acro was due to higher temps - why didn't they all bleach?
It is interesting that the worst bleaching events are not further north or south where visitations are very restricted or even prohibited. I can't imagine 6.5 million doses of sun protection can do the coral much good.


Moomin1967 is offline   Reply With Quote
Unread 05/06/2017, 06:26 PM   #2483
stephen67
Registered Member
 
Join Date: Jan 2017
Location: Massachusetts
Posts: 11
Jerry did you ever have a PCB designed for the first Chauvet16? I was looking at how you fit everything and it looked like there is a PCB under the shield. Does anyone have any finished pictures. Just trying to get an idea as to where to place stuff.


stephen67 is offline   Reply With Quote
Unread 05/08/2017, 08:47 AM   #2484
spookydooky
Registered Member
 
Join Date: Jan 2008
Location: Sweden
Posts: 5
Iīm having some trouble with the orp sensor.
Both the pH and Cond is initalised but the orp failes every time.
I even bought a second sensor to be sure but it still does not work.
It seems to move on very quickly in the startprocess, it is like it doesnīt have anuff time to start.
It works fine with Atlas test schedule.
Is anyone els having problems with this?


spookydooky is offline   Reply With Quote
Unread 05/08/2017, 08:48 AM   #2485
spookydooky
Registered Member
 
Join Date: Jan 2008
Location: Sweden
Posts: 5
Itīs in I2C-mode and itīs active in the sketch.


spookydooky is offline   Reply With Quote
Unread 05/09/2017, 07:58 AM   #2486
mpots
Registered Member
 
Join Date: Oct 2016
Location: New York
Posts: 15
I'm having trouble with the Doser and PWM Fan circuits - I can't get them to work. I've built a few and haven't gotten them to work yet...

For the doser circuit, one of the pump leads goes to PeristalticPump0 and the other would be 12v, right? I've been using a second 12v wall-wart power supply for the dosers/fans. So I have run a wire from the arduino ground to the 12v power supply ground. I've been re-reading this thread and a few on arduino.cc, but haven't been able to figure out where I went wrong. Any tricks for wiring the dosers that I may have been missing?


mpots is offline   Reply With Quote
Unread 05/09/2017, 11:22 AM   #2487
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Quote:
Originally Posted by mpots View Post
I'm having trouble with the Doser and PWM Fan circuits - I can't get them to work. I've built a few and haven't gotten them to work yet...

For the doser circuit, one of the pump leads goes to PeristalticPump0 and the other would be 12v, right? I've been using a second 12v wall-wart power supply for the dosers/fans. So I have run a wire from the arduino ground to the 12v power supply ground. I've been re-reading this thread and a few on arduino.cc, but haven't been able to figure out where I went wrong. Any tricks for wiring the dosers that I may have been missing?
The peristaltic pump circuit is common +12, and the PWM fan is common Gnd.
If you are going to use a different 12v supply for the doser, you connect the power supply gnd to arduino gnd, then the 12v to the diode on the transistor collector, then the pump connects to the same 12v and the transistor collector. It looks like you connected it right for the doser.

for the pwm fan, since it is common ground, you connect arduino gnd to the fan gnd, and the transistor collector to the fan 12v.


d0ughb0y is offline   Reply With Quote
Unread 05/09/2017, 11:23 AM   #2488
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Quote:
Originally Posted by stephen67 View Post
Jerry did you ever have a PCB designed for the first Chauvet16? I was looking at how you fit everything and it looked like there is a PCB under the shield. Does anyone have any finished pictures. Just trying to get an idea as to where to place stuff.
no pcb for the original controller. its all hand assembled on prototype board.


d0ughb0y is offline   Reply With Quote
Unread 05/09/2017, 11:24 AM   #2489
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
Quote:
Originally Posted by spookydooky View Post
Itīs in I2C-mode and itīs active in the sketch.
you can try running i2c at a slower rate.


d0ughb0y is offline   Reply With Quote
Unread 05/10/2017, 06:54 AM   #2490
mpots
Registered Member
 
Join Date: Oct 2016
Location: New York
Posts: 15
I re-wired a test circuit for the peristaltic pump with all new components (transistor + diode), it ran fine for ~2 minutes last night but when I touched the BC338 it was hot. Then it stopped working entirely, I believe the BC338 transistor burned out. Have you had issues with the transistor overheating?

My test circuit used only one 12v power supply, the Vin pin for +12v, arduino ground, and pin 39 where I had it switch HIGH to LOW every 5 seconds. I've tried to set up a more controlled environment where I could test just one variable: the circuit.


mpots is offline   Reply With Quote
Unread 05/10/2017, 07:40 AM   #2491
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
My Neptune Apex web interface compatible DIY reef controller

I think the transistor was not able to handle being ON for 2 minutes.
In my new design, I use the ULN2803 as the driver. You can use that instead. I think the original circuit does not work well. On my recent issue with the pump not working, it was due to the transistor as well.



Last edited by d0ughb0y; 05/10/2017 at 07:50 AM.
d0ughb0y is offline   Reply With Quote
Unread 05/10/2017, 08:25 AM   #2492
mpots
Registered Member
 
Join Date: Oct 2016
Location: New York
Posts: 15
Got it - I'll pick up a couple ULN2803 chips in the next day or so and give that a shot.

I didn't see a schematic for the new design, do you have the wiring schematic for the ULN2803 portion somewhere?

I'll re-build and test the PWM fan circuit too so I can check if I am having a similar issue to the peristaltic pumps or if my circuit was just incorrect.


mpots is offline   Reply With Quote
Unread 05/10/2017, 11:23 AM   #2493
d0ughb0y
Registered Member
 
d0ughb0y's Avatar
 
Join Date: Mar 2008
Location: sf bay area
Posts: 5,165
it is just a straight connection from arduino pin to uln2803 input, then output to doser pump and a 12v to the other doser pump terminal.

for the pwm fan, I replaced the pnp transistor with a small p channel mosfet. I think the transistor circuit should be fine as long as you use a fan that requires a small current.


d0ughb0y is offline   Reply With Quote
Unread 05/10/2017, 12:33 PM   #2494
mpots
Registered Member
 
Join Date: Oct 2016
Location: New York
Posts: 15
I really appreciate the help, thanks!

So for the peristaltic circuit, the uln2803 replaces the 4.7k + 47k resistors and the diode + transistor, right? Since the diode + transistor are built in to the uln2803...

Current draw on the pwm fans should be a lot lower than the dosers so I'll make a new test circuit using the existing transistor circuit and see if I can get it to work.


mpots is offline   Reply With Quote
Unread 05/11/2017, 10:47 AM   #2495
PeterJohn48115
Registered Member
 
Join Date: May 2017
Posts: 1
Quote:
Originally Posted by Krazie4Acans View Post
Can you do a 10cm x 10cm board with the free version of Eagle now? It used to be limited to 8cm x 10cm
Hi...i am a new user here. I think the circuit can still fit on 8cmx10cm by placing smaller components on the bottom layer and some creative component placement. or using 2 boards by separating the LDDs from the circuit, or just make it 5 channels max. I like everything in one board.


PeterJohn48115 is offline   Reply With Quote
Unread 05/12/2017, 04:43 AM   #2496
spookydooky
Registered Member
 
Join Date: Jan 2008
Location: Sweden
Posts: 5
Quote:
Originally Posted by d0ughb0y View Post
you can try running i2c at a slower rate.
Sorry for asking but how do I do that?


spookydooky is offline   Reply With Quote
Unread 05/14/2017, 01:08 AM   #2497
stephen67
Registered Member
 
Join Date: Jan 2017
Location: Massachusetts
Posts: 11
Which LCD's are people using. I've tried 3 so far and can not get it to display anything but black squares. I read about one of the displays I have on Amazon needing the address changed to 0x3f. I have everything running so far and working on the web. So it leads me to believe I am missing a setting. One of the LCD's is Arducam 1602 16x2 Serial HD44780 with IIC/I2C Serial Interface Adapter Module.


stephen67 is offline   Reply With Quote
Unread 05/17/2017, 09:09 PM   #2498
stephen67
Registered Member
 
Join Date: Jan 2017
Location: Massachusetts
Posts: 11
I figured it out and got it up and running.
Jerry what are you using for transistors in your fan power circuit in version 2? I can't quite make them out but looks like a 2n3904 (Q1) for the NPN and I can quite make out the PNP (Q2). Will these work on version 1 in place of the BC338 and BC328. It looks like they are obsolete. I can probable find them on the gray market (broker world). Then again I am trying to go all SMT parts except the connectors.

Thanks again for all you hard work, This is great!


stephen67 is offline   Reply With Quote
Unread 05/31/2017, 08:30 PM   #2499
stephen67
Registered Member
 
Join Date: Jan 2017
Location: Massachusetts
Posts: 11
Jerry what would it take to support Vortech wave makers? Are they controlled similar to the Jabao's?


stephen67 is offline   Reply With Quote
Unread 06/01/2017, 05:38 AM   #2500
Dxpert
Registered Member
 
Join Date: Dec 2013
Posts: 52
This is a fantastic idea, approximately how many people are using it?


Dxpert is offline   Reply With Quote
Reply


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 12: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.