Wifi firmware update problem

Expansion modules and attachments
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

It's probably that you are trying to use the old ftp server.
The new one is rn.microchip.com, which resolves to 198.175.253.161.
use this command to update the ftp address:
set f a 198.175.253.161
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Re: Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:It's probably that you are trying to use the old ftp server.
The new one is rn.microchip.com, which resolves to 198.175.253.161.
use this command to update the ftp address:
set f a 198.175.253.161
Thanks - will give it a shot ;)
Image
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Re: Wifi firmware update problem

Post by Poiromaniax »

I did what you suggested
Screen Shot 2013-05-02 at 8.14.31 AM.png
Screen Shot 2013-05-02 at 8.14.31 AM.png (147.74 KiB) Viewed 4448 times
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

Give it another shot...
The first 2 looks like the wifi wasn't connected...
The AUTH-ERR shown in the log tells that the wifi was not connected properly.
The 3rd one was issued mid way into the authentication process.
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Re: Wifi firmware update problem

Post by Poiromaniax »

Thanks roberto, seems to have mostly fixed it.

Now i am getting this when i try run "ftp update wifly3-400.mif"
Screen Shot 2013-05-03 at 12.02.42 AM.png
Screen Shot 2013-05-03 at 12.02.42 AM.png (122 KiB) Viewed 4417 times
Image
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Wifi firmware update problem

Post by Poiromaniax »

Bump
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

After you do the 1st ftp u for the .img file, you must save and reboot then do the 2nd ftp u with the .mif file.
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:After you do the 1st ftp u for the .img file, you must save and reboot then do the 2nd ftp u with the .mif file.
Thanks :) can I ask what is the command for save and reboot?

Is it just "save" and "reboot"?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

yeap :)
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Re: Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:yeap :)
I have succesfully performed the updates and using the graphical wifi utility (mac) have connected to my network.


However, after connecting the wifi unit back to my reefangel and trying to browse to it in my web browser (192.168.0.15:2000/wifi) i get a message saying "no data received"

I can ping the unit and have confirmed it is on the network through the router monitoring tools. i feel like it needs the reefangel software/firmware installed on it?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

Did you check wifi attachment when generating the code?
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:Did you check wifi attachment when generating the code?
Lights were flashing on it. Yellow I think
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

Ok, but does your code have wifi stuff?
You must either check mark wifi attachment on the wizard when generating or add it later.
Can you post your code?
Roberto.
Poiromaniax
Posts: 180
Joined: Thu Apr 05, 2012 6:20 am
Location: JHB, South Africa

Wifi firmware update problem

Post by Poiromaniax »

rimai wrote:Ok, but does your code have wifi stuff?
You must either check mark wifi attachment on the wizard when generating or add it later.
Can you post your code?
My code should have wifi....

Edit - Attached codes
Attachments
Memory.ino
(1.15 KiB) Downloaded 331 times
Binder_Homescreen.ino
Main Code
(4.71 KiB) Downloaded 328 times
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wifi firmware update problem

Post by rimai »

I don't see wifi stuff in there.
Make sure to add this right above ShowInterface();

Code: Select all

ReefAngel.Portal("Poiromaniax");
Roberto.
Post Reply