GPS & GLCD help
ok, new arduino, have been researching , have learned lot. not new electornics, programing.
i have project trying do, , can't life of me sketch figured out. trying gather gps data, parse it, , display on glcd. has been done lot 16x2 lcds, want more data on screen opted use larger screen (serial glcd) show @ once. have got gps working example, , have got glcd working example well. trying combine them, , can't show on serial glcd @ all!
hardware follows:
arduino uno r3
copernicus ll gps module (connected pin 2 on uno)
sainsmart 128x64 serial glcd (connected to pins 7,8,9 on uno)
i using tinygps , u8glib libraries along software serial.
i smart guy, , can figure things out pretty easily, issue eludes me.
i have attached sketch serial glcd used test it, , set locations of data wishing display in hopes paint picture of trying do.
thanks in advance help.
nate
i have project trying do, , can't life of me sketch figured out. trying gather gps data, parse it, , display on glcd. has been done lot 16x2 lcds, want more data on screen opted use larger screen (serial glcd) show @ once. have got gps working example, , have got glcd working example well. trying combine them, , can't show on serial glcd @ all!
hardware follows:
arduino uno r3
copernicus ll gps module (connected pin 2 on uno)
sainsmart 128x64 serial glcd (connected to pins 7,8,9 on uno)
i using tinygps , u8glib libraries along software serial.
i smart guy, , can figure things out pretty easily, issue eludes me.
i have attached sketch serial glcd used test it, , set locations of data wishing display in hopes paint picture of trying do.
thanks in advance help.
nate
if remove reference gps library screen start working?
i.e code posted doesnt seem use gps @ moment
the think can think causes these issues if when 2 different libraries both use same internal timer, seems odd either use hardware timer
i.e code posted doesnt seem use gps @ moment
the think can think causes these issues if when 2 different libraries both use same internal timer, seems odd either use hardware timer
Arduino Forum > Using Arduino > Project Guidance > GPS & GLCD help
arduino
Comments
Post a Comment