"too big" upload problem

Post Reply
ejd
Posts: 4
Joined: Sun Apr 05, 2015 2:08 pm

"too big" upload problem

Post by ejd » Sun Apr 05, 2015 2:31 pm

When I try to upload your example bluetooth sketch to my arduino with your board on the top I get
Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.
Maybe some smaller size example for this bluetooth board exists?

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: "too big" upload problem

Post by zhangxueyou » Tue Apr 07, 2015 11:08 am

Please give me a link about the product, we are not sure which kind of bluetooth you are using. Which type of Arduino board do you use?

ejd
Posts: 4
Joined: Sun Apr 05, 2015 2:08 pm

Re: "too big" upload problem

Post by ejd » Wed Apr 08, 2015 4:15 pm

I tried to use your : Geeetech Iduino Bluetooth Low Energy (BLE)Shield nRF8001 for Arduino Uno iOS (ebay 331413507415 ) on

Arduino UNO and DCcduino UNO boards - they both gives the same error.
Attachments
IMG_2811.JPG
Your board on these two arduino boards gives this error
IMG_2811.JPG (385.18 KiB) Viewed 14882 times

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: "too big" upload problem

Post by zhangxueyou » Wed Apr 08, 2015 5:12 pm

You can try the example in this wiki page:
http://www.geeetech.com/wiki/index.php/ ... LE)_Shield

ejd
Posts: 4
Joined: Sun Apr 05, 2015 2:08 pm

Re: "too big" upload problem

Post by ejd » Wed Apr 08, 2015 9:53 pm

Better explained error but still to "big"...


Sketch uses 15,998 bytes (49%) of program storage space. Maximum is 32,256 bytes.
Global variables use 2,109 bytes (102%) of dynamic memory, leaving -61 bytes for local variables. Maximum is 2,048 bytes.
processing.app.debug.RunnerException: Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.
at processing.app.debug.Compiler.size(Unknown Source)
at processing.app.debug.Compiler.build(Unknown Source)
at processing.app.Sketch.build(Sketch.java:1159)
at processing.app.Sketch.build(Sketch.java:1134)
at processing.app.Editor$BuildHandler.run(Editor.java:1936)
at java.lang.Thread.run(Unknown Source)
Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.
Attachments
gee_error.jpg
gee_error.jpg (156.77 KiB) Viewed 14859 times

ejd
Posts: 4
Joined: Sun Apr 05, 2015 2:08 pm

Re: "too big" upload problem

Post by ejd » Wed Apr 08, 2015 9:57 pm

Downloaded from your link and tried to upload to my arduino. Got a better explained error but still "too big"


Sketch uses 15,998 bytes (49%) of program storage space. Maximum is 32,256 bytes.
Global variables use 2,109 bytes (102%) of dynamic memory, leaving -61 bytes for local variables. Maximum is 2,048 bytes.
processing.app.debug.RunnerException: Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.
at processing.app.debug.Compiler.size(Unknown Source)
at processing.app.debug.Compiler.build(Unknown Source)
at processing.app.Sketch.build(Sketch.java:1159)
at processing.app.Sketch.build(Sketch.java:1134)
at processing.app.Editor$BuildHandler.run(Editor.java:1936)
at java.lang.Thread.run(Unknown Source)
Not enough memory; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing your footprint.
Attachments
gee_error.jpg
gee_error.jpg (156.77 KiB) Viewed 14859 times

zhangxueyou
Posts: 1405
Joined: Fri Feb 06, 2015 1:33 pm

Re: "too big" upload problem

Post by zhangxueyou » Thu Apr 09, 2015 1:35 pm


craigs
Posts: 1
Joined: Fri Jul 03, 2015 11:31 pm

Re: "too big" upload problem

Post by craigs » Fri Jul 03, 2015 11:35 pm

Geeetech should upgrade examples to compile on Arduino1.6.5 or later revisions. Otherwise we can't integrate our applications to work with Geeetech products and these need to be returned.

Redbearlab seems to be doing so much better job in keeping source code up to date.

Kindly fix your examples to work with latest Arduino software or withdraw your products from market or sell them under $1 each....pun intended :D

Post Reply