Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Question about a good development board

Status
Not open for further replies.

npatel

New Member
Hi,

I am completely new as a microcontroller porgrammer, I need to control data coming from a transmitter to a PIN on a PIC , and then I have to switch pins to high or low depending on what command has come in. I was wondering what kind of PIC I should use and what development board I will need.

Another question is once I finish programming the microcontroller on the development board is it as easy as now removing the PIC and putting it on a PCB, or do I need additional cuircuitry like a clock, etc.

Thanks, appreciate the help
 
You pretty much could develop you development board. Or you could get one already made like this one

How does the transmitter send you the data? How many outputs are you controlling with this command?

If you go with the development board above you will be able to program and make it run. If you go with your own board then you can have it In Circuit Serial Programmed or you can program it with a programmer and then stick it in your circuit.

Either way you are going to have some circuitry like a crystal (clock if you will) and its caps, also a 5V regulated power supply , and some diodes ans resistors to limit ro safeguard the inputs. It all depends on what you are controlling.

Ivancho
 
Some PICmicros have on-board oscillators, like the PIC12F675. By carefully selecting your processor, you could reduce your component count a little.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top