Search found 121 matches

by d0lph1n
Sat Aug 18, 2012 10:41 am
Forum: Standard
Topic: the pH readings are out of control
Replies: 14
Views: 11164

Re: the pH readings are out of control

I don't have float swithces anymore..but I have 3 temp sensors. I will unplug those. Also, if I touch the pH proble..if I move the the cable next to the probe, the ph readings fluctuate like crazy I think the probe is dying update: ok, i unplugged the temp sensors..plugged them back and now i see er...
by d0lph1n
Sat Aug 18, 2012 10:31 am
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

just to turn them on 3& 4 when i do water change..those are led drivers. port1&2 are the switches that move the driver from one channel of LED1/tank1 to another channel of LED2/tank2. When both switches 1&2 are off and 3&4 are on..the actinic lights from tank1&2 are on. Aslo I ha...
by d0lph1n
Sat Aug 18, 2012 7:59 am
Forum: Standard
Topic: the pH readings are out of control
Replies: 14
Views: 11164

Re: the pH readings are out of control

Anybody?
by d0lph1n
Fri Aug 17, 2012 7:55 pm
Forum: Standard
Topic: the pH readings are out of control
Replies: 14
Views: 11164

the pH readings are out of control

Last week, I had a spike of ph readings so I had to recalibrate with ph7 &10 solutions. The new values are: 560/820 Now, for the past 24h the pH readings have been out of control again, displaying a ph of 9.3. The pH kit test shows 8.2. I reloaded the software, disconnected the pH probe and stil...
by d0lph1n
Fri Aug 17, 2012 7:48 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Roberto, I have the following code:

ReefAngel.WaterChangePorts = Port1Bit | Port2Bit | Port8Bit | Port7Bit;

I'd like to turn on port 3 & 4 during water change.

Please help. Thanks
by d0lph1n
Tue Aug 14, 2012 6:15 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Still nothing, in the RA code I have only the my forum username. Do I have to add the pass too?
I added it since my portal requires security key. I hope this will fix it.
by d0lph1n
Tue Aug 14, 2012 5:54 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

days ago...

I had some issues with the wifi module. How do I refresh that?
How do I put a small web portal banner?
by d0lph1n
Tue Aug 14, 2012 5:47 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

One small issue:
Most of the web portal values are wrong: pH, temp, fan status etc. The iPhone app displays the correct values.

Also, where can I find more web portal banner options. I'd like a smaller banner pls. Thank you
by d0lph1n
Thu Aug 02, 2012 12:07 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Yeah, on 0% I still have too much light. I have no idea how to lower it.
What if I increase the number the LEDs?

