Usb GPS module
Erik Friesen
Posts: 1,071
Can anyone give me a quick overview of what it would take to interface one of the many usb gps modules to the prop?· Is there a 4800 baud serial data stream coming off the module that I could read directly or would it take a interpreter chip?
Comments
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
If your still inclined to go the usb route, i have the book USB complete, it's a few yrs old but good on info for 1.1 & 2.0 protocalls, and interfacing. If your so inclined to write a driver i know it'd be usefull in some projects, I don't recall anybody attempting a propeller based USB driver.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
E3 = Thought
http://folding.stanford.edu/·- Donating some CPU/GPU downtime just might lead to a cure for cancer! The average PC while browsing the internet typically uses less than 30% of it's potential, why not donate a portion of the rest for cancer resaerch?
...If you are set on using a USB GPS module, you would need a USB Host controller to talk to the Prop Chip, such as the FTDI Viniculum controller.· You will have to develop a host interface to talk with the USB GPS Device to make sure that enumeration a data transfers occur correctly.
The USB GPS Dongle that you have right now is a GPS unit that spits out data in UART.·Then there is a custom ASIC that takes that UART and puts it in a USB Device interface.
...It may be silly to convert something from UART to USB just to tranfer it back to UART again...it would be cheaper, and a much easier interface to just connect a UART GPS Module directly to the Prop Chip.
·
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
E3 = Thought
http://folding.stanford.edu/·- Donating some CPU/GPU downtime just might lead to a cure for cancer! The average PC while browsing the internet typically uses less than 30% of it's potential, why not donate a portion of the rest for cancer resaerch?