New RA software with a old RA Gen 1 Relay box
Posted: Tue Dec 11, 2012 1:39 pm
I just bought a used Reef Angel controller which did not come with any documentation. After reading various posts in the Reef Angel forum and a few of the user manuals, I believe I have purchased a standard Reef Angel (not the plus) with a generation 1 relay box. I have been able to get the equipment setup correctly and it powers up and I can see the ports and temperature on the status display but I have not been able to upload the preloaded code. I have tried to use a Windows 7 and a Ubuntu 10.04 machine, but I receive different errors in each operating system.
I have a few general questions….
1. Is there a document or post that describes what version of Reef Angel hardware is compatible with each version of the Arduino software? For example, my problem may be that a generation 1 Reef Angel cannot run Arduino version 1.0.1 under Ubuntu 10.04.
2. Are there diagnostic utilities available that I can run against the Reef Angel hardware to make sure it is working properly?
3. Is there a command that will display the current settings that are configured in the Reef Angel hardware? For example, is there a command that will show me how much memory is actually available for use?
4. Are there firmware updates to the Reef Angel required?
Sorry if these are silly questions, but I only have 1 day of experience with this controller and any assistance you can provide will be appreciated.
My current and most pressing issue is…
In Ubuntu 10.04 and Arduino 1.0.1, I have not been able to setup the COM port correctly so I receive the error “Serial port ‘COM1’ not found. Did you select the right one from the Tools > Serial Port menu? I know it needs to be changed to COM5 but the Arduino --> Tools --> Serial Port is grayed out so I cannot select the correct port.
I found a post named “Arduino on Linux” that I believe will address the issue but I am not exactly sure how to implement it.
agentgreen suggested the following solution in the post...
If you are trying to run arduino as your normal login user and not root, you probably will notice the Serial Port option is grayed out. This is due to permissions on the device.
Plug up the usb-ttl cable, sudo to root and run ls -l /dev/ttyUSB0:
ag@aglaptop:~/ReefAngel$ sudo ls -l /dev/ttyUSB0
[sudo] password for ag:
crw-rw---- 1 root dialout 188, 0 Sep 20 08:25 /dev/ttyUSB0
You'll see my device is in the dialout group. So just add your normal login user (in my case ag) to the dialout group, reboot or logout/login and now you should have access to change the Serial Port.
I am having difficulty applying his suggestion on my computer.
Any assistance you can provide will be appreciated.
Thanks,
John
I have a few general questions….
1. Is there a document or post that describes what version of Reef Angel hardware is compatible with each version of the Arduino software? For example, my problem may be that a generation 1 Reef Angel cannot run Arduino version 1.0.1 under Ubuntu 10.04.
2. Are there diagnostic utilities available that I can run against the Reef Angel hardware to make sure it is working properly?
3. Is there a command that will display the current settings that are configured in the Reef Angel hardware? For example, is there a command that will show me how much memory is actually available for use?
4. Are there firmware updates to the Reef Angel required?
Sorry if these are silly questions, but I only have 1 day of experience with this controller and any assistance you can provide will be appreciated.
My current and most pressing issue is…
In Ubuntu 10.04 and Arduino 1.0.1, I have not been able to setup the COM port correctly so I receive the error “Serial port ‘COM1’ not found. Did you select the right one from the Tools > Serial Port menu? I know it needs to be changed to COM5 but the Arduino --> Tools --> Serial Port is grayed out so I cannot select the correct port.
I found a post named “Arduino on Linux” that I believe will address the issue but I am not exactly sure how to implement it.
agentgreen suggested the following solution in the post...
If you are trying to run arduino as your normal login user and not root, you probably will notice the Serial Port option is grayed out. This is due to permissions on the device.
Plug up the usb-ttl cable, sudo to root and run ls -l /dev/ttyUSB0:
ag@aglaptop:~/ReefAngel$ sudo ls -l /dev/ttyUSB0
[sudo] password for ag:
crw-rw---- 1 root dialout 188, 0 Sep 20 08:25 /dev/ttyUSB0
You'll see my device is in the dialout group. So just add your normal login user (in my case ag) to the dialout group, reboot or logout/login and now you should have access to change the Serial Port.
I am having difficulty applying his suggestion on my computer.
Any assistance you can provide will be appreciated.
Thanks,
John