Problem with Reef Angel - Screen or Controller
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Problem with Reef Angel - Screen or Controller
Hi,
I have some problems with the screen or controller of ReefAngel. Following some pictures:
I tried changing pde and reload it ... reboot the device several times .... disconnect and reconnect temperature sensors....but nothing to be done each time a different problem makes it unusable ...
What happened? any suggestions?
Thanks Paride
I have some problems with the screen or controller of ReefAngel. Following some pictures:
I tried changing pde and reload it ... reboot the device several times .... disconnect and reconnect temperature sensors....but nothing to be done each time a different problem makes it unusable ...
What happened? any suggestions?
Thanks Paride
Re: Problem with Reef Angel - Screen or Controller
Do you have problems when you have no temperature probes connected too?
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
When the temperature probes aren't connect the screen appears as in Figure 2012-02-27 22.12.48.jpg (Temp 0.0, Canopy Temp Error, Ambient Temp Error)
Re: Problem with Reef Angel - Screen or Controller
Actually, can you reboot the controller while there is no probes connected and let me know if there is any problems?
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
I reboot without probes connected. The screen remains as previously described in Figure 2012-02-27 22.12.48.jpg
Re: Problem with Reef Angel - Screen or Controller
There is nothing wrong on that picture.
Now, plug one probe and reboot.
What happens?
Now, plug one probe and reboot.
What happens?
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
I reboot with one probe connected. After few seconds some noise from relay box and the screen appear like in figure 1.
Re: Problem with Reef Angel - Screen or Controller
Does it do the same thing if you use a diffrerent probe too?
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
Yes, I use different probes and I try to connect in different connectors.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
sure...this is the last version. I'm working on it to simplify because I think the problem could be in the pde
Re: Problem with Reef Angel - Screen or Controller
Try changing this:
To this:
Does it make any difference?
Code: Select all
char text[7];
Code: Select all
char text[10];
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
something should be changed...
Temp 1 seems to be working properly. The visualization is correct.
I switch off, connect the second probe, switch on...Temp 2 is "-2027.-"
Temp 1 seems to be working properly. The visualization is correct.
I switch off, connect the second probe, switch on...Temp 2 is "-2027.-"
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
after a reboot the problem has reappeared even on temp 1
Re: Problem with Reef Angel - Screen or Controller
Has it worked in the past?
Does this problem also happen with a simple code on the standard main screen?
Try loading this:
Does it do the same thing?
Does this problem also happen with a simple code on the standard main screen?
Try loading this:
Code: Select all
#include <ReefAngel_Features.h>
#include <ReefAngel_Globals.h>
#include <Wire.h>
#include <OneWire.h>
#include <Time.h>
#include <DS1307RTC.h>
#include <ReefAngel_EEPROM.h>
#include <ReefAngel_NokiaLCD.h>
#include <ReefAngel_Joystick.h>
#include <ReefAngel_LED.h>
#include <ReefAngel_ATO.h>
#include <ReefAngel_TempSensor.h>
#include <ReefAngel_Wifi.h>
#include <ReefAngel_Relay.h>
#include <ReefAngel_PWM.h>
#include <ReefAngel_Timer.h>
#include <ReefAngel_Memory.h>
#include <ReefAngel.h>
#include <ReefAngel_Colors.h>
#include <ReefAngel_CustomColors.h>
void setup()
{
ReefAngel.Init(); //Initialize controller
}
void loop()
{
ReefAngel.ShowInterface();
}
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
the system has always had some little problem, but I always thought of a programming error code.
a similar problem with preloaded code. Some strange number on the screen in correspondence to temperature. Following the pics:
now I try with your last code.
a similar problem with preloaded code. Some strange number on the screen in correspondence to temperature. Following the pics:
now I try with your last code.
Re: Problem with Reef Angel - Screen or Controller
Does it happen right away when you boot up the controller?
Roberto.
-
- Posts: 10
- Joined: Mon Feb 27, 2012 1:37 pm
Re: Problem with Reef Angel - Screen or Controller
I try with your last code.
Unfortunately the problem remains:
Unfortunately the problem remains: