Search found 9 matches
- Sat May 06, 2017 12:20 am
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Re: Web wizard
I am happy to report that it now generates with the time schedules. Also, I have my cloud wifi lit blue now, but for some reason I cannot see it in the portal or in the uapp
- Sat May 06, 2017 12:00 am
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Re: Web wizard
Ok, so i got the web wizard to work by figuring out the correct com port, but the wifi still is not connecting to network. After i upload code to cloud wifi should the indicator light blue? Mine is a slow blink green
- Fri May 05, 2017 11:15 pm
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Re: Web wizard
port 3, 12:00pm -9:00pm and port 4, 1:00pm - 9:00pm This code below is the one I have always used and works great, I just want to add my new cloud wifi. Is there a way I can just add it into the sketch? #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #incl...
- Fri May 05, 2017 10:59 pm
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Re: Web wizard
ok, so both ports 3 & 4 the ones causing the code not to generate. they were both time schedule. once I changed the function to always on, the code generated. But once I go to upload the code, it takes a long time, than gives an upload timeout error.
- Fri May 05, 2017 7:44 pm
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Re: Web wizard
Whats weird is that if I change all 8 ports to not used, it will than generate a normal looking code: #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_Nok...
- Fri May 05, 2017 7:39 pm
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Re: Web wizard
I tried it in Firefox, Chrome, and microsoft edge, and still get the same result. This is the code it generates:
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
- Fri May 05, 2017 3:11 pm
- Forum: Standard
- Topic: Web wizard
- Replies: 12
- Views: 8825
Web wizard
I have switched over to using the web wizard, but i am having problems. When trying to generate a code, once i have programmed everything, i go to hit generate and all it gives me is a blank code. If i try to upload this, the controller has a blacked out screen. The reason for me using web wizard in...
- Wed Jun 29, 2016 5:22 am
- Forum: Addons
- Topic: Water level sensor problems
- Replies: 7
- Views: 8294
Re: Water level sensor problems
Ok I will give this a shot.
Forgive me for being a complete rookie at programming, but if I'm using the wizard to generate my code, where would I add the change that you suggested? I'm guessing inside of the // for custom code , correct?
Forgive me for being a complete rookie at programming, but if I'm using the wizard to generate my code, where would I add the change that you suggested? I'm guessing inside of the // for custom code , correct?
- Tue Jun 21, 2016 8:48 pm
- Forum: Addons
- Topic: Water level sensor problems
- Replies: 7
- Views: 8294
Water level sensor problems
Hi all, I've been using my reef angel for a few months now, which I am very impressed with. One problem I have been experiencing is with using my water level for my ATO. I get random ATO timeouts, and it will occur when the ATO pump has not ran for the timeout period. I also get the red led to light...