Search found 214 matches
- Thu Apr 05, 2018 7:30 pm
- Forum: Standard
- Topic: USB cables for replacement
- Replies: 3
- Views: 8692
Re: USB cables for replacement
what is a choke ?
- Wed Apr 04, 2018 8:04 am
- Forum: Standard
- Topic: USB cables for replacement
- Replies: 3
- Views: 8692
USB cables for replacement
Hey guys. I didn’t realize there were so many different types of usb cables. Which one do I. Need to replace some of the older original usb ? I’m still chasing this darn bus lock. It’s some how linked to salinity module. But @rimai swapped it out for me. So I’m assuming it has to be he usb connection.
- Sat Aug 26, 2017 2:27 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Here id RA_FT
GET /status/submitp.aspx?t1=788&t2=0&t3=0&ph=710&id=ecam&em=0&em1=0&rem=1&bid=1&key=&ddns=&af=0&sf=0&atohigh=0&atolow=0&r=241&ron=0&roff=255&r1=0&ron1=0&roff1=255
GET /status/submitp.aspx?t1=788&t2=0&t3=0&ph=710&id=ecam&em=0&em1=0&rem=1&bid=1&key=&ddns=&af=0&sf=0&atohigh=0&atolow=0&r=241&ron=0&roff=255&r1=0&ron1=0&roff1=255
Code: Select all
- Sat Aug 26, 2017 7:10 am
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
- Thu Aug 24, 2017 7:51 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
The regular WIFI... I fixed it and placed it on my second controller. the one that I named ecamFT. this will only work if I keep the name ecam. If I change it to ecamFT it doesn't matter and will not feed any data. it will only transmit under ecam. Either way... I can control the second controller w...
- Thu Aug 24, 2017 7:17 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Thanks for that Roberto... now here is an interesting one. I fixed the original WIFI extender. When I attach it to the controller it transmit information under ecam but doesn't transmit when I change the forum name to ecamFT. I'm probably going to change the name on the cloud wifi... but wanted to k...
- Thu Aug 24, 2017 3:34 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Hey roberto. Can you confirm if you are getting any info from
My new id. EcamFT. This would be under the old wifi not the cloud unit
My new id. EcamFT. This would be under the old wifi not the cloud unit
- Wed Aug 23, 2017 1:21 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
under attachments in wizard all I Have is RA Net... nothing about cloud
- Wed Aug 23, 2017 1:12 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
okay... so I can now upload to RA wizard using the web wizard...
there must be some initiate command I need to put on the top to activate cloud. What is that... and do I leave the
reef angel.(cam). - old wifi. still in code?
there must be some initiate command I need to put on the top to activate cloud. What is that... and do I leave the
reef angel.(cam). - old wifi. still in code?
- Wed Aug 23, 2017 12:17 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Getting this error on the code generated... Compiling code for RA_PLUS board firmware.ino:29:26: error: 'MQTTServer' was not declared in this scope PubSubClient CloudClient(MQTTServer, MQTTPORT, mqttcallback, mqttclient); ^ firmware.ino:29:38: error: 'MQTTPORT' was not declared in this scope PubSub...
- Wed Aug 23, 2017 12:04 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Thanks for the continued patience and guidance on this Roberto!!!!!!!!!!
- Wed Aug 23, 2017 12:03 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
my current code #include <Salinity.h> #include <Relay.h> #include <RA_ATO.h> #include <RF.h> #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC.h> #include <InternalEEPROM.h> #include <RA_NokiaLCD.h> ...
- Wed Aug 23, 2017 12:02 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
code generated by wizard #include <SPI.h> #include <WiFi101.h> #include <PubSubClient.h> #include <RA_CustomSettings.h> //char ssid[32]; //char pass[32]; //char username[16]; //char password[16]; unsigned long client_timeout = millis(); unsigned long wifi_connection = millis(); unsigned long serial_...
- Wed Aug 23, 2017 12:01 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Getting this error on the code generated... Compiling code for RA_PLUS board firmware.ino:29:26: error: 'MQTTServer' was not declared in this scope PubSubClient CloudClient(MQTTServer, MQTTPORT, mqttcallback, mqttclient); ^ firmware.ino:29:38: error: 'MQTTPORT' was not declared in this scope PubSubC...
- Wed Aug 23, 2017 11:09 am
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Here is what I did... I used rev 2.0... I connected reef angel and followed steps with reef angel wifi and got the light blinking cyan,... that was easy as heck... np easy to follow. after that all hell breaks loose.... uploading code to RA controller - following those steps I select WIFI attachment...
- Wed Aug 23, 2017 5:10 am
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
So i got the something to work....
code was succesfully uploaded. but it gets stuck on attempting to upload code to RA_Cloud on local prt COM 5 (my correct port).
I am using manual 2.0
code was succesfully uploaded. but it gets stuck on attempting to upload code to RA_Cloud on local prt COM 5 (my correct port).
I am using manual 2.0
- Wed Aug 23, 2017 4:57 am
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
ecam for CLoud wifi yes.......
how do I enable Cloud WIFI.... I followed all the instructions on 2.0 manual and for coad upload it says to select Cloud wifi Attachment. However the port is not shown.. so I do not have an upload button.
Should I be select the RA unit to upload that code?
how do I enable Cloud WIFI.... I followed all the instructions on 2.0 manual and for coad upload it says to select Cloud wifi Attachment. However the port is not shown.. so I do not have an upload button.
Should I be select the RA unit to upload that code?
- Tue Aug 22, 2017 9:36 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Okay. I've changed the portal password at least 3x already. I'm still not getting any data on the uapp browser.
Any thoughts.
The user name and password is correct
Any thoughts.
The user name and password is correct
- Tue Aug 22, 2017 9:06 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
yes the one that is registering is the WIFI cloud. that one is running now. only question I have is what app do I need to download on an android phone to get the uapp working. to display on my tablet. or is this old meant for web browser also the data is not showing on the uapp web browser says conn...
- Tue Aug 22, 2017 7:57 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
I did reset the password but not the user name. How do I reset the user name on the WIFI attachment?
- Tue Aug 22, 2017 7:14 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
Do I need to have to different user names for each one?
- Tue Aug 22, 2017 7:11 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
Re: WIFI Cloud and WIFI Attachment on 2 RA plusses
then I'm not getting any outlet data from the RA with wifi attachment
and the other RA with Cloud is just saying connected but no data displayed.
any guidance will be appreciated
and the other RA with Cloud is just saying connected but no data displayed.
any guidance will be appreciated
- Tue Aug 22, 2017 6:29 pm
- Forum: Addons
- Topic: WIFI Cloud and WIFI Attachment on 2 RA plusses
- Replies: 79
- Views: 46764
WIFI Cloud and WIFI Attachment on 2 RA plusses
I have to reef angels. One is setup with the new cloud attachment and the other is using my old WIFI attachment. Both are connected but not sure any data. Is the Cloud using port 2000 to transmit? Since its not need port forwarding I thought I didn't need to change the port. If I do need to change t...
- Fri Jul 28, 2017 6:24 pm
- Forum: Standard
- Topic: switching from reef angel plus to reef angel
- Replies: 2
- Views: 3466
switching from reef angel plus to reef angel
need to do this to trouble shoot my RA. but im getting that the final code is too large... what do i need to trim to make this work on my reef angel #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS1307RTC....
- Tue Jul 25, 2017 3:20 pm
- Forum: Standard
- Topic: Reef angel plus wont upload code
- Replies: 12
- Views: 9638
Re: Reef angel plus wont upload code
It won't upload the driver. It just sits on that and if I bypass it. It won't recognize anything com port at all. It just grayed out
- Tue Jul 25, 2017 2:53 pm
- Forum: Standard
- Topic: Reef angel plus wont upload code
- Replies: 12
- Views: 9638
Re: Reef angel plus wont upload code
How would I choose the wrong board. its always been set to reef angel plus.... and the cord works fine on that setting with my Display reef angel. Like said.... I found the a ttl cord laying around (from the previous owner). so I figured I didn't need to keep swapping cords... so plugged in the new ...
- Tue Jul 25, 2017 1:57 pm
- Forum: Standard
- Topic: Reef angel plus wont upload code
- Replies: 12
- Views: 9638
Re: Reef angel plus wont upload code
Can I please get any guidance on this from the guru. I have a calcium reactor that really needs to be under ph control. But I can't update any code. I'm concerned about wiping out and re installing because the install on my other computers refuse to recognize or install the driver for the time cord
- Fri Jul 21, 2017 9:46 am
- Forum: Standard
- Topic: Reef angel plus wont upload code
- Replies: 12
- Views: 9638
Re: Reef angel plus wont upload code
That is what started everything. I used the spare one that I found and it attached as com 3.... and then started doing this stuff. When I try to use the cord I've been using the all time for both controllers. COM3 doesn't work at all (never did) COM5 gives me that error posted. I uploaded to the RAp...
- Fri Jul 21, 2017 3:57 am
- Forum: Standard
- Topic: Reef angel plus wont upload code
- Replies: 12
- Views: 9638
Re: Reef angel plus wont upload code
So i power cycled.... rebooted.... confirmed the com 5 is correct..... to no avail
it dies at receiving that last line 60. has to mean something. Im getting ready to go on vacation and i need this new upload to maintain tank.
Can anyone please help me on this......
it dies at receiving that last line 60. has to mean something. Im getting ready to go on vacation and i need this new upload to maintain tank.
Can anyone please help me on this......
- Thu Jul 20, 2017 3:35 am
- Forum: Standard
- Topic: Reef angel plus wont upload code
- Replies: 12
- Views: 9638
Re: Reef angel plus wont upload code
Hey curt.
I did those steps already. Same thing happens for the last few days.
I did those steps already. Same thing happens for the last few days.