Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Arduino WiFi shield issue

Status
Not open for further replies.

nahidalam

Junior Member level 3
Joined
Apr 27, 2011
Messages
27
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,522
Hi All,

I got the following wifi shield connected with UNO R3. The wifi shield I have has AT32UC3A1512-U Atmel chip.
https://www.makershed.com/Arduino_WiFi_Shield_p/mksp18.htm

The wifi connection is not persistent. The connection goes on & off.

I am using the following library for building a WebSocket client:
https://github.com/krohling/ArduinoPusherClient
The client worked fine on Ethernet. But with WiFi, client.connected() is returning false after couple of seconds.


So I started following this guide to upgrade the firmwarehttp://arduino.cc/en/Hacking/WiFiShieldFirmwareUpgrading
As I have AT32UC3A1512-U in the Wifi shield, I tried both AT32UC3A1512 and AT32UC3A1512-U in the batchisp command. But I get error "ERROR: no argument found. Type batchisp -h for help"

batchisp.exe -device AT32UC3A1512 -hardware usb -operation erase f memory flash blankcheck loadbuffer /Arduino/hardware/arduino/firmware/wifishield/binary/wifi_dnld.elf program verify start reset 0


Any suggestion?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top