Problems using multiple libraries .... Arduino Crash!
i trying build small project take record gps , temperature data onto sd card.
the gps works itself.
the temperature sensor works itself.
the sd card works itself.
all crashes arduino random characters going across screen or general lock-up.
here libraries i'm using. show can comment out temperature sensor , write gps data sd card.
#include <sd.h> // sd card
#include <softwareserial.h> // gps
#include <tinygps.h> // gps
#include <onewire.h> // commenting , assoc code stops lockup.
#include <dallastemperature.h> // commenting , assoc code stops lockup.
any ideas why stuff crashes combination of libraries , how fix it?
the gps works itself.
the temperature sensor works itself.
the sd card works itself.
all crashes arduino random characters going across screen or general lock-up.
here libraries i'm using. show can comment out temperature sensor , write gps data sd card.
#include <sd.h> // sd card
#include <softwareserial.h> // gps
#include <tinygps.h> // gps
#include <onewire.h> // commenting , assoc code stops lockup.
#include <dallastemperature.h> // commenting , assoc code stops lockup.
any ideas why stuff crashes combination of libraries , how fix it?
out of memory? search site freemem code.
Arduino Forum > Using Arduino > Programming Questions > Problems using multiple libraries .... Arduino Crash!
arduino
Comments
Post a Comment