Search found 27 matches
- Wed Aug 07, 2013 7:24 pm
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
Binary sketch size: 30,134 bytes (of a 32,256 byte maximum)
- Thu Aug 01, 2013 6:28 pm
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
Yup, same memory value everytime. Attempted to downgrade to the 1.0.6 libraries, still failed. Then went back to the libraries who's date looked most like the last time I updated, and ended up on 1.0.4. It uploaded! Now, I am going on vacation so I won't be here over the weekend. My code as far as f...
- Thu Aug 01, 2013 9:34 am
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
Ok, if different INO files have different errors, do you want me to attach the INO file with the error number?
- Thu Aug 01, 2013 9:28 am
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
Actually, let me add to that. I don't know if that address changed (like when I commented out code to see if I could get it to work). But it at least seemed consistent with one code base. In other words, when I commented out the newly added stuff, that address may have changed. But then every time I...
- Thu Aug 01, 2013 8:59 am
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
I'll have to try a few times tonight to be sure. But I think so.
- Thu Aug 01, 2013 8:52 am
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
The problem is that, without adjusting anything relating to my connection/cable, I can upload other INO files without problem. But this one fails every time
- Thu Aug 01, 2013 7:53 am
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
If no one has any other ideas, I might try and revert libraries tonight and see if it helps.
- Thu Aug 01, 2013 7:40 am
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Re: Verification Error
I saw that, I thought I was safe since my size was less than the max.
But I am assuming that has to do with other things (libraries for example) taking up space on the device?
But I am assuming that has to do with other things (libraries for example) taking up space on the device?
- Wed Jul 31, 2013 9:23 pm
- Forum: How do I code ...
- Topic: Verification Error
- Replies: 16
- Views: 11082
Verification Error
Hi, I recently tried to make a change to my INO file for my ReefAngel (note, not RA+). It'd been a couple months since I updated libraries, so I went ahead and did that too. I was trying to add some logic around automatically turning on feedmode since I got an autofeeder. #include <ReefAngel_Feature...
- Fri Feb 22, 2013 10:59 pm
- Forum: Standard
- Topic: Wifi Module status lights are off after a few days.
- Replies: 5
- Views: 3556
Re: Wifi Module status lights are off after a few days.
I'm going to bump this because I am having the same issue. Works fine, then randomly I lose connection (time working has ranged from over 24 hours to under 2), and when it's not working, all lights are off on the adapter. I am posting here since most other issues around wifi seem to still have some ...
- Mon Feb 11, 2013 8:41 am
- Forum: How do I code ...
- Topic: ATO Delay
- Replies: 2
- Views: 2681
Re: ATO Delay
I don't have an arduino board :( Anyway, I was having trouble with it constantly re-setting my "LastATO" value. So, anyway, I just made some variables to keep track of when it was set. Also added some extra Relay.Offs for safety sake. if (!ReefAngel.HighATO.IsActive()) { if(ReefAngel.LowAT...
- Sat Feb 09, 2013 11:57 am
- Forum: How do I code ...
- Topic: ATO Delay
- Replies: 2
- Views: 2681
ATO Delay
Hi, I am looking for a some fairly basic help after a few of my ideas failed to work correctly. I have a custom ATO setup as follows: if (!ReefAngel.HighATO.IsActive()) { if(ReefAngel.LowATO.IsActive()) { ReefAngel.Relay.On(Port7); } else { ReefAngel.Relay.Off(Port7); } } else { ReefAngel.Relay.Off(...
- Sat Jan 26, 2013 10:54 am
- Forum: Standard
- Topic: Wifi Issues
- Replies: 1
- Views: 1879
Wifi Issues
I cannot for the life of me get my wifi to stay connected. I now (based on info from the Reef Angel Client) can get it to stay connected for maybe an hour and a half. Then I have to disconnect the wifi from the head unit and reconnect it to get it to work again. For the longest time, I was unable to...
- Wed Nov 21, 2012 3:38 pm
- Forum: For New Members
- Topic: Analog Dimmers on a PWM Reef Angel
- Replies: 12
- Views: 9584
Re: Analog Dimmers on a PWM Reef Angel
Do you know what the part would be called (I'm assuming dimming port wire is a reef angel term )rimai wrote:Yes, try your local electronics store. They may carry it.
And THANK YOU for all the help
- Wed Nov 21, 2012 3:31 pm
- Forum: For New Members
- Topic: Analog Dimmers on a PWM Reef Angel
- Replies: 12
- Views: 9584
Re: Analog Dimmers on a PWM Reef Angel
Hey Rimai,
is the dimming port wire a commonly available part that I can find someplace locally?
Shipping sucks on such a small item
is the dimming port wire a commonly available part that I can find someplace locally?
Shipping sucks on such a small item
- Wed Nov 21, 2012 2:20 pm
- Forum: For New Members
- Topic: Analog Dimmers on a PWM Reef Angel
- Replies: 12
- Views: 9584
Re: Analog Dimmers on a PWM Reef Angel
The dimming signal on the expansion relay box is disabled and you can´t use it. But, you can order the expansion relay box and I can send you an analog signal relay box that you can swap with the current one you have now and use it as expansion one. The signal is determined by the relay box itself ...
- Sun Nov 18, 2012 11:41 am
- Forum: For New Members
- Topic: Analog Dimmers on a PWM Reef Angel
- Replies: 12
- Views: 9584
Re: Analog Dimmers on a PWM Reef Angel
Ok, potentially really dumb question...
I am planning on picking up an expansion relay box. Is it possible to have an analog expansion and a PWM normal one?
I am planning on picking up an expansion relay box. Is it possible to have an analog expansion and a PWM normal one?
- Sat Nov 17, 2012 11:51 am
- Forum: For New Members
- Topic: Analog Dimmers on a PWM Reef Angel
- Replies: 12
- Views: 9584
Analog Dimmers on a PWM Reef Angel
Hi, I believe I have a PWM reef angel (I believe, since I didn't see an analog sticker). I have someone offering a great deal on a rapid LED kit that they decided not to put together, however the drivers are analog. Would the dimming still work. Would I be unhappy I didn't go with a PWM dimming kit,...
- Tue Jul 03, 2012 12:24 pm
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
Re: New Reef Angel Owner!
Woo, finally purchased the Wi-fi. Can't wait til it shows up and I can play with it! Things on the agenda, apart from adding wifi (including portal and android app, ect) is to add a softer start up. Whenever the power goes out, my GFI switch trips when it tries to start back up. I think it has to do...
- Tue Feb 28, 2012 8:22 pm
- Forum: For New Members
- Topic: PH Calibration
- Replies: 6
- Views: 4091
Re: PH Calibration
Perfect! Thanks!
- Tue Feb 28, 2012 7:36 pm
- Forum: For New Members
- Topic: PH Calibration
- Replies: 6
- Views: 4091
PH Calibration
Quick question. If I calibrate the PH probe, and then update the code on my controller (for say... WIFI here in a couple months ) would I need to recalibrate, or would it save the settings?
Thanks!
Thanks!
- Mon Jan 09, 2012 9:50 am
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
Re: New Reef Angel Owner!
Thank you!
- Mon Jan 09, 2012 9:40 am
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
Re: New Reef Angel Owner!
Perfect! Thank you! Now I just gotta figure out how to mount them where I need em! lol
Ok, another (probably dumb) question. Which plugin is which?
Ok, another (probably dumb) question. Which plugin is which?
- Mon Jan 09, 2012 8:47 am
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
Re: New Reef Angel Owner!
I used RAGen to set up the file, but am hand coding a lot. I am going to be using the float switches as overflow warnings (since I already have an ATO).
If I don't need to include anything, how can I reference the individual switches?
If I don't need to include anything, how can I reference the individual switches?
- Sun Jan 08, 2012 2:30 pm
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
Re: New Reef Angel Owner!
Ok, I have my first two questions as I am coding!
What do I need to add in my PDE file to be able to use the float switches inside my the loop function? Also, how do I know which float valve is which when I install them?
Thanks!
What do I need to add in my PDE file to be able to use the float switches inside my the loop function? Also, how do I know which float valve is which when I install them?
Thanks!
- Thu Jan 05, 2012 8:43 am
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
Re: New Reef Angel Owner!
ok, Perfect! I'll let ya know how it goes one I get started
- Wed Jan 04, 2012 8:09 pm
- Forum: For New Members
- Topic: New Reef Angel Owner!
- Replies: 10
- Views: 6763
New Reef Angel Owner!
Hey! I just purchased a Reef Angel (bought it used) and will be purchasing the wifi attachment here in a couple weeks. The controlled hasn't arrived yet, and I am eager to start coding! I want to start using RA Gen, then modify the sections I need different. This post is more of a place to list my i...