GPS mouse

Practically all GPS mouses are USB these days. How tough would it be to connect such a device to a microcontroller? Of course, the uC would only need to be able to handle the communication with the GSP mouse.

--
Thanks, Frank.
(remove 'x' and 'invalid' when replying by email)
Reply to
Frank Bemelman
Loading thread data ...

Not very easy. It requires implementing a USB host controller--- which is much more complex than implementing a device controller like that in the GPS mouse. It would probably be less costly to buy a naked GPS module for $80 to $100, add an antenna, and work with the CMOS levels from the module. All you would have to do is then interpret the NMEA strings coming into a serial port on your microcontroller.

Mark Borgerson

Reply to
Mark Borgerson

Every one of these devices that I've seen has some kind of serial-to-USB bridge inside of it, like the Prolific PL-2303 or some other equivalent. The GPS module itself outputs regular serial NMEA data and then this goes into the bridge chip. On the PC side you install a driver for the USB bridge chip that "emulates" a standard serial port under Windows.

If you're willing to open up the plastic case then you should be able to get access at the serial Tx Rx and 1PPS lines. In this case interfacing to a microcontroller is pretty straightforward. If you want to do this without opening up the plastic case then the task becomes either very difficult or virtually impossible if you can't obtain the interface specification document for the given bridge chip.

--Tom.

Reply to
Tom

Some USB connected mice and keyboards I have seen, for PC's, have arrived with an adaptor that connects the USB device to a PS/2 input. Without going into the specifics of this adaptor I do not know if it of any help. Perhaps a search in RS, Farnell, Videk or similar places might locate a suitable adaptor for you.

--
********************************************************************
Paul E. Bennett ....................
Forth based HIDECS Consultancy .....
Mob: +44 (0)7811-639972 .........NOW AVAILABLE:- HIDECS COURSE......
Tel: +44 (0)1235-811095 .... see http://www.feabhas.com for details.
Going Forth Safely ..... EBA. www.electric-boat-association.org.uk..
********************************************************************
Reply to
Paul E. Bennett

These would not be useful - they are just pinout adaptors, and the devices they are supplied with have firmware which knows how to speak both USB and PS2.

Now what would be interesting would be a USB-RS232 bridge chip that had a 'passthrough' mode to allow use on RS232 with a suitable adaptor.....

Reply to
Mike Harrison

"Tom" schreef in bericht news:af1cd.112460$a41.19761@pd7tw2no...

The

the

that

get

document

That may be a reasonable alternative, to open the mouse and remove the bridge chip. Have to see if I can find one with screws, or otherwise easy to open.

--
Thanks, Frank.
(remove 'x' and 'invalid' when replying by email)
Reply to
Frank Bemelman

"Mike Harrison" schreef in bericht news: snipped-for-privacy@4ax.com...

serial-to-USB

equivalent.

goes

to

to

going

Perhaps

they are supplied with

'passthrough' mode to

Yes, that would be nice for USB mouse-pointers too. For us poor embedded guys it's sort of a nightmare, all this USB stuff.

If these GSP mouses speak PS2 too, I'll look into that. I don't know anything about PS2, but a 10-seconds google search revealed it's a clock and bidirectional(?) data. That I can probably understand ;)

--
Thanks, Frank.
(remove 'x' and 'invalid' when replying by email)
Reply to
Frank Bemelman

A fullblown Garmin Etrex GPS receiver costs around $75 , and has RS232 NMEA out , and you can even use it "Standalone"

Carsten

Reply to
Carsten

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.