Search found 26 matches

by jcm2m9
Mon Feb 25, 2013 12:43 pm
Forum: Standard
Topic: JEBO WP-40
Replies: 407
Views: 340767

Re: JEBO WP-40

I believe we can control it, with some modifications per some threads I have read.

It is a dc pump that is controlled by, I believe an internal PWM. There is a big thread on RC about them. Someone is trying to hack a stand alone controller for it.
by jcm2m9
Thu Jan 31, 2013 5:24 am
Forum: Development Libraries
Topic: Sketch Too Large
Replies: 3
Views: 3759

Re: Sketch Too Large

I as able to reduce the sketch size by removing the graph and date/time from the display.

I now need to find some jumpers for my head unit. I did not find them included with my shipment of the expansion relay.
by jcm2m9
Wed Jan 30, 2013 6:58 pm
Forum: Development Libraries
Topic: Sketch Too Large
Replies: 3
Views: 3759

Sketch Too Large

I recently purchased another relay box and two dosing pumps and am trying to generate a new sketch. I am just over on size and can not figure out how to reduce it. Any suggestions? #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #inclu...
by jcm2m9
Tue Jan 22, 2013 11:36 am
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Re: Client Suite 3.0 error

I did install it, but it was over 3.0. Should I completely unistall and re-install.
by jcm2m9
Tue Jan 22, 2013 7:24 am
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Re: Client Suite 3.0 error

I have everything working except the client suite is not uploading data to the portal? Any ideas? I am going to mess around with it tonight.
by jcm2m9
Mon Jan 21, 2013 8:32 pm
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Re: Client Suite 3.0 error

got it fixed. I forgot to add the wifi module.
by jcm2m9
Mon Jan 21, 2013 7:55 pm
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Re: Client Suite 3.0 error

I actually missed the first pin when plugging in the TTL cable. I moved the black pin all the way to the right and it worked. Now I am trying to get the client to connect and I can not seem to get it to work. Here is the error I am getting... *****1/21/2013 8:52:26 PM***** Message: This request oper...
by jcm2m9
Mon Jan 21, 2013 6:38 pm
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Re: Client Suite 3.0 error

Well, that fixed that problem. Thanks

I just made a new sketch using the wizard and when I try to upload it I get this error.

avrdude: stk500_getsync(): not in sync: resp=0x64

any ideas?
by jcm2m9
Mon Jan 21, 2013 9:10 am
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Re: Client Suite 3.0 error

Thanks!

I will take a look at it tonight.
by jcm2m9
Mon Jan 21, 2013 6:18 am
Forum: Apps
Topic: Client Suite 3.0 error
Replies: 9
Views: 7071

Client Suite 3.0 error

I just reformatted one of my older laptops and installed XP home and all the updated. I then proceeded to install the Reefangel software and client suite. When I installed client suite and tried to open it I got this error. http://www.salt-city.org/gallery/files/6/4/untitled.jpg Also, windows "...
by jcm2m9
Thu Mar 15, 2012 6:20 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Awesome, Thanks.

I am going to have a few questions about my custom main screen, but cant access my pde until I get home tonight.
by jcm2m9
Thu Mar 15, 2012 5:12 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Here is my issue, the controller will not let my ato run long enough to trip my float switch. I have the timeout set for 250 with the hour portion being set at 0. My aqualifter is about 3' from my tank so when it kicks on there is only a slow dribble. Could I use this code instead? void loop(){ //AT...
by jcm2m9
Wed Mar 14, 2012 5:38 pm
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Quick question, if the controller hits the time out (IE exceeds the ato timelimit) will the ato run the next hour when it is supposed to turn on or does the ATO have to be "cleared"? What's the answer to this question? I am just trying to get my ATO figured out. It does not seem to work p...
by jcm2m9
Wed Mar 14, 2012 5:00 pm
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

K, dumb question. If I am using a single ATO to detect a low water scenario in my sump and to add water when this happens should I be using the Low or High ATO funtion?
by jcm2m9
Wed Mar 14, 2012 4:49 pm
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Quick question, if the controller hits the time out (IE exceeds the ato timelimit) will the ato run the next hour when it is supposed to turn on or does the ATO have to be "cleared"?
by jcm2m9
Sat Mar 10, 2012 9:03 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Ok, I am having problems with my ATO, or so I think. I am not 100% positive that it is shutting off. I am using the Avast ATO and I am not positive that it is working correctly. Is there anyway for me to display on the controller what the last time the ATO pump ran and possible for how long it ran? ...
by jcm2m9
Tue Mar 06, 2012 11:23 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Also, I have been noticing that the internal memory seems to take precedence over the timeout of the ATO. is this the case? I have been adjusting the 60 in the following lien and it does not seem to change anything. ReefAngel.SingleATO(true, Port1, 60, 1); The function you mention only uses the val...
by jcm2m9
Tue Mar 06, 2012 6:06 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Behind what switch are you talking about? When you use the LCD.DrawText(...) function, the first parameter is the foreground color (text) and the second parameter is the background color. In the previous code post that Roberto did, it's hard coded to use black text (0) and white background (255). I...
by jcm2m9
Mon Mar 05, 2012 10:20 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Awesome, I have everything working!

The only issue I have been having is with changing the background color. I want to change it all to blue, but can not get the background behind the switch from white. Any ideas?
by jcm2m9
Fri Mar 02, 2012 10:04 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

What line in the code is telling it to display that information?
by jcm2m9
Fri Mar 02, 2012 6:08 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

I forgot to grab my latest code, but it should be all the same as the one I posted above except f or the snipets of code I asked you about. // Autogenerated file by RAGen (v1.1.0.126), (01/30/2012 21:35) // RA_013012_2135.pde // // This version designed for v0.8.5 Beta 17 or later /* The following f...
by jcm2m9
Thu Mar 01, 2012 10:31 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Ok, everything is working so far. I have a few other questions though. On my custom main where is the code to show when clouds and lighting will happen? On my screen this and the date are covering eachother up. Also, if I wanted to add a second float switch for high water lever, how would I do this?...
by jcm2m9
Mon Feb 27, 2012 10:01 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

WOW! I feel stupuid now. I can not believe that I missed that! Next question. In my custommain area I have this snipet of code: // Display ATO Text at 90, 80 ReefAngel.LCD.DrawText(0,255,8,80,"ATO On?"); // Display ATO value ReefAngel.LCD.DrawText(COLOR_RED,255,90,80,"Yes"); What...
by jcm2m9
Sun Feb 26, 2012 6:10 pm
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

I have worked a little on my PDE. I added the code for the ATO and found a mainscreen that like. I edited the layout and colors slightly. When go to compile the code I get a compile error at: #define Vortech 5 Here is the error: Current_PDE_0226:42: error: 'vvoid' does not name a type Current_PDE_02...
by jcm2m9
Sat Feb 25, 2012 7:02 am
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Re: Help me develop my PDE

Here's what the options mean: ReefAngel.SingleATO(true, Port1, 60, 1); true - Use the LOW ato switch / connection Port1 - The port / relay that is toggled based on the status of the port 60 - The number of seconds for the timeout. This is the maximum number of seconds that the relay will be on befo...
by jcm2m9
Fri Feb 24, 2012 7:11 pm
Forum: How do I code ...
Topic: Help me develop my PDE
Replies: 28
Views: 15304

Help me develop my PDE

I have owned my ReefAngel now for around 6 months and have been lurking the forums and begging Robert to help me develop my PDE. I have decided to start a thread to get all my ideas completed. My RA is on my 14g biocube with retrofitted leds from Modularled. I have my whites and blues on two separat...