Forum >UPgrade WiDo WiFi firmware
UPgrade WiDo WiFi firmware

Hi,
I have a WiDo board.
I try to upgrade the WiFI firmware to v1.14 by using this tutomake_clickable_callback(MAGIC_URL_FULL, ' ', 'https://learn.adafruit.com/adafruit-cc3000-wifi/firmware-upgrades', '', ' class="postlink"') and Arduino IDE 1.0.6 but I have the sketch size error (too big).
Regards,
I have a WiDo board.
I try to upgrade the WiFI firmware to v1.14 by using this tutomake_clickable_callback(MAGIC_URL_FULL, ' ', 'https://learn.adafruit.com/adafruit-cc3000-wifi/firmware-upgrades', '', ' class="postlink"') and Arduino IDE 1.0.6 but I have the sketch size error (too big).
Regards,
2016-11-23 22:03:37 Hello,
The ATmega32U4 chip on the board has only 32 Kb of program code, which isn't very much (and 4 Kb is used by the bootloader). According to the error in the IDE, your code is about 30k, so you cant upload successfully. Maybe you need to rewrite your code.
Sorry, this problem I cant help you much. I will give a feedback to our team, hope there will be a big update later.
Wendy.Hu
The ATmega32U4 chip on the board has only 32 Kb of program code, which isn't very much (and 4 Kb is used by the bootloader). According to the error in the IDE, your code is about 30k, so you cant upload successfully. Maybe you need to rewrite your code.
Sorry, this problem I cant help you much. I will give a feedback to our team, hope there will be a big update later.

2016-11-22 23:46:17 Hi,
The sketch compilation with Leonardo board give me this:
Binary sketch size: 30,532 bytes (of a 28,672 byte maximum)
processing.app.debug.RunnerException: Sketch too big; seemake_clickable_callback(MAGIC_URL_FULL, ' ', 'http://www.arduino.cc/en/Guide/Troubleshooting#size', '', ' class="postlink"') for tips on reducing it.
at processing.app.Sketch.size(Sketch.java:1653)
at processing.app.Sketch.build(Sketch.java:1586)
at processing.app.Sketch.build(Sketch.java:1562)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1899)
at java.lang.Thread.run(Thread.java:619)
alternativetelecom
The sketch compilation with Leonardo board give me this:
Binary sketch size: 30,532 bytes (of a 28,672 byte maximum)
processing.app.debug.RunnerException: Sketch too big; seemake_clickable_callback(MAGIC_URL_FULL, ' ', 'http://www.arduino.cc/en/Guide/Troubleshooting#size', '', ' class="postlink"') for tips on reducing it.
at processing.app.Sketch.size(Sketch.java:1653)
at processing.app.Sketch.build(Sketch.java:1586)
at processing.app.Sketch.build(Sketch.java:1562)
at processing.app.Editor$DefaultRunHandler.run(Editor.java:1899)
at java.lang.Thread.run(Thread.java:619)