Dave Fason, the guy I purchased the most of the LED parts but the drivers said the same thing that I have to change the driver since the Inventronics drivers don't go too low.
by d0lph1n
Wed Aug 01, 2012 7:27 am
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I have too much par level on the blue channel at minimum Pwm value. Is it possible to lower it even more?
by d0lph1n
Tue Jul 31, 2012 6:15 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I think I got it:
if (ReefAngel.Params.Temp[T2_PROBE] >= 1200 || ReefAngel.Params.Temp[T3_PROBE] >= 1200){ReefAngel.Relay.On(Port6); ReefAngel.Relay.Off(Port4);}
by d0lph1n
Tue Jul 31, 2012 6:11 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I'd like to control also the port 4 (off) in this if command, please advise: if (ReefAngel.Params.Temp[T2_PROBE] >= 1200 || ReefAngel.Params.Temp[T3_PROBE] >= 1200) ReefAngel.Relay.On(Port6); It doesn't work in this format: if (ReefAngel.Params.Temp[T2_PROBE] >= 1200 || ReefAngel.Params.Temp[T3_PROB...
by d0lph1n
Sat Jul 28, 2012 1:32 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Great. This is how it's setup right now. I just wanted to make sure. Thanks
by d0lph1n
Sat Jul 28, 2012 1:28 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

hey Roberto,

What's the default Actinic/Daylight PWM value outside the PWMSlop schedule or how can i set it the default value to zero. Thank you
by d0lph1n
Thu May 10, 2012 9:11 am
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I didn't know it's running code from the reefangel site:
<script language='javascript' src='http://www.reefangel.com/wifi/ra1.js'></script>

K. I'll be waiting for Roberto to update it. Thanks
by d0lph1n
Thu May 10, 2012 8:58 am
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

is it possible to display the pwm values and labels on the local interface ip:2000/wifi?
by d0lph1n
Wed May 09, 2012 5:48 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Great. Thanks. It's working.
by d0lph1n
Wed May 09, 2012 5:11 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I reloaded the code and it works now.
The iPhone app displays the correct values, there external IP too.
But the web portal shows zero values (Check my signature)

What am I missing here?
by d0lph1n
Wed May 09, 2012 3:28 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I've fixed the wifi, I was able to connect the wifi module online, it takes ip, I fwd the port...but when i access either the internal IP:2000 or the external ip:2000 I get a blank page.

What am I doing wrong?

Thanks
by d0lph1n
Sun May 06, 2012 6:16 am
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Sorry, I didn't see your last reply.
Meantime, I bought a proper router. I'll check again the wifi module in the next few days. Thanks
by d0lph1n
Tue Apr 24, 2012 4:23 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

1. I tried reloading my old code and it didn't work 2. I went to a dif laptop and tried to upload the old code ...it worked 3. I tried uploading the latest code from that laptop, it worked 4. I enabled web portal from ragen and tried to reload the code...failed...too big 5. disabled the web portal, ...
by d0lph1n
Tue Apr 24, 2012 3:40 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I don't know what to do. This is all the code I have. RAgen features wifi date/setup version display ap/dp font 8x8 this is the code i'm trying to upload: /* The following features are enabled for this File: #define VersionMenu #define DisplayLEDPWM #define wifi #define SIMPLE_MENU #define FONT_8x8 ...
by d0lph1n
Tue Apr 24, 2012 2:22 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Binary sketch size: 32,378 bytes (of a 32,256 byte maximum)
processing.app.debug.RunnerException: Sketch too big;
by d0lph1n
Tue Apr 24, 2012 1:29 pm
Forum: Addons
Topic: wifi module & WEP
Replies: 9
Views: 5731

Re: wifi module & WEP

it looks like it's on: #define VersionMenu #define DisplayLEDPWM #define wifi #define WDT #define SIMPLE_MENU */ #include <Salinity.h> #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <I...
by d0lph1n
Tue Apr 24, 2012 1:15 pm
Forum: Addons
Topic: wifi module & WEP
Replies: 9
Views: 5731

Re: wifi module & WEP

I tried with an open network, no encryption, the green led stays green even after connecting the wifi module to RA. I can ping the ip but I can't access the 10.0.2.22:2000 via browser or iPhone app. Please advise. Thank you
by d0lph1n
Tue Apr 24, 2012 1:11 pm
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

I tested it and at midnight the ap/dp values go to zero. this is the code: // Autogenerated file by RAGen (v1.2.2.171), (04/14/2012 20:36) // RA_041412_2036.ino // // This version designed for v0.9.0 or later /* The following features are enabled for this File: #define VersionMenu #define DisplayLED...
by d0lph1n
Tue Apr 24, 2012 9:58 am
Forum: Addons
Topic: wifi module & WEP
Replies: 9
Views: 5731

Re: wifi module & WEP

it's shared :(
by d0lph1n
Tue Apr 24, 2012 9:26 am
Forum: Addons
Topic: wifi module & WEP
Replies: 9
Views: 5731

Re: wifi module & WEP

dave's output: CMD get ip IF=DOWN DHCP=ON IP=0.0.0.0:2000 NM=255.255.255.0 GW=0.0.0.0 HOST=0.0.0.0:2000 PROTO=TCP, MTU=1524 FLAGS=0x7 TCPMODE=0x0 BACKUP=0.0.0.0 <2.32> get w SSID=AGB Chan=0 ExtAnt=0 Join=1 Auth=WEP Mask=0x1fff Rate=12, 24 Mb Linkmon=0 Keynum=1 Key=74 6f 62 65 6f 72 6e 6f 74 74 6f 62...
by d0lph1n
Tue Apr 24, 2012 8:55 am
Forum: Addons
Topic: wifi module & WEP
Replies: 9
Views: 5731

wifi module & WEP

Guys, I know wep is not the ideal encryption, but that's all I have right now (I'm using my iMac as a virtual router). I've spent all day yesterday trying to make the wep 64bit or 128bit work: - input the passcode in ASCII or HEX - used reef angel wifi dos utility: Associated: false / Auth: False / ...
by d0lph1n
Tue Apr 24, 2012 8:34 am
Forum: How do I code ...
Topic: Custom code, please help
Replies: 123
Views: 82602

Re: Custom code, please help

Thanks Roberto. I'll test it tonight.