Search found 15 matches

by jolt
Thu May 01, 2014 3:53 am
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Re: Prevent Dosing Pump "ON" Override

Thanks Lee, that did it!

I do not have any relay expansions.
by jolt
Wed Apr 30, 2014 4:02 pm
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Re: Prevent Dosing Pump "ON" Override

Assuming you are asking about ReefAngel_Features.h. After I updated features.txt I get this: #ifndef __REEFANGEL_FEATURES_H__ #define __REEFANGEL_FEATURES_H__ #define SIMPLE_MENU #define OVERRIDE_PORTS #define SALINITYEXPANSION #define FONT_8x8 #define MAIN_2014 #define wifi #define DisplayLEDPWM #d...
by jolt
Wed Apr 30, 2014 4:23 am
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Re: Prevent Dosing Pump "ON" Override

It took me a while to find this file, I was not aware it existed. I found it in a folder called 'update', so I assume that is the one you are referring to. No text 'OVERRIDE_PORTS' in that file. Found your discussion of that here: http://forum.reefangel.com/viewtopic.php?f=11&t=2328 Added the li...
by jolt
Tue Apr 29, 2014 6:05 pm
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Re: Prevent Dosing Pump "ON" Override

Hmmm, I think something is still missing in my understanding/execution of this simple task. I added this to my sketch, as you suggested: ////// Place your custom code below here ReefAngel.AddPortOverrides(); ReefAngel.OverridePortsE[6] = 0; ////// Place your custom code above here Still getting the ...
by jolt
Tue Apr 29, 2014 4:53 pm
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Re: Prevent Dosing Pump "ON" Override

Hi Lee - I tried grabbing your code for this but I am obviously missing something important in how the RA build process works. I stuck this in my loop() function (dosers on ports 7 and 8) ////// Place your custom code below here // don't allow doser ports to be overridden ReefAngel.OverridePortsE[6]...
by jolt
Sat Apr 19, 2014 4:51 pm
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Re: Prevent Dosing Pump "ON" Override

Thanks, I'll give it a look.
by jolt
Sat Apr 19, 2014 6:31 am
Forum: How do I code ...
Topic: Prevent Dosing Pump "ON" Override
Replies: 13
Views: 7398

Prevent Dosing Pump "ON" Override

Not sure how it happened, but I found one of my dosing pumps to be overridden "ON".

Has anyone else already written a routine to prevent a dosing pump from remaining indefinitely overridden as "ON" (indefinite override of "OFF" should always be allowed though)
by jolt
Mon Mar 03, 2014 4:42 pm
Forum: Standard
Topic: wifi stopped working
Replies: 9
Views: 4354

Re: wifi stopped working

Hi Roberto - I am not sure how to explain this. But it seems WPA2 is actually authentication mode 2? This does not correspond to either the RA wifi manual posted under support, or the wifly documentation. Both those documents say it is '4'. I'm not sure how it was ever working, or what changed. But ...
by jolt
Mon Mar 03, 2014 4:22 pm
Forum: Standard
Topic: wifi stopped working
Replies: 9
Views: 4354

Re: wifi stopped working

Yes, it does see the network with scan. According to the RA wifi docs, the command I issued: "set wlan auth 4" is supposed to enable WPA2-PSK, right? Note in the log above you can see I issued that command but the "get w" command displays "mixed" as the authentication m...
by jolt
Mon Mar 03, 2014 4:11 pm
Forum: Standard
Topic: wifi stopped working
Replies: 9
Views: 4354

Re: wifi stopped working

Roberto - here is some more info (from poking around in wifly docs). Is it possible that the wifi is not storing the authentication mode correctly ? (see BOLD items below) Thanks, Jim <4.00> set sys printlvl 4 AOK <4.00> save Storing in config <4.00> reboot *Reboot*Auto-Assoc HOLT chan=0 mode= NONE ...
by jolt
Mon Mar 03, 2014 4:00 pm
Forum: Standard
Topic: wifi stopped working
Replies: 9
Views: 4354

Re: wifi stopped working

Assuming you meant wifi firmware:

$$$
CMD
ver
wifly-GSX Ver 4.00.1, Apr 19 2013 11:48:31 on RN-131
by jolt
Mon Mar 03, 2014 3:50 pm
Forum: Standard
Topic: wifi stopped working
Replies: 9
Views: 4354

wifi stopped working

After two months of reliable operation my wifi unit is now failing to connect to my wireless router. Blinking blue LED. I was able to get it to reconnect for a short while today by power cycling the router, my cable modem, and the wifi unit. But the problem has returned. Nothing has changed on my ro...
by jolt
Fri Dec 27, 2013 1:04 pm
Forum: Standard
Topic: Wizard Question
Replies: 1
Views: 1649

Wizard Question

I wanted to experiment with "random" wavemaker functions in the wizard, but whenever I set either relay 5 or relay 6 as "wavemaker" the "random" button remains dimmed and I am only able to select a "constant" value. Am I doing something wrong?
by jolt
Thu Dec 26, 2013 10:52 am
Forum: Development Libraries
Topic: Dev Environment
Replies: 4
Views: 7481

Re: Dev Environment

Thanks for the quick reply Roberto. I have no problem using the RA IDE for final compile and upload. I think I will just use emacs to edit any .h/.cpp files I create and use RA IDE + wizard to create/maintain the .ino file. If I understood you correctly that should work fine, and I only need to worr...
by jolt
Thu Dec 26, 2013 7:42 am
Forum: Development Libraries
Topic: Dev Environment
Replies: 4
Views: 7481

Dev Environment

Apologies if I've missed the answers to these, I'm new here and have been poking around but not found definitive answers... First: I am an experienced C/C++ & embedded programmer (30+ years). I have my RA hardware (RA Plus/PWM, Salinity and Wifi units) and have been playing with it. I've gotten ...