Page 1 of 3

Wifi will not connect after firmware update

Posted: Wed May 14, 2014 5:35 pm
by rimai
If you performed a wifi firmware update and the module does not connect anymore to your wifi network, it is because the manufacturer released a firmware that corrupts some settings that we use.
To restore the settings again, you will need to use tera term.
http://ttssh2.sourceforge.jp/index.html.en
After installing tera term, download the zip file:
wifi attachment no ftp.zip
(668 Bytes) Downloaded 995 times
You need to decompress the zip file.
Open the .ttl file in notepad or any other text editor.
Change the SSID and passphrase.
Save the file.
Use Tera Term and go to menu Control->Macro
Browse to the .ttl file you just edited.
It should configure the module at the end of the process.
If you don't get anything in the screen, you will need to change the baud rate before you open the .ttl file.
Go to menu Setup->Serial port and choose 57600 baud and then go to menu Control->Macro to open the .ttl file.

Re: Wifi will not connect after firmware update

Posted: Tue Aug 12, 2014 7:13 pm
by ganjero
I was pulling my hair... is there a solution for mac users?

Re: Wifi will not connect after firmware update

Posted: Wed Aug 13, 2014 6:42 am
by binder
ganjero wrote:I was pulling my hair... is there a solution for mac users?
what are you using for the terminal program? are you using coolterm?


Sent from my iPad mini

Re: Wifi will not connect after firmware update

Posted: Wed Aug 13, 2014 10:57 am
by ganjero
When running the macro it keeps looping. It keeps showing "Start WiFly Module Configuration" when you click ok it starts again.

Re: Wifi will not connect after firmware update

Posted: Wed Aug 13, 2014 11:15 am
by rimai
Doing it once is enough.

Re: Wifi will not connect after firmware update

Posted: Wed Oct 01, 2014 7:40 pm
by oscarinw
VeraTerm is giving me a "wifi attachment no ftp.ttl:25:wait" on a dialogue box with pause and End options. This happens right after I run the macro.
I tried all 3 setup forms in the manual as well as this and nothing seems to be able to configure the attachment.
The wifi utility connects to the attachment on COM4 and then when I type the SSID and pass, it gives me an "Error, disconnect and try again" message. Method 2 of setup gave me a status 1803 (maybe 8103) message on the console. My attachment was stored for about 3 weeks and now this is happening. Working perfectly before this.
Do you have any ideas?

Re: Wifi will not connect after firmware update

Posted: Wed Oct 01, 2014 8:50 pm
by rimai
Is it blinking blue?

Re: Wifi will not connect after firmware update

Posted: Thu Oct 02, 2014 6:26 pm
by oscarinw
It blinks blue twice per green blink. When the wifi utility connects first the pattern is altered for a bit...

Re: Wifi will not connect after firmware update

Posted: Thu Oct 02, 2014 9:06 pm
by rimai
Ok, so it is definitely not connected to the wifi network.
Are you sure there is not another window to click "Ok"?

Re: Wifi will not connect after firmware update

Posted: Fri Oct 03, 2014 7:41 am
by oscarinw
I saw the window on VeraTerm before. That is the one telling me But that's the one that reads "wifi attachment no ftp.ttl:25:wait". End and Pause are the only options there. Baud rate was changed to 57600 and there is an OK button on that window. However, that's the 'Setup -> Serial Port' window.

Re: Wifi will not connect after firmware update

Posted: Fri Oct 03, 2014 8:09 am
by rimai
And you tried this with both 9600 (default) and 57600 baud, correct?
Can you post what you get in Tera Term window for both speeds?

Re: Wifi will not connect after firmware update

Posted: Fri Oct 03, 2014 1:35 pm
by oscarinw
rimai wrote:And you tried this with both 9600 (default) and 57600 baud, correct?
I hadn't until now and ISSUE IS SOLVED.

This was my mistake (for informational purposes):

1. I updated firmware and then was trying every method for connection with no results.
2. I tried then to revert firmware via Macro suggested by 'Rimai' but was automatically changing to baud rate of 57600 (I thought I was supposed to do that)
3. Tried with default Baud of 9600 and it worked! Blue flashing stopped.
4. Ran the wifi utility again and it's connected!

Thanks for your patience with me

Re: Wifi will not connect after firmware update

Posted: Sat Feb 28, 2015 8:32 pm
by emict326
I am having the same problem have down loaded everything wanting to make sure that I change the ssid to my one at home and the pass to my password at home for the wifi

Re: Wifi will not connect after firmware update

Posted: Mon Apr 06, 2015 7:53 am
by ganjero
Does this procedure downgrade fix the issue so the WiFI attachment works again with the Wifi Utility? or is it simply to updated you WiFI information?
I did this in my previous home and got it working. I just moved and was going to update the info but the WiFi utility still doe snot connect to the attachment.

