|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: Self-Made Robot Controller?
Quote:
Start with a HPC Explorer It has the voltage regulator, serial connector, ICD connector, all hooked up and ready to use. Has wire-wrap ready pins too, along with PTHs for every pin on the micro. its easy to solder in an IDE connector and use and IDE cable to connect your project to the micro. Microchip microprocessors are very rock solid, so much that they can drive LEDs straight out of the pins, unlike a motorola or atmel. The 18F8722 on the HPC explorer runs at 40MHz, 10mips. Same as used in the FRC controller. PM me if any ?'s. -Q |
|
#2
|
||||
|
||||
|
Re: Self-Made Robot Controller?
Microchip is a great uC to start with. They have an in-circuit programmer that looks like a red and white hockey puck. If you use that you can get surface mount PIC processors as small as 6 pin SOT-6 packages, and you program them while they are attached (soldered) in the circuit
this would really open up options for you - you could start with tiny robots with micro servos, or tiny control boards that you could fit into anything. Once you build a micro-bot with 2 input and output channels, you will have a better understanding of the overall picture, and will know what you want to do for your next (bigger) project. http://www.microchip.com/stellent/id...&part=DV164005 Last edited by KenWittlief : 15-08-2006 at 21:11. |
|
#3
|
|||||
|
|||||
|
Re: Self-Made Robot Controller?
Quote:
I've used the hockey puck alot its really good with a pic programmer. If your doing pic microcontrollers you should think of what the 'controller' needs to do. Are you having it be reprogrammable? Youd need a build in programmer, you can find specs online. How many digital and analog signals do you want? Theres a lot of parameters that you need to figure out and ussually you do it by looking at the problem at hand. |
|
#4
|
||||
|
||||
|
Re: Self-Made Robot Controller?
Materials:
Serial Plug(Radio Shack) Wire(different colors will help) 4.7Ohm Resistors(3)(Radio Shack) Breadboard(Radio Shack) 10MHz Ceramic Resonator(internet) Led(to play with)(Radio Shack) 220 Ohm between the Pic's pin and the led(protection)(Radio Shack) Any PIC that the softwares support(Microchip.com) 5 Volt power supply or a voltage regulator(Radio Shack) Very Cheap ICSP... Serial Port to PIC TXD (Pin 3) -----[4.7K]------ MCLR GND (Pin 5) ----------------- Vss(ground) DTR (Pin 4 ) -----[4.7K]------ RB 7 (PGD) CTS (Pin 8) --------------- RB 7 RTS (Pin 7) -----[4.7K]------ RB 6 (PGC) Use this software http://www.ic-prog.net/ or this http://www.qsl.net/dl4yhf/winpicpr.html MPLab IDE with C18 to program with... Programed my 18F458 with this... or as gburlison said sparkfun.com One of these http://www.sparkfun.com/commerce/cat....php?cPath=2_9 and this http://www.sparkfun.com/commerce/pro...?products_id=9 and a 18 series PIC Last edited by 6600gt : 16-08-2006 at 21:22. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Self-Balancing 2 Wheeled Robot | Mike | Robotics Education and Curriculum | 25 | 02-08-2005 15:12 |
| mini made robot communication | John Gutmann | Electrical | 1 | 19-07-2005 23:16 |
| Self Balancing Robot in FIRST (plausible? possible? preferable?) | phrontist | General Forum | 11 | 28-06-2004 10:55 |
| Need to import robot made in inventor into 3dsmax, HELP! | anish | 3D Animation and Competition | 1 | 03-03-2002 13:53 |