New Reef Angel User

New members questions
Post Reply
Henkie
Posts: 8
Joined: Sun May 27, 2018 12:20 pm

Re: New Reef Angel User

Post by Henkie »

How do I go about fixing that? That is the username of the previous owner
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: New Reef Angel User

Post by rimai »

You need to upload your own code to the controller.
Roberto.
Henkie
Posts: 8
Joined: Sun May 27, 2018 12:20 pm

Re: New Reef Angel User

Post by Henkie »

Every time I try to upload my own web wizard generated code I get the same messeage as on the first page “error uploading”
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: New Reef Angel User

Post by rimai »

That board may be bad. We know your usbttl cable is good otherwise you wouldn't be able to program the wifi attachment
Roberto.
89delta
Posts: 163
Joined: Mon Oct 15, 2012 7:21 pm
Location: Leesburg, GA

Re: New Reef Angel User

Post by 89delta »

Is mine correct?

send '$$$'
wait 'CMD'
sendln 'set ftp address 198.175.253.161'
wait'AOK'
sendln 'save'
wait 'config'
sendln 'set wlan ssid Gundel'
wait 'AOK'
sendln 'set wlan pass *****'
wait 'AOK'
sendln 'set option deviceid ReefAngelWifi'
wait 'AOK'
sendln 'set w j 1'
wait 'AOK'
sendln 'set c c 0'
wait 'AOK'
sendln 'set c r 0'
wait 'AOK'
sendln 'set c o 0'
wait 'AOK'
sendln 'set i d 1'
wait 'AOK'
sendln 'set c i 3'
wait 'AOK'
sendln 'set dns name www.reefangel.com'
wait 'AOK'
sendln 'set i h 192.168.0.16'
wait 'AOK'
sendln 'set i r 2000'
wait 'AOK'
sendln 'set i f 0x06'
wait 'AOK'
sendln 'set s t 0x10'
wait 'AOK'
sendln 'set u m 2'
wait 'AOK'
sendln 'set i p 2'
wait 'AOK'
sendln 'set u b 57600'
wait 'AOK'
sendln 'set s p 0'
wait 'AOK'
sendln 'set c s 1420'
wait 'AOK'

sendln 'save'
wait 'config'

sendln 'save user'
wait 'user'

sendln'reboot'
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: New Reef Angel User

Post by rimai »

No. You shouldn't change the host line.
It's where our server ip address is.
Make sure it is:

Code: Select all

sendln 'set i h 104.36.18.155'
Roberto.
89delta
Posts: 163
Joined: Mon Oct 15, 2012 7:21 pm
Location: Leesburg, GA

Re: New Reef Angel User

Post by 89delta »

Ok thanks.

Sent from my SM-N920T using Tapatalk
Henkie
Posts: 8
Joined: Sun May 27, 2018 12:20 pm

Re: New Reef Angel User

Post by Henkie »

rimai wrote:That board may be bad. We know your usbttl cable is good otherwise you wouldn't be able to program the wifi attachment
How would i go about determining whether the board is bad?
Post Reply