Search found 13 matches
- Sun Jan 27, 2013 4:46 pm
- Forum: Development Libraries
- Topic: Temperature Sensor Refactor
- Replies: 6
- Views: 6133
Re: Temperature Sensor Refactor
No I hadn't seen that. I will check. Perhaps I left in a debug print that is pulling something in.
- Mon Jan 14, 2013 6:05 pm
- Forum: Development Libraries
- Topic: Temperature Sensor Refactor
- Replies: 6
- Views: 6133
Re: Temperature Sensor Refactor
I changed the definitions for T1_PROBE, etc. as well. I guess zero based counting doesn't bother me. I don't feel strongly about this though. If you would prefer T1_PROBE to be 1 and the ReefAngel.Params.Temp to have an unused slot for the sake of clarity then I am fine with that.
Mike
Mike
- Sun Jan 13, 2013 6:47 pm
- Forum: Development Libraries
- Topic: Temperature Sensor Refactor
- Replies: 6
- Views: 6133
Temperature Sensor Refactor
I've done some work to refactor and document the temperature sensor code. The changes are available in: GitHub: Pull Request : bondolo : Cleanup of DS18B20 Temperature Sensor Handling I would appreciate any review comments or suggestions. It's smaller than the original code (That's the most importan...
- Sun Jan 13, 2013 6:10 pm
- Forum: Standard
- Topic: Temperature Sensors in Wrong Order?
- Replies: 3
- Views: 2688
Re: Temperature Sensors in Wrong Order?
Yowza! That's not at all confusing. ;-p OK, I guess I have to label all of my probes.
- Sun Jan 13, 2013 4:52 pm
- Forum: Standard
- Topic: Temperature Sensors in Wrong Order?
- Replies: 3
- Views: 2688
Temperature Sensors in Wrong Order?
I've assumed that the temperature probes are ordered left to right T1 T2 T3. It seems though that on my unit they are T1 T3 T2. What is the expected order? I couldn't find answer in RA Reference 2.1.5 or RA Guide 1.1.2 Weirder question: If they are all gang wired on to a single OneWire pin how does ...
- Tue Jan 08, 2013 3:24 pm
- Forum: For New Members
- Topic: Sustaining the tank while hacking on ReefAngel
- Replies: 12
- Views: 9750
Sustaining the tank while hacking on ReefAngel
I am really enjoying hacking on my reef angel but find that my tank is left offline for extended periods of time because I have detached my head unit for reprogramming or testing. Besides buying a second RA head unit for hacking what do folks do? I've restored one of my old powerbars and currently p...
- Thu Jan 03, 2013 11:59 pm
- Forum: For New Members
- Topic: Method Definitions
- Replies: 6
- Views: 7272
Re: Method Definitions
This is useful. I will start adding dox comments to source as I edit. I've found having dox is great for projects where I don't want to have to understand the whole source to make changes.
- Wed Jan 02, 2013 11:52 pm
- Forum: Standard
- Topic: All temp sensors erroring out
- Replies: 7
- Views: 4910
Re: All temp sensors erroring out
Ok so what do I need to do in order to replace the resistor?
- Wed Jan 02, 2013 6:53 pm
- Forum: Standard
- Topic: All temp sensors erroring out
- Replies: 7
- Views: 4910
Re: All temp sensors erroring out
That's exactly what I'm going after!rossbryant1956 wrote:if you're re-factoring have it ignore that port if not plugged in...seeing "error" on the portal and on the screen is fairly irritating! Thx
- Wed Jan 02, 2013 5:00 pm
- Forum: Standard
- Topic: All temp sensors erroring out
- Replies: 7
- Views: 4910
Re: All temp sensors erroring out
Possibly. I won't attempt it unless I am certain but I am willing to consider trying. I have some experience soldering components. Meanwhile I have read about the DS12B20 temperature sensor and refactored the RA_TempSensor module. :) I would like to improve handling of error conditions and make it m...
- Wed Jan 02, 2013 3:38 pm
- Forum: Standard
- Topic: All temp sensors erroring out
- Replies: 7
- Views: 4910
All temp sensors erroring out
I just recently got a reef angel and have been playing with programming it. I ran it for the last two days on my desk and everything seemed OK. I would get occasional temp error readings a couple times a minute on random ports but nothing constant. Now I have tried to install the reef angel on my ta...
- Tue Jan 01, 2013 2:37 pm
- Forum: For New Members
- Topic: Wizard and "Lights On"
- Replies: 1
- Views: 2383
Wizard and "Lights On"
What is the trigger for "Lights On" mode?
- Sun Dec 30, 2012 10:25 pm
- Forum: How do I code ...
- Topic: Sketch with modified libraries?
- Replies: 1
- Views: 2158
Sketch with modified libraries?
I've just started playing with programming my ReefAngel and have been able to modify a sketch created by the wizard. I wanted to make some library changes but I can't figure out how to correctly add them. If I try to add the RA_NokiaLCD.cpp and RA_NokiaLCD.h to my sketch then the compile fails with ...