PIC suggestions

J

John F. Hughes

Guest
I'm thinking about doing a few simple projects with a PIC (partly
from having read suggestions here).

Example: take a stream of input pulses, roughly 100 - 3000 Hz
and produce a stream of output pulses, 4 output pulses for each
input pulse.

Example: Take an RS232 stream containing GPS "sentences" and produce an
analog voltage proportional to the "Speed" value.

Example: Look at three analog voltages and set an output to HIGH if
certain properties hold (e.g., v0 > 3V AND (v1 > 2.6V OR v2 < 1.1V)),
otherwise output is LOW.

Not exactly rocket science, in other words.

I'd rather program in a high-level (?) language like C than
assy, but I can live with either.

I'd like to be able to reprogram the PIC rather than program-once-and-
throw-away-if-it-doesn't-work.

I'd love to use one of the simple PIC programmers I've found on the
web (plug into the serial port of my laptop, small part count,
easy to build).

My main problem is that there seem tobe about 12000 varieties of
PIC, and reading the datasheets for all of them is a little daunting.

Can someone suggest a cheap, easy-to-reprogram, DIP PIC that
might be suitable for things like this? And possibly a good
(freeware) C compiler, or some other good development tool?
Is there a freeware simulator? In other words, how do I get
started with this?


All sugggestions appreciated.

--John
 
I'm thinking about doing a few simple projects with a PIC
John F. Hughes
The 1st thing anybody thinking about PICs should do
is read Wouter's Starting with PICs page.
http://www.voti.nl/swp

Check out the PIC chart.
 
On 2004-03-31, JeffM <jeffm_@email.com> wrote:
I'm thinking about doing a few simple projects with a PIC
John F. Hughes

The 1st thing anybody thinking about PICs should do
is read Wouter's Starting with PICs page.
http://www.voti.nl/swp

Check out the PIC chart.
Thanks very much, both to you and the other posters. In
2 minutes you've gotten me further than 3 hours of web-cruising
had.

Best,
-John Hughes
 
CCS do a nice C compiler and debug tools but they are a bit expensive.

I recommend a Warp13 programmer if you decide to buy one rather than build.

"John F. Hughes" <jfhNO@SPAMcs.brown.edu> wrote in message
news:slrnc6l7n5.q0k.jfh@cslab6b.cs.brown.edu...
On 2004-03-31, JeffM <jeffm_@email.com> wrote:
I'm thinking about doing a few simple projects with a PIC
John F. Hughes

The 1st thing anybody thinking about PICs should do
is read Wouter's Starting with PICs page.
http://www.voti.nl/swp

Check out the PIC chart.

Thanks very much, both to you and the other posters. In
2 minutes you've gotten me further than 3 hours of web-cruising
had.

Best,
-John Hughes
 
than 3 hours of web-cruising had
John F. Hughes
3 hours? Really? I believe you were overthinking the problem.
http://www.google.com/search?&q=starting-with-PICs+microcontroller
 

Welcome to EDABoard.com

Sponsor

Back
Top