A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
USB GPS to PIC interfacing - demolitron - May 27 19:08:16 2009
Hello,
I've got a Pharos GPS-500 USB dongle on hand and I was wondering if it would be possible
to hook this up to a PIC of some kind. When I plug it into my PC it is detected as a
serial port by windows and the data just streams over as ASCII test.
Anyone have a direction they can point me in? I've been looking at Microchip's website,
but most of the stuff is on peripheral side devices. On the high end line I see some
USB-Host stuff but it seems to be pointed at USB Flash drives. Overall, its all still
clear as mud to me. A USB-Host DIY-PIC primer would be really cool...
Thanks!
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )
Re: USB GPS to PIC interfacing - "John J. McDonough, WB8RCR" - May 27 19:54:09 2009
----- Original Message -----
From: "demolitron"
To:
Sent: Wednesday, May 27, 2009 7:08 PM
Subject: [piclist] USB GPS to PIC interfacing
this up to a PIC of some kind. When I plug it into my PC it is detected as
a serial port by windows and the data just streams over as ASCII test.
>
> Anyone have a direction they can point me in? I've been looking at
> Microchip's website, but most of
Take a look at the PIC18F2550/4550 series. They have everything required
for USB except the connector. Microchip has some sample code for serial.
The data sheet is kind of confusing, tho. That USB interface is incredibly
smart, and as a result, kinda hard to understand. But if you can rip off
some Microchip code you might just make it work,
A somewhat clumsier approach is to use a the 18F as a USB to serial
converter, essentially what Microship does on their Explorer 16, 28 pin
starter board, and probably others. That way you don't have to mess with
the USB code, just burn it into the 18F.
..
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )Re: USB GPS to PIC interfacing - demolitron - May 27 20:47:35 2009
Okay, I've figured out a way around it... The Pharos iGPS-500 GPS receiver is a TTL
serial device and if you don't mind soldering wires to the edge connector its also easy to
get the signals out of the device. Here is a web-page describing it.
http://ubermodder.com/budget-usb-enabled-gps/
--- In p...@yahoogroups.com, "demolitron"
wrote:
>
> Hello,
>
> I've got a Pharos GPS-500 USB dongle on hand and I was wondering if it would be possible
to hook this up to a PIC of some kind. When I plug it into my PC it is detected as a
serial port by windows and the data just streams over as ASCII test.
>
> Anyone have a direction they can point me in? I've been looking at Microchip's website,
but most of the stuff is on peripheral side devices. On the high end line I see some
USB-Host stuff but it seems to be pointed at USB Flash drives. Overall, its all still
clear as mud to me. A USB-Host DIY-PIC primer would be really cool...
>
> Thanks!
>
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )Where can I find the PICKit 3 board manual ? - "dag...@free.fr" - May 29 22:14:48 2009
Good afternoon
I bought a PICKit 3 which came with a PIC 18F45k20 on an experimental printed circuit
board, having some LEDs, resistors, a potentiometer, a jumper, and some other things.
When I connected the board to the PICKit 3 programmer, I noticed that the board was
powered by the programmer, and the LEDs began to blink. The board had a program inside.
I would like to know please, where may I find the manual of the experimental printed
circuit board.
Greetings
Dimitri
*************************************************************************
Dimitri Aguero - daguero at free.fr http://daguero.free.fr http://daguero.spaces.live.com
Saint-Germain-en-Laye, France
F4DYT - Locator JN18av - G-QRP 11905

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )
Re: Where can I find the PICKit 3 board manual ? - David Wade - May 30 8:54:58 2009
--- In p...@yahoogroups.com, "daguero@..."
wrote:
>
> Good afternoon
>
> I bought a PICKit 3 which came with a PIC 18F45k20 on an experimental printed circuit
board, having some LEDs, resistors, a potentiometer, a jumper, and some other things.
>
> When I connected the board to the PICKit 3 programmer, I noticed that the board was
powered by the programmer, and the LEDs began to blink. The board had a program inside.
>
> I would like to know please, where may I find the manual of the experimental printed
circuit board.
>
> Greetings
> Dimitri
If its like the PicKit 2 it will be in "C:\Pk3 Lessons" ...
>
> *************************************************************************
> Dimitri Aguero - daguero at free.fr http://daguero.free.fr
http://daguero.spaces.live.com
> Saint-Germain-en-Laye, France
> F4DYT - Locator JN18av - G-QRP 11905
>
------------------------------------
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )Re: Re: Where can I find the PICKit 3 board manual ? - "dag...@free.fr" - May 30 10:40:55 2009
Good evening, Dave.
Thank you for your kind answer. I went there, but... the only thing I found, was a
schematics.
It is even worse. A careful inspection of the schematics is that some of the schematics
components are there (like the LEDs and the resistors that limit their current), but some
of them are not (like some capacitors and a clock quartz oscillator).
A further search on Internet revealed that there is no manual on the board. I am very
disappointed. I paid a lot of money for the board and the PICKit 3, I think, a manual
would be the least of things...
Greetings and thanks.
Dimitri
*************************************************************************
Dimitri Aguero - daguero at free.fr http://daguero.free.fr http://daguero.spaces.live.com
Saint-Germain-en-Laye, France
F4DYT - Locator JN18av - G-QRP 11905
----- Mail Original -----
De: "David Wade"
À: p...@yahoogroups.com
Envoyé: Samedi 30 Mai 2009 11h20:12 GMT +01:00 Amsterdam / Berlin / Berne / Rome /
Stockholm / Vienne
Objet: [piclist] Re: Where can I find the PICKit 3 board manual ?
--- In p...@yahoogroups.com , "daguero@..." wrote:
>
> Good afternoon
>
> I bought a PICKit 3 which came with a PIC 18F45k20 on an experimental printed circuit
board, having some LEDs, resistors, a potentiometer, a jumper, and some other things.
>
> When I connected the board to the PICKit 3 programmer, I noticed that the board was
powered by the programmer, and the LEDs began to blink. The board had a program inside.
>
> I would like to know please, where may I find the manual of the experimental printed
circuit board.
>
> Greetings
> Dimitri
If its like the PicKit 2 it will be in "C:\Pk3 Lessons" ...
>
> *************************************************************************
> Dimitri Aguero - daguero at free.fr http://daguero.free.fr
http://daguero.spaces.live.com
> Saint-Germain-en-Laye, France
> F4DYT - Locator JN18av - G-QRP 11905
>
______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )