Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: siddharthm87 on December 15, 2007, 01:11:43 PM

Title: pic microcontroller
Post by: siddharthm87 on December 15, 2007, 01:11:43 PM
what are the best supporting(brand) sensors for a 16 bit pic microcontroller???
for eg..like camera,infra red etc

are there any other microcontroller cheaper and better than pic microcontrollers??
can any one post algorithms for pic microcontroller!!
Title: Re: pic microcontroller
Post by: Trumpkin on December 15, 2007, 03:17:11 PM
AVR microcontrollers are much cheaper than pic microcontrollers.
Title: Re: pic microcontroller
Post by: Mega on December 15, 2007, 03:22:41 PM
Quote
are there any other microcontroller cheaper and better than pic microcontrollers??

What do you have in mind? What kind of bot do you want to build? Is this your first bot?

Personally, I thnk the AVR based Arduino is a great and cheap way to start.
Title: Re: pic microcontroller
Post by: airman00 on December 15, 2007, 09:52:42 PM
what are the best supporting(brand) sensors for a 16 bit pic microcontroller???
for eg..like camera,infra red etc

are there any other microcontroller cheaper and better than pic microcontrollers??
can any one post algorithms for pic microcontroller!!

Basically any IR sensor will work and for cameras, also basically everything

PICs are cheaper(free samples) and have a wider variety for different tasks. I myself use PICs because I can get mcus in many pin numbers ( big or small ) and I can choose exactly how much ADC pins I want. AVR does not have that much of a selection.

what language are you programming in, and what is your experience with robots?