Hi Lockes
We will be shipping in RA+ units with the next shipment.
As Roberto and Ishtak stated, for whatyou are mentioning, the RA will be fine.
Regards
Jean - Drop Reef
Search found 62 matches
- Mon Jul 23, 2012 8:51 am
- Forum: Standard
- Topic: Memory Issues
- Replies: 3
- Views: 2661
- Fri Jun 22, 2012 12:35 pm
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
Thank you Roberto.
We are getting somewhere
It changes modes on the screen now, not on the RF module
We are getting somewhere
It changes modes on the screen now, not on the RF module
- Mon Jun 18, 2012 12:16 pm
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
LMAO!!! Alien interferance
- Mon Jun 18, 2012 8:50 am
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
HI Roberto Here is my current config - a few items are // out, as I am waiting for rufessor to complete the comms between the PWM module, and the RA #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC....
- Sun Jun 17, 2012 6:46 am
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
It does not change on screen , or on module.
- Fri Jun 15, 2012 1:42 pm
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
So I have tried this one
Still doesnt change the modes.
Any other Ideas?
The closest one was Binders suggestion, as it changed for a split second.
Still doesnt change the modes.
Any other Ideas?
The closest one was Binders suggestion, as it changed for a split second.
- Fri Jun 15, 2012 1:09 pm
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
Could be a Guiness World Record for most expensive beer ever Plane ticket+Visa costs+transport+accomodation+beer Anyways, seems like all is well on my side, code is working! I even get no-moon currently, and we are in a no-moon cycle for the next 7 days I will confirm tommorow if sun rised, but it s...
- Mon Jun 11, 2012 9:47 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
byte MoonPhase() { int m,d,y; int yy,mm; long K1,K2,K3,J,V; byte PWMvalue; m = month(); d = day(); y = year(); yy = y-((12-m)/10); mm = m+9; if (mm>=12) mm -= 12; K1 = 365.25*(yy+4712); K2 = 30.6*mm+.5; K3 = int(int((yy/100)+49)*.75)-38; J = K1+K2+d+59-K3; V = (J-2451550.1)/0.29530588853; V -= int(...
- Mon Jun 11, 2012 9:46 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
//By Matthew Hockin 2012. //SWFLTEK library functions, #includes, and #define were copied directly from the Epherma library //Epherma (SWFLTEK.com) was written by Michael Rice- thanks Michael it works great. //If you copy from this (its all open source) please //acknowledge Michael for SWFLTEK libr...
- Mon Jun 11, 2012 8:29 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
I have mooncycle all the way, no lights on for 2 days now //CHANGE this to the number of seconds your time zone is offset from GMT (WITHOUT REGARD TO DAYLIGHT SAVINGS TIME) int GMToffset=-7200;//USA MST time zone is 25,200 if that helps you //GLOBAL Variables YOU NEED TO CHANGE boolean ApplyDST=fals...
- Sun Jun 10, 2012 10:46 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
//CHANGE this to the number of seconds your time zone is offset from GMT (WITHOUT REGARD TO DAYLIGHT SAVINGS TIME) int GMToffset=-18000;//USA MST time zone is 25,200 if that helps you //GLOBAL Variables YOU NEED TO CHANGE boolean ApplyDST=false;//CHANGE THIS IF YOUR NOT USING DST //Calculate Latitud...
- Sat Jun 09, 2012 1:57 pm
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
ok
I used the 0 as Roberto suggested, It was only a test. The figure i get is 18000 when i look at the sunset, and time it set in tank, I cant look at sunrise as it is during late night/early morning hours somewhere.
I will try the -18000 offset and see what it does
I used the 0 as Roberto suggested, It was only a test. The figure i get is 18000 when i look at the sunset, and time it set in tank, I cant look at sunrise as it is during late night/early morning hours somewhere.
I will try the -18000 offset and see what it does
- Sat Jun 09, 2012 2:03 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
ok, So I made the changes on the code, I will upload it now To give you a idea, this is the code EXACTLY as I will upload it to the PWM module now //By Matthew Hockin 2012. //SWFLTEK library functions, #includes, and #define were copied directly from the Epherma library //Epherma (SWFLTEK.com) was w...
- Fri Jun 08, 2012 9:40 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
WOW- That works really really well with some white lights on... I am almost wondering if its better than the straight blue that I run for a storm! Might try changing a few things to allow me to use the white strings as well but constrain their intensity to a very low level during the storm... Super...
- Fri Jun 08, 2012 8:25 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
- Fri Jun 08, 2012 12:39 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
Lol, ok, will change the GMT to -
I saw clouds, lightning, storm etc. All I can say is Well Done Rufessor, Well Done!
It is some of the best I have ever seen
I saw clouds, lightning, storm etc. All I can say is Well Done Rufessor, Well Done!
It is some of the best I have ever seen
- Thu Jun 07, 2012 1:59 pm
- Forum: Addons
- Topic: Wifi Periodically Stops Responding
- Replies: 136
- Views: 80706
Re: Wifi Periodically Stops Responding
Hi Roberto.
It looses connection first, and the after a while (week or so) the dreaded blue blinking led
It looses connection first, and the after a while (week or so) the dreaded blue blinking led
- Thu Jun 07, 2012 1:17 pm
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
Sounds good, so for now, no comms.'
I do have one question, if my lights are still on very late in the evening, past 10pm South Africa time, and the GMT is set to 7200(+2 hours) , what else could be wrong?
By now sun should have set already
I do have one question, if my lights are still on very late in the evening, past 10pm South Africa time, and the GMT is set to 7200(+2 hours) , what else could be wrong?
By now sun should have set already
- Thu Jun 07, 2012 12:45 pm
- Forum: Addons
- Topic: Wifi Periodically Stops Responding
- Replies: 136
- Views: 80706
Re: Wifi Periodically Stops Responding
Hi.
My wifi also looses it settings
My wifi also looses it settings
- Thu Jun 07, 2012 8:36 am
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
Thank You for the code My biggest challenge now will be to change this code on my RA to get it to show the Values of the channels my current code is if (ReefAngel.PWM.Channel[5] > 0); { ReefAngel.LCD.DrawText(COLOR_CORNFLOWERBLUE,255,70,105,MoonPhaseLabel()); } else (ReefAngel.PWM.ExpansionChannel[0...
- Wed Jun 06, 2012 2:53 am
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
Try this: void MenuEntry7() { // TODO complete this function /* Need to have an override variable inside the loop that forces a specific mode whenever the menu is toggled. This should mimic the PWM override. */ /* Cycle through the modes. Use the Internal Memory values OR create a switch statement ...
- Tue Jun 05, 2012 12:25 pm
- Forum: How do I code ...
- Topic: C library for Sun/Moon effects
- Replies: 213
- Views: 137033
Re: C library for Sun/Moon effects
Hi I take it this has to change if it is your moon channel? From case 10: ChannelValue[5]=0; //ChannelValue[0]=MoonPhase() //Serial.println("Ch5 dark"); break; To case 10: ChannelValue[5]=0; ChannelValue[5]=MoonPhase() //Serial.println("Ch5 dark"); break;
- Sat Jun 02, 2012 2:44 pm
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
Hi
I tried the code you suggested, now it does not switch modes at all.
I tried the code you suggested, now it does not switch modes at all.
- Thu May 31, 2012 11:09 am
- Forum: Development Libraries
- Topic: VortechMenu
- Replies: 38
- Views: 26239
Re: VortechMenu
So I have tested the code with the changes suggested, It still only changes the mode for a second and then returns to normal operation.
Any chance we could re-visit this to see if we can get it going?
Any chance we could re-visit this to see if we can get it going?
- Tue May 29, 2012 9:22 am
- Forum: Addons
- Topic: Wifi Periodically Stops Responding
- Replies: 136
- Views: 80706
Re: Wifi Periodically Stops Responding
My wifi is still a problem. I have the latest firmware, used the wifi app to set it up, work for a while and the doesn't
- Tue May 22, 2012 11:05 am
- Forum: Addons
- Topic: Wifi Periodically Stops Responding
- Replies: 136
- Views: 80706
Re: Wifi Periodically Stops Responding
I have version 2.32 already. On m unit if i use daves app and set the host to 0.0.0.0 it works, if i use the new wifi app, it times out
I will play with it tonight, and tommorow, if it does this again, I will update you
I will play with it tonight, and tommorow, if it does this again, I will update you
- Tue May 22, 2012 3:24 am
- Forum: Addons
- Topic: Wifi Periodically Stops Responding
- Replies: 136
- Views: 80706
Re: Wifi Periodically Stops Responding
I'll set up the module with daves app, not the new wifi app, and give you feedback later today Roberto
- Mon May 21, 2012 7:38 am
- Forum: Addons
- Topic: Wifi Periodically Stops Responding
- Replies: 136
- Views: 80706
Re: Wifi Periodically Stops Responding
I have this same problem now - my wifi module works 100% until you connect to it with the status app, or android phone app. I used the new wifi app to set it up, I have even tried a differen router. It works for a few seconds then stops responding. If i ping it continuesly, without any app connectin...
- Sat May 19, 2012 5:18 am
- Forum: How do I code ...
- Topic: Good MoonCycle code to use
- Replies: 5
- Views: 3294
Re: Good MoonCycle code to use
What did you have in mind? I just have them dim according to the moon cycles. Thats fine, a basic MoonCycle. Problem is I am lost with this, there is 2/3 versions of the code. You made a little code that allows PWMSlope over 00h00 , so that I have, and the phases? There is a few different versions....
- Tue May 15, 2012 8:35 am
- Forum: How do I code ...
- Topic: Good MoonCycle code to use
- Replies: 5
- Views: 3294
Good MoonCycle code to use
Hi.
I have had a few looks around the forum, and have found some nice little codes for Moon Cycles.
Is there anyone using some interresting MoonCycle code? Or is the PWMSlope- the best way?
Regards
I have had a few looks around the forum, and have found some nice little codes for Moon Cycles.
Is there anyone using some interresting MoonCycle code? Or is the PWMSlope- the best way?
Regards