Thanks

Re: Wifi will not connect after firmware update

Posted: Mon Apr 06, 2015 9:27 am
by rimai
This is unrelated to the wifi utility. It should connect regardless of upgrade or not.

Re: Wifi will not connect after firmware update

Posted: Mon Apr 06, 2015 10:21 am
by ganjero
My wifi utility gives me an error, It says unable to connect additional updates required please see below. There is nothing below.

Re: Wifi will not connect after firmware update

Posted: Mon Apr 06, 2015 11:30 am
by rimai

Re: Wifi will not connect after firmware update

Posted: Tue Apr 07, 2015 11:37 am
by ganjero
That fixed my issue, thank you. Now I have to try to get the port forwarding setup in the crappy Router brighthouse gave me.

Re: Wifi will not connect after firmware update

Posted: Tue Aug 18, 2015 8:49 am
by lurch
Im trying this but I dont see were to change the SSID and passphrase in the programx=0
while x<>121

messagebox 'Start WiFly module configuration' 'Webscan Config Program'

;this macro all sent with 5 msec character delay
timeout=10
send '$$$'
wait 'CMD'
sendln 'factory RESET'
wait 'Set Factory Defaults'

sendln 'reboot'
wait '*READY*'

;----------------------------------------
; Begin user settings


send '$$$'
wait 'CMD'
sendln 'set ftp address 198.175.253.161'
wait'AOK'
sendln 'save'
wait 'config'
sendln 'set wlan ssid testing'
wait 'AOK'
sendln 'set wlan pass a01b02c03d'
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 198.171.134.6'
wait 'AOK'
sendln 'set i r 80'
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'


;inputbox 'Configure another module (y/n)' 'WiFly Config Program'

; convert inputstr to ASCII int value
; str2code x inputstr

endwhile

Re: Wifi will not connect after firmware update

Posted: Tue Aug 18, 2015 9:37 am
by rimai
sendln 'set wlan ssid testing'
sendln 'set wlan pass a01b02c03d'

Re: Wifi will not connect after firmware update

Posted: Tue Aug 18, 2015 2:12 pm
by lurch
so is this the way it should look if my wifi name is centurylink and no password
sendln 'centurylink'
sendln ' '

Re: Wifi will not connect after firmware update

Posted: Thu Aug 20, 2015 4:32 pm
by lurch
Can someone confirm this is the right way to input program

Re: Wifi will not connect after firmware update

Posted: Mon Aug 24, 2015 5:45 pm
by lurch
Is there anyone that checks this forum?

Re: Wifi will not connect after firmware update

Posted: Mon Aug 24, 2015 6:07 pm
by binder
lurch wrote:so is this the way it should look if my wifi name is centurylink and no password
sendln 'centurylink'
sendln ' '
no, this is not correct. in the previous post, Roberto gave the commands to issue the wifi name and password.

Code: Select all

 
sendln 'set wlan ssid centurylink'
sendln 'set wlan pass ' 

I'm not positive about the no password though. I would have to look at the manual again.

Sent from my Moto X

Re: Wifi will not connect after firmware update

Posted: Tue Aug 25, 2015 4:00 pm
by lurch
Thank you for your help. Do you have a link to the manual?

Re: Wifi will not connect after firmware update

Posted: Tue Aug 25, 2015 8:24 pm
by binder
lurch wrote:Thank you for your help. Do you have a link to the manual?
no. it is on the roving network (www.rovingnetworks.com) website.
i just looked at the manual and it does not appear to allow for empty or no passphrase. you will need to change the encryption to be none or open and not use wpa2 if you do not want a passphrase. I have not played around with no passphrase to know the answer for you and that example is not in the manual.


Sent from my iPad mini

Re: Wifi will not connect after firmware update

Posted: Sun Sep 06, 2015 9:08 pm
by clw143
Is there something we can do prior to going to 1.1.1 so this issue wont occur?

Re: Wifi will not connect after firmware update

Posted: Wed Dec 30, 2015 7:40 am
by fit
I am trying to understand this so I am going to ask two questions that may seem extremely basic:

Why are all new WiFi adapters not sent with this already configured? Roberto just told me to do this procedure on a recently purchased, brand new WiFi adapter?

What is the purpose of changing the ttl file so that it has the correct SSID and password if I am going to run the WiFi Wizard after runing this Macro?

Re: Wifi will not connect after firmware update

Posted: Wed Dec 30, 2015 11:15 am
by rimai
If you run the macro, you don't need to use the wifi utility anymore. It should be already configured.

Re: Wifi will not connect after firmware update

Posted: Wed Dec 30, 2015 1:04 pm
by fit
Thanks. And why are the WiFi adapters shipped without this Macro run on them please?