Propeller GPS
3dogpottery
Posts: 78
in Propeller 1
In order to learn about GPS and how they work, I purchased a cheap
Satellite Positioning Module on eBay. I wanted to try and communicate with
it using Parallax’s Propeller microcontroller. I was able to parse and
display NMEA sentences on a serial terminal, but thought that with the
addition of a display module, I could make a portable GPS unit. The results
are what I call the "Propeller GPS". I uploaded the whole shebang to the
Parallax Objex Exchange. Just look for "Propeller_GPS". Both the GPS and the
display module can be purchased on eBay for about $8.00 each. I used a
Propeller Mini because of its small size. All this can be mounted
in a small enclosure with a 9V battery. This was a very fun project and I
hope you find it so too!
Satellite Positioning Module on eBay. I wanted to try and communicate with
it using Parallax’s Propeller microcontroller. I was able to parse and
display NMEA sentences on a serial terminal, but thought that with the
addition of a display module, I could make a portable GPS unit. The results
are what I call the "Propeller GPS". I uploaded the whole shebang to the
Parallax Objex Exchange. Just look for "Propeller_GPS". Both the GPS and the
display module can be purchased on eBay for about $8.00 each. I used a
Propeller Mini because of its small size. All this can be mounted
in a small enclosure with a 9V battery. This was a very fun project and I
hope you find it so too!
Comments
I believe this is the GPS module used:
https://www.ebay.com/i/303105342240?chn=ps
And the OLED:
https://www.aliexpress.com/item/0-96-inch-IIC-Serial-White-OLED-Display-Module-128X64-I2C-SSD1306-12864-LCD-Screen-Board/32896971385.html?src=google&albslr=225519109&src=google&albch=shopping&acnt=494-037-6276&isdl=y&slnk=&plac=&mtctp=&albbt=Google_7_shopping&aff_platform=google&aff_short_key=UneMJZVf&&albagn=888888&albcp=1582410664&albag=59754279756&trgt=296904914040&crea=en32896971385&netw=u&device=c&gclid=Cj0KCQjw4fHkBRDcARIsACV58_GjKrV9Q1YejLlcH9tEH-mMzorWgEMHQqIRNU5qFDvwcbqpV0F06C8aAp9OEALw_wcB&gclsrc=aw.ds
https://www.ebay.com/itm/0-96-I2C-IIC-Serial-128X64-White-OLED-LED-Display-Module-for-Arduino-SSD1306/391742247377?ssPageName=STRK:MEBIDX:IT&_trksid=p2057872.m2749.l2649
I am glad you optimized your code.
Can I ask if you have incorporated this improvement in your OBEX object 906 mentioned in the other post?
Keep up the good work. A cheap user-friendly text display is great for project debugging and as a live implementation display.
Yes I have.