Page 1 of 1

Trouble with getting started

Posted: Thu Apr 05, 2012 4:08 pm
by bartleby
I have looked around, and have not yet found the answer to what I have going on.

I am new to the reef angel and new to programming at any level. The reef angel is working just fine on the preloaded code, and it appears to communicate with my computer.

However, I cannot currently progress beyond that. I have tried to use RAGen (I have already run RA update utility) to generate the internal memory values .ino file, but when I go to the Arduino program to verify it before uploading, I get an error message saying there was an "error compiling" The pane that shows what is wrong says (and I wish I could cut and paste it) among other related things: "RA_NokiaLCD.cpp:1318:error 'class TwoWire' has no member named 'read'"

It does not seem to matter whether I am doing the verify while attached to the powered RA. If I am supposed to be hooked to the RA, should the RA be plugged in to power?

Re: Trouble with getting started

Posted: Thu Apr 05, 2012 4:29 pm
by rimai
I think you downloaded a previous version of installer/libraries at one point, which caused some mismatch.
My suggestion is:
Uninstall the Reef Angel Installer you currently have
Rename the libraries folder to librariesold - It's located at "\Documents\Arduino\libraries"
Download the new installer from http://www.reefangel.com/Download.ashx
Install it again

Re: Trouble with getting started

Posted: Thu Apr 05, 2012 5:25 pm
by bartleby
Yep. That solved it.

I had uninstalled it and reinstalled a fresh copy last night, but did not think to rename the libraries folder in between.

The Internal memory code verifies fine now. I'll see if I can upload it when I get home tonight.

Thanks!