Maker Pro
Maker Pro

PIC Project Beginner

H

Hops

Jan 1, 1970
0
I'm trying out how to make my project work, and it is really simple: An
IR emitter/reciever will control an electric motor's on and off. So
what I'd like to know is:

1) What kind of microcontroller should I use? I've played around with a
BS2 stamp, but frankly the price is too high for this project, and I've
no experience with the more generic PICs out there. It needs to be able
to send IR, tell whether or not we are recieving IR, and tell a servo
to turn when it isn't.

2) What will I need to program the PIC?

3) What other hardware will I need? I know that I need a power adapter,
microcontroller, IR pair, and continuous rotational servo... but would
there be anything else? Something a neophyte wouldn't think of?

4) What are considered your top bookmarks for PIC/small electronic
projects?

Thank you very much,

Hops
 
E

Eric Wong

Jan 1, 1970
0
Hops said:
I'm trying out how to make my project work, and it is really simple: An
IR emitter/reciever will control an electric motor's on and off. So
what I'd like to know is:

1) What kind of microcontroller should I use? I've played around with a
BS2 stamp, but frankly the price is too high for this project, and I've
no experience with the more generic PICs out there. It needs to be able
to send IR, tell whether or not we are recieving IR, and tell a servo
to turn when it isn't.

2) What will I need to program the PIC?

3) What other hardware will I need? I know that I need a power adapter,
microcontroller, IR pair, and continuous rotational servo... but would
there be anything else? Something a neophyte wouldn't think of?

4) What are considered your top bookmarks for PIC/small electronic
projects?

Thank you very much,

Hops
 
R

Rich Grise

Jan 1, 1970
0
I'm trying out how to make my project work, and it is really simple: An
IR emitter/reciever will control an electric motor's on and off. So
what I'd like to know is:

1) What kind of microcontroller should I use?

Wait a minute. In your subject line, you say, "PIC Project". Doesn't that
mean that the teacher told you to use a PIC?

Otherwise, what could possess you to use a whole micro for so simple
a function? If all you want is on/off, you can do that with a few
transistors.

Please advise.

Thanks!
Rich
 
G

Grey

Jan 1, 1970
0
Hops said:
I'm trying out how to make my project work, and it is really simple: An
IR emitter/reciever will control an electric motor's on and off. So
what I'd like to know is:

1) What kind of microcontroller should I use? I've played around with a
BS2 stamp, but frankly the price is too high for this project, and I've
no experience with the more generic PICs out there. It needs to be able
to send IR, tell whether or not we are recieving IR, and tell a servo
to turn when it isn't.

You can buy dedicated matched IR reciever IC's and LED's. A few tranny's a
few resistors will do the same job for a fraction of the grief and aggro.
2) What will I need to program the PIC?

A PIC programmer. (!)
3) What other hardware will I need? I know that I need a power adapter,
microcontroller, IR pair, and continuous rotational servo... but would
there be anything else? Something a neophyte wouldn't think of?

I got into PIC'ing using a old UV erasable one. I bought a PIC-Basic
complier to make programming a snap and to teach myself how to use one and
I'm muddling though using the native PIC language. I brought a few PIC
project books and one of them PIC project test boards.

Graham
 
P

petrus bitbyter

Jan 1, 1970
0
Hops said:
I'm trying out how to make my project work, and it is really simple: An
IR emitter/reciever will control an electric motor's on and off. So
what I'd like to know is:

1) What kind of microcontroller should I use? I've played around with a
BS2 stamp, but frankly the price is too high for this project, and I've
no experience with the more generic PICs out there. It needs to be able
to send IR, tell whether or not we are recieving IR, and tell a servo
to turn when it isn't.

2) What will I need to program the PIC?

3) What other hardware will I need? I know that I need a power adapter,
microcontroller, IR pair, and continuous rotational servo... but would
there be anything else? Something a neophyte wouldn't think of?

4) What are considered your top bookmarks for PIC/small electronic
projects?

Thank you very much,

Hops

Well... You need to know something about PICS if you want to use them. I
consider

http://www.voti.nl/swp/n_index.html

a usefull starting point but you can find countless others. As from your
questions I guess you will need more to know about electronics as well. Hope
you have good textbooks overthere.

petrus biybyter
 
Top