Safecast / bGeigieNanoKit

bGeigieNano is a kit version of the bGeigie mobile survey geiger counter designed to fit into a Pelican Micro Case 1010.
https://safecast.org/devices/bgeigie-nano/
113 stars 43 forks source link

Cannot compile #56

Closed cw1812 closed 3 years ago

cw1812 commented 3 years ago

Cannot compile with arduino software. Here is the error:

Sketch uses 33942 bytes (110%) of program storage space. Maximum is 30720 bytes.text section exceeds available space in board

Global variables use 1317 bytes (64%) of dynamic memory, leaving 731 bytes for local variables. Maximum is 2048 bytes. Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it. Error compiling for board Arduino Fio.

robouden commented 3 years ago

Correct. Can not do that. You need to use the make file. Or use the branch I made for ACSII use only that is 11k smaller.https://github.com/Safecast/bGeigieNanoKit/tree/ASCII_new

Or follow the guide in the read me.:

export ARDUINODIR=/home/geigie/arduino-1.0.1/
export SERIALDEV=/dev/ttyUSB0
export BOARD=fio
cp -r libraries /home/geigie/arduino-1.0.1/
make
make upload
cw1812 commented 3 years ago

Hi robouden,

The ASCII_new work for me.

Thanks for your effort!

robouden commented 3 years ago

But the display is not "standard" if you flash the file to the bGeigieNano.

robouden commented 3 years ago

The ASCII new version is a work in progress to add shock sensor for bGeigeiCast dimming of the display.