Trying to understand how to without a device

Do you have a question on how to do something.
Ask in here.
Post Reply
g6gang
Posts: 26
Joined: Thu Oct 16, 2014 1:35 pm

Trying to understand how to without a device

Post by g6gang »

I am in the 'what controller' do I buy mode and really interested in the Reef Angel. But it is not clear how to do certain things and if I need any extras modules. So keeping in mind basic package (ph probe, temp probe)

Can I write some code to show on the head unit:

- Todays Hi / Lo / Avg Temp
- Todays Hi / Lo / Avg PH
- 7 day Hi / Lo / Avg Temp (x #days for that matter)
- 7 day Hi / Lo / Avg PH

Also how can I log daily/hourly readings for PH/Temp? Does the head unit have enough memory to store x hrs of PH readings or do i need to have a computer hooked up all the time or frequently? This part is really confusing me. Part of me feels like I need to buy the WiFi module if I want to do any real logging over an extended period of time

Where can i find the 'programmers guide' to this?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Trying to understand how to without a device

Post by rimai »

Yes, you can write code to do exactly what you are saying.
There are 2 chips of eeprom memory that you can use to store stuff, but you would have to code it too.
I think the easiest is to just use the chart in the portal. You would need the wifi attachment though.
Roberto.
g6gang
Posts: 26
Joined: Thu Oct 16, 2014 1:35 pm

Re: Trying to understand how to without a device

Post by g6gang »

Awesome

Besides sample code I see here, where do I find a general programmers guide to describe syntax, apis , etc?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Trying to understand how to without a device

Post by rimai »

This is the api for the internal webserver:
http://forum.reefangel.com/viewtopic.php?f=7&t=1541
The syntax of the code is just like C++.
You can get a doxygen dump from our libraries in here:
http://www.easte.net/ra/html
Roberto.
Post Reply