Search found 79 matches

by jegillis
Sat Feb 07, 2015 2:25 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Well I tried out my new bluetooth attachment and reloaded the controller code with the dev library and now instead channel 2 is flashing but not channel 1 video attached for the "flash". response was still very slow but also stepped up and down instead of flashing https://www.youtube.com/w...
by jegillis
Sat Feb 07, 2015 11:34 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

ahh then 5 to 10 seconds sounds good
by jegillis
Sat Feb 07, 2015 11:19 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

No problem I will get it switched over as soon as I clean up an orange juice spill. So lightning would always happen in a cloud for between 5 & 10 seconds? Personally given that choice I would rather have the lightning random throughout the cloud and not have as many clouds. The point would be a...
by jegillis
Sat Feb 07, 2015 11:07 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Could an variable be set as to how long the duration can be or a min and max so that we can play with it as it is right now for example the duration of a storm is set in my code to be random between 7 and 15 minutes? If I had to pick a number though it would be 15 minutes for the duration As for the...
by jegillis
Sat Feb 07, 2015 10:36 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

What you had posted for the test look pretty realistic in terms of the flash but a little to often and not random. Would the trigger be sent to much? I notice the trigger being sent several times per actual flash Instead should it be sent no more than once per second then the receiver code chooses a...
by jegillis
Fri Feb 06, 2015 4:33 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

that worked on all the channels and they all flashed together.
by jegillis
Fri Feb 06, 2015 3:19 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

That worked the way it should

https://www.youtube.com/watch?v=90Sk-sqA0DU
by jegillis
Fri Feb 06, 2015 1:53 pm
Forum: Tutorials
Topic: Documentation
Replies: 75
Views: 65161

Re: Documentation

Could go through the How do I section and make an article for the most commonly requested items.
by jegillis
Fri Feb 06, 2015 11:21 am
Forum: Tutorials
Topic: Documentation
Replies: 75
Views: 65161

Re: Documentation

Im a "normal" user and I know what github is my grandmother not so much. Any user can click a link to the Wiki the fact that it is on github should not make any difference.
by jegillis
Thu Feb 05, 2015 5:58 pm
Forum: Addons
Topic: Fish feeder
Replies: 14
Views: 13409

Re: Fish feeder

battery/solar operated RANet capable
by jegillis
Thu Feb 05, 2015 5:29 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

rimai wrote:Do they ramp up and down as they should on the slope or parabola?

Yes they do, channel 2 even dims with the cloud it just doesn't flash.


What drivers are used? Should the response be better than what was in my video on the channel 1 that is working?
by jegillis
Thu Feb 05, 2015 3:12 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

cosmith71 wrote:Yes, I'm using the RANet dimming expansion with LDD drivers. Roberto can chime in, but I think the RANet LED drivers should work as well.

Do you just get the slow blink as in your video?

--Colin
Yes I am using the RANet led drivers and I just get the slow blink
by jegillis
Thu Feb 05, 2015 3:05 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

EDIT* the line of quoted code is in all three versions posted here as far as I can tell Here's that section. It was changed to Wire.write(0x8+(4*n)). for (int n=1; n<3; n++) { int newdata=4095; Wire.beginTransmission(0x40); // Address of the dimming expansion module Wire.write(0x8+(4*n)); // 0x8 is...
by jegillis
Thu Feb 05, 2015 3:00 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Im using the RANet as the driver which I desired to use instead of the meanwell drivers for the better response.
by jegillis
Thu Feb 05, 2015 2:54 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

No, that would ONLY flash on channel 2. Was that line in the code you uploaded? If so, it's not the correct code. That line is different in the updated version. --Colin I was proposing to change it to flash only on channel 2 and see if it was an issue with the channel. EDIT* the line of quoted code...
by jegillis
Thu Feb 05, 2015 2:51 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

I'm just trying to figure out why my mine is not working. Could it be a problem with the dimming channel itself?
by jegillis
Thu Feb 05, 2015 2:13 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

so this would be changed to 0x16?

Code: Select all

 Wire.write(0x8+(4*1));             // 0x8 is channel 0, 0x12 is channel 1, etc.  I'm using channel 1.
by jegillis
Thu Feb 05, 2015 1:17 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Here is video of only channel one taken after the last upload https://www.youtube.com/watch?v=AGVO2QumTa0 I just attempted to change it to only do the lighting on channel 2 by changing the code From this if (!FireInTheHole) { ReefAngel.PWM.SetChannel(1,DaylightPWMValue); // Whites are on channel 1 R...
by jegillis
Thu Feb 05, 2015 12:39 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Code: Select all

# | 100% 2.44s

avrdude: verifying ...
avrdude: 7262 bytes of flash verified
avrdude: Send: Q [51]   [20] 
avrdude: Recv: . [14] 
avrdude: Recv: . [10] 

avrdude done.  Thank you.
by jegillis
Thu Feb 05, 2015 12:21 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Screenshot 2015-02-05 14.24.00.png
Screenshot 2015-02-05 14.24.00.png (119.53 KiB) Viewed 5975 times
rebooting reef angel controller
by jegillis
Thu Feb 05, 2015 12:10 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

I use the reef angel with optiboot for uploading it does not give me an error, tried taking out the radio with no success
by jegillis
Thu Feb 05, 2015 10:52 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

I just retried uploading all three of the codes with no difference both channels dim but only channel 1 flashes. I did just figure out that uploading to the receiver while the controller was on puts the controller in feeding mode for some reason. on the last uploads I unplugged the controller and I ...
by jegillis
Wed Feb 04, 2015 9:29 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Still no go here is my RA code #define NUMBERS_8x16 #define FONT_8x8 #include <SoftwareSerial.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 <InternalEEPROM.h> #include <RA_NokiaLCD...
by jegillis
Tue Feb 03, 2015 2:40 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Still only channel 1 :(
by jegillis
Mon Feb 02, 2015 5:25 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

OK only channel 1 had lightning. Channel 2 dimmed with the cloud but did not do the lightning "strikes"
by jegillis
Mon Feb 02, 2015 12:58 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

cosmith71 wrote:Make sure you switch back to "Reef Angel Plus Controller" before you compile/upload.

--Colin
My mommy always told me I was special. That worked have to wait a few hours to find out if the storm works.
by jegillis
Mon Feb 02, 2015 12:33 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

I'm getting a compiling error /Users/Jason1/Documents/Arduino/libraries/ReefAngel/ReefAngel.cpp: In member function 'void ReefAngelClass::Refresh()': /Users/Jason1/Documents/Arduino/libraries/ReefAngel/ReefAngel.cpp:927: error: 'RANET_SERIAL' was not declared in this scope /Users/Jason1/Documents/Ar...
by jegillis
Mon Feb 02, 2015 11:37 am
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

Another question for you how would I change the code to have daylights on both channel 1 and 2 Also would like for the minimum pmw % during a cloud to go down only to 5% instead of 0% but leave the parabola values otherwise to 0% at the end is this possible? When the whites are below 5% they wont ra...
by jegillis
Sun Feb 01, 2015 8:29 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

you are my hero!
by jegillis
Sun Feb 01, 2015 6:35 pm
Forum: How do I code ...
Topic: RANet Cloud and Lightning
Replies: 80
Views: 52067

Re: RANet Cloud and Lightning

No go. displaying next storm but still no lights and I have no blue light on the RANet board (I assume this is the same one that comes on when uploading code) the green power light is on. #define NUMBERS_8x16 #define FONT_8x8 #include <SoftwareSerial.h> #include <ReefAngel_Features.h> #include <Glob...