5V Garmin GPS 18 LVC and Propeller?
Jay Kickliter
Posts: 446
What is needed to interface a Garmin GPS 18 LVC with the propeller? Does it require a MAX 232? Or just some limiting resistors? I dont need to send any data to the GPS, just receive from it.
This is from the spec. sheet:
CMOS Serial Output Levels: 0 V to Vin, between 4 and 5.5 V (Asynchronous Serial, TIA-232-F (RS-232) Compatible Polarity)
·
This is from the spec. sheet:
CMOS Serial Output Levels: 0 V to Vin, between 4 and 5.5 V (Asynchronous Serial, TIA-232-F (RS-232) Compatible Polarity)
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Still some PropSTICK Kit bare PCBs left!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ D Rat
Dave Ratcliff· N6YEE
David, so you do fdserial.start( rx, tx, %1, baud)?
GPS.start(Recv,Xmit,%000000,4800)
This is what I use exactly...
Also try using the "GPS_IO_mini_PNAV" which I think is on the Object exchange.· this is a brilliant litle control that does all the parsing for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·- Ouch, thats not suppose to be hot!··
Michael King
Application Engineer
R&D
Digital Technology Group
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ D Rat
Dave Ratcliff· N6YEE
When is launch day?
Keep us posted!
Two things for any other beginners like myself: Pay attention to the significance of the digits in FullDuplexSerial mode, I was entering %1000, when I meant %0001. And don't forget to set _clkmode. That last one is what was tripping me up and causing the GPS serial strings to get garbled.
Paul, launch day is a ways off. We (my classmate and I) are very new to microcontrollers and amateur radio. I'd like to launch before winter, but I'm not in any major hurry. We're also going to be using a TinyTrak, 3 or 4, plus a Motorola c168i cell phone for communications.