Author Topic: Digispark with GPS module  (Read 6604 times)

mteguh

  • Newbie
  • *
  • Posts: 3
Digispark with GPS module
« on: February 01, 2013, 04:21:51 pm »
Hi,


I'm interested in purchasing a digispark board (small version or Arduino?).
Just wondering if it will be compatible with a gps module (e.g http://www.adafruit.com/products/99)


Trying to experiment with something like this (http://www.cooking-hacks.com/index.php/documentation/tutorials/arduino-3g-gprs-gsm-gps)


Thanks,
Tee
« Last Edit: February 01, 2013, 04:26:07 pm by mteguh »

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Digispark with GPS module
« Reply #1 on: February 01, 2013, 04:31:57 pm »
You'll need to use softwareserial to talk to it because the Digispark doesn't have a hardware UART.


I'm not sure what a 3G card/shield might need, but you'll want to check that against the Digispark specs as well.


I have a GPS module on the way to play with, I imagine it would work - but I won't claim any offical out of the box compatibility with anything I haven't tested

mteguh

  • Newbie
  • *
  • Posts: 3
Re: Digispark with GPS module
« Reply #2 on: February 01, 2013, 04:37:03 pm »
Thanks @digistump, could you send me a link to the GPS module that you mentioned?


Thanks,
Tee

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Digispark with GPS module
« Reply #3 on: February 01, 2013, 04:40:22 pm »
This is what I have coming:


http://dangerousprototypes.com/2013/01/25/cheap-laptop-gps-module-hacked-to-work-with-microcontrollers


But it will take some hacking, soldering, and an external antenna to work.

mteguh

  • Newbie
  • *
  • Posts: 3
Re: Digispark with GPS module
« Reply #4 on: February 01, 2013, 04:45:43 pm »
Gotcha. Thanks!

jaghvi

  • Newbie
  • *
  • Posts: 29
Re: Digispark with GPS module
« Reply #5 on: June 21, 2013, 01:14:15 am »
Did you get the digispark work with GPS module  ??

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Re: Digispark with GPS module
« Reply #6 on: June 21, 2013, 10:11:11 am »
Yep works great with softserial library and a serial GPS module

dougal

  • Sr. Member
  • ****
  • Posts: 289
Re: Digispark with GPS module
« Reply #7 on: June 21, 2013, 10:27:51 am »
Hmmm. I've got an old bluetooth GPS unit (no display, it just sends data as a bluetooth serial device) sitting around collecting dust. I might have to see if I can whip up something with that...