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?
"too big" upload problem
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: "too big" upload problem
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?
Re: "too big" upload problem
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.
Arduino UNO and DCcduino UNO boards - they both gives the same error.
- Attachments
-
- Your board on these two arduino boards gives this error
- IMG_2811.JPG (385.18 KiB) Viewed 15359 times
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: "too big" upload problem
You can try the example in this wiki page:
http://www.geeetech.com/wiki/index.php/ ... LE)_Shield
http://www.geeetech.com/wiki/index.php/ ... LE)_Shield
Re: "too big" upload problem
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.
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 (156.77 KiB) Viewed 15336 times
Re: "too big" upload problem
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.
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 (156.77 KiB) Viewed 15336 times
-
- Posts: 1405
- Joined: Fri Feb 06, 2015 1:33 pm
Re: "too big" upload problem
Please try Arduino 1.0.1
http://arduino.googlecode.com/files/ard ... indows.zip
http://arduino.googlecode.com/files/ard ... indows.zip
Re: "too big" upload problem
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
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
