Search found 53 matches
- Sun Jan 18, 2015 7:59 pm
- Forum: Addons
- Topic: Orp reading zero
- Replies: 7
- Views: 6150
Re: Orp reading zero
I tried to calibrate even thou I didn't have the calibration standard and got no reading on the zero point and the 470 point.
- Sat Jan 17, 2015 11:02 pm
- Forum: Addons
- Topic: Orp reading zero
- Replies: 7
- Views: 6150
Re: Orp reading zero
I ran the i2cscanner.ino I found here and below are the results ÿ I2CScanner ready! starting scanning of I2C bus from 1 to 128... addr: 1 addr: 2 addr: 3 addr: 4 addr: 5 addr: 6 addr: 7 addr: 8 found! addr: 9 addr: A addr: B addr: C addr: D addr: E addr: F addr: 10 found! addr: 11 addr: 12 addr: 13 ...
- Sat Jan 17, 2015 5:13 pm
- Forum: Addons
- Topic: Orp reading zero
- Replies: 7
- Views: 6150
Orp reading zero
I purchased and Orp and Salinity probes sometime ago and today I decide to install them. The salinity probe is working just fine but the Orp probe is reading 0. I have tried different expansion port channels and even different cables but the probe still reads 0. I have not tried to calibrate it yet ...
- Tue Mar 26, 2013 5:38 pm
- Forum: Addons
- Topic: New Rf module setup sync light stays green
- Replies: 3
- Views: 2459
Re: New Rf module setup sync light stays green
Thanks Roberto, this codes looks a little different from the code in the examples folder. I will try again tomorrow
- Tue Mar 26, 2013 5:07 pm
- Forum: Addons
- Topic: New Rf module setup sync light stays green
- Replies: 3
- Views: 2459
New Rf module setup sync light stays green
Settting up Rf mod for 1st time load the vortechsetup.ino and compile reset the mp 40 and mp 60 and light on RF module stays on steady green and pumps cant sync.
anyone have any ideas
anyone have any ideas
- Mon Feb 11, 2013 12:23 pm
- Forum: Addons
- Topic: Running 2 Wifi modules and have some Issues
- Replies: 7
- Views: 3022
Re: Running 2 Wifi modules and have some Issues
I changed the port to 8080 snd tried the webserver and nothing so I loaded a new code and made sure it had wifi enable and it did and so did the original code and it did.
- Mon Feb 11, 2013 12:05 pm
- Forum: Addons
- Topic: Running 2 Wifi modules and have some Issues
- Replies: 7
- Views: 3022
Re: Running 2 Wifi modules and have some Issues
no I didnt think of that I will try now and let you know
- Mon Feb 11, 2013 11:52 am
- Forum: Addons
- Topic: Running 2 Wifi modules and have some Issues
- Replies: 7
- Views: 3022
Re: Running 2 Wifi modules and have some Issues
Yes I used tera term. below is my get e results WiFly Ver 2.38.3, 01-15-2012 on RN-131 Beacon=100 Probe=5 Reboot=0 OPEN= CLOSE= REMOTE= FlushSize=1420 MatchChar=0 FlushTimer=10 IdleTimer=3 CmdChar=$ IF=UP DHCP=ON IP=192.168.1.2:1000 NM=255.255.255.0 GW=192.168.1.1 HOST=198.171.134.6:80 PROTO=TCP, MT...
- Mon Feb 11, 2013 9:20 am
- Forum: Addons
- Topic: Running 2 Wifi modules and have some Issues
- Replies: 7
- Views: 3022
Running 2 Wifi modules and have some Issues
I have been trying to setup my 2nd RA system and I have been having issues with the 2nd Wifi module. I 1st one has been up and running for quite a few years with no issues using port 2000 and the portal and App home and away functions work without any problems The new system is another story. I have...
- Wed Nov 16, 2011 8:02 pm
- Forum: How do I code ...
- Topic: Expansion hub and PWM Expansion hub coding
- Replies: 24
- Views: 13582
Re: Expansion hub and PWM Expansion hub coding
We didnt add the ReefAngel. in front of the command now it works I left the expansion module with the your default I believe it was set to 1 So would I have to change the command to this??? ReefAngel.FeedingModePortsE[1] = B11111111; ReefAngel.WaterChangePortsE[1] = B11111111; ReefAngel.OverheatShut...
- Wed Nov 16, 2011 7:56 pm
- Forum: How do I code ...
- Topic: Expansion hub and PWM Expansion hub coding
- Replies: 24
- Views: 13582
Re: Expansion hub and PWM Expansion hub coding
yes i have 2 relay box and i did define RelayExp in my sketch and feature file. The 2nd relay box is current controlling heaters, fans and a few other things correctly
Roberto that didnt work either??
Roberto that didnt work either??
- Wed Nov 16, 2011 3:14 pm
- Forum: How do I code ...
- Topic: Expansion hub and PWM Expansion hub coding
- Replies: 24
- Views: 13582
Re: Expansion hub and PWM Expansion hub coding
So if I understand correctly I would code like this FeedingModePortsE[0] = B10011100; WaterChangePortsE[0] = B10111111; OverheatShutoffPortsE[0] = B00000011; LightsOnPortsE[0] = B00000011; FeedingModePortsE[1] = B11111111; WaterChangePortsE[1] = B11111111; OverheatShutoffPortsE[1] = B00101010; Light...
- Mon Nov 14, 2011 7:32 pm
- Forum: How do I code ...
- Topic: Expansion hub and PWM Expansion hub coding
- Replies: 24
- Views: 13582
Re: Expansion hub and PWM Expansion hub coding
Great that work my last question is can I just add 1 and 0's to feed, water change, lights on port and over temp
- Mon Nov 14, 2011 7:10 pm
- Forum: How do I code ...
- Topic: Expansion hub and PWM Expansion hub coding
- Replies: 24
- Views: 13582
Re: Expansion hub and PWM Expansion hub coding
I had the line in both the sketch and the ReefAngel_features.h file and when i try to compile it tells me the port 11-18 have not been declared.
- Mon Nov 14, 2011 2:36 pm
- Forum: How do I code ...
- Topic: Expansion hub and PWM Expansion hub coding
- Replies: 24
- Views: 13582
Expansion hub and PWM Expansion hub coding
Attached is my current code thanks to Roberto with a few little mods that I added. But I'm having problems coding the 2nd relay box. Do I just add the relays as relay 9-16 or do I have to call them out as something else? Also I have 2 expansion modules one for the relays and one of the LEDs but the ...
- Fri Sep 23, 2011 7:05 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
Prefect how it works properly... Thanks Again
- Fri Sep 23, 2011 5:41 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
Roberto, Just one more quick question if you dont mind? When I set the PWM percentage in client to 25 % for both channels my leds didnt correctly and I didnt see the correct light pattern until I was at 50 %. So my question is does the client package do calulate the voltage differently the the stand...
- Thu Sep 22, 2011 8:14 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
you nailed it that time.... Thanks for your help once again!!!!
- Thu Sep 22, 2011 7:37 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
I paste in your changes and now I can turn mask on and off but the LEDs dont light. Any ideas?
- Thu Sep 22, 2011 6:43 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
I placed the code in the in my skecth as in below. void loop() { ReefAngel.ShowInterface(); // Specific functions ReefAngel.StandardFan(Port4); ReefAngel.StandardHeater(Port5); ReefAngel.StandardHeater(Port6); // Setup relay 7 to turn on at 06:00aM and off at 10:05PM ReefAngel.StandardLights(7,11,45...
- Thu Sep 22, 2011 8:55 am
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
Thanks Roberto and Curt
I will try it as soon as I get home tonight.
Don
I will try it as soon as I get home tonight.
Don
- Thu Sep 22, 2011 4:55 am
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
Would I have to place this line into the command 6 times for each channel and just change it to match my channel names?? and would the command look something like this?? if ((ReefAngel.Relay.RelayMaskOn & (1<<Port7)) == (1<<Port7)) { PWMChannel[WhitePWM1]=LEDPWMDaylight_read(); PWMChannel[BluePW...
- Wed Sep 21, 2011 8:50 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
Re: How to code a Lights on feature
As long as I could choice which function I would be using that would work for me. The PWMslope function works really well but the are times like tonight when i was doing tank maintance and the white LEDS went out and I was working under blue light which made it hard to see. One day soon I will have ...
- Wed Sep 21, 2011 8:11 pm
- Forum: How do I code ...
- Topic: How to code a Lights on feature
- Replies: 16
- Views: 11720
How to code a Lights on feature
I would like to code a lights on and add it to my simple menu. The only snag is I use the PWM expanision module to control my LEDs. I tried tonight to just change the time using client 2.2 to a time when the lights would normally be on but the time only changed in client and it didnt change on the R...
- Wed Sep 07, 2011 6:33 pm
- Forum: Development Libraries
- Topic: PMSLOPE QUESTION
- Replies: 23
- Views: 15836
Re: PMSLOPE QUESTION
IP was the same as before. Rebooted everything and now it works.
Thanks for your help.
Have you tried the optiboot upgrade with the homemade cable. I have one and I'm waiting to do the update.
Thanks for your help.
Have you tried the optiboot upgrade with the homemade cable. I have one and I'm waiting to do the update.
- Wed Sep 07, 2011 3:58 am
- Forum: Development Libraries
- Topic: PMSLOPE QUESTION
- Replies: 23
- Views: 15836
Re: PMSLOPE QUESTION
// AutoGenerated file by RAGen (v1.0.4.92), (08/25/2011 17:53) /* * Copyright 2010 / Curt Binder * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.ap...
- Tue Sep 06, 2011 3:37 pm
- Forum: Development Libraries
- Topic: PMSLOPE QUESTION
- Replies: 23
- Views: 15836
Re: PMSLOPE QUESTION
Roberto,
The status light issues is fixed but since i loaded the sketch you fixed for me I cant use the client software it doesn't connect. Did I do something wrong or is some code missing??
The status light issues is fixed but since i loaded the sketch you fixed for me I cant use the client software it doesn't connect. Did I do something wrong or is some code missing??
- Mon Sep 05, 2011 5:33 pm
- Forum: Development Libraries
- Topic: PMSLOPE QUESTION
- Replies: 23
- Views: 15836
Re: PMSLOPE QUESTION
loaded your sketch white LEDs still off and Status LED stilled turned on???
- Mon Sep 05, 2011 5:26 pm
- Forum: Development Libraries
- Topic: PMSLOPE QUESTION
- Replies: 23
- Views: 15836
Re: PMSLOPE QUESTION
Sorry posted before I saw your new sketch I will download and try that..
- Mon Sep 05, 2011 5:25 pm
- Forum: Development Libraries
- Topic: PMSLOPE QUESTION
- Replies: 23
- Views: 15836
Re: PMSLOPE QUESTION
the whites just shut off @ 2019 just under 30 mins early