|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#16
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
I didn't know about the JTAG because I have never used it. From the stuff I hear about it I should start using it to at least debug programs. From my understanding you can run the program on the uC step by step from the computer? -John |
|
#17
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
Quote:
|
|
#18
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
-John |
|
#19
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
The Arduino is has a bootloader that emulates an STK500, and a standard 6 pin ISP header. The "Arduino Language" is just some functions that they include to make it easier to program, you can add in standard avr code, or not use the arduino stuff at all. I like the arduino because it is pretty good for prototyping things, I recently purchased a STK500 and dragonfly bundle from digikey and i still use the arduino more.
|
|
#20
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
Quote:
Last edited by Adam Y. : 08-07-2007 at 19:33. |
|
#21
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
-John Last edited by John Gutmann : 09-07-2007 at 13:34. |
|
#22
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
Quote:
Last edited by Adam Y. : 09-07-2007 at 14:31. |
|
#23
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Because the robot has uneven surfaces, and we were moving the electronics board from the desk to the to of the bot.
Anyways. Isn't my post supposed to put my opinion into the discussion. That means it is my opinion that it is a disadvantage. So why do you care. In all honesty if I want to strap my 80$ board to something, then why would you care? Maybe I am rich and have 20 of them to destroy. Maybe I'm just stupid. Either way, I still would like for them to have mounting holes on it. -John |
|
#24
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
I want to support karlcswanson on recommending the Arduino. I've used it quite a bit for little projects, as well as a field controller for a small VEX competition I arranged for my team. I'm currently working on using it as a navigation engine for FRC. Some thoughts to set the record straight:
1. The URL you posted is for the Arduino Stamp, which is probably not what you want to use. This URL at Sparkfun goes to the USB version of the Arduino board which is what I use: http://www.sparkfun.com/commerce/pro...roducts_id=666 Notice that it is only $35, has power input, a USB program port, and a number of headers you can use to connect to a breadboard for prototyping. There is a shield you can get/make that connects right on top so that it looks just like the BS2. It can also be powered from the USB port. 2. The PCB comes with this version, and has mounting holes if you are concerned about it. 3. From the standpoint of developing a robotics platform for yourself, the Arduino has plenty of power but also plenty of room for customization. It will output a PWM signal, but it might take a bit of work to make it work with a servo. The Arduino language gives you full access to the digital outs of the ATmega -8 and provides delay functions which you can use to write custom functions to output PWM signals for servos, Victors, etc. The language is constantly being updated, and recently included support for interrupts. The Arduino worked great for me in giving me insight into using microcontrollers and their peripherals - I definitely recommend it to a beginner since the hardware/programming/environment is so nicely put together. |
|
#25
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
If you or anybody for that matter would like help with programming or getting started in programming with the AVR micros feel free to PM me or IM me on aim @ sparksandtabs or email me at jgutmann340 AT gmail DOT com I have used them to a very very in depth level. Both with working with robots to just playing around with things. -John |
|
#26
|
|||
|
|||
|
Re: Private bot - which PIC microcontroller?
A little off subject, but is anyone or team using the Parallax Propeller? They make the sequential mpu's, in your discussion obsolete.
|
|
#27
|
|||
|
|||
|
Re: Private bot - which PIC micro controller?
For something a little different and on the edge you might try the "free" Microsoft Robotics Studio, a laptop with a game controller and zig bee dongle, and this board http://www.roboticsconnection.com/pc...ontroller.aspx Start with the visual programming language and get something moving. As you progress the VPL can generate C# code for more advanced work. Look at this system. Could this be the future First controller? Billy boy has put a little of his wealth toward First and robotics lately.
|
|
#28
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
Quote:
<picrant>Its good you chose a PIC microcontroller over an AVR or Freescale etc. If you want to drive a victor from the PIC you can run your signal STRAIGHT OUT OF THE MICRO thanks to the high drive currents from PICs... AVRs n such need emitter/follower amplifiers to drive victors.</picrant> Another question, these motors your driving, Are you using your own PWM board? or are you using a drive of some sort? ? Are you using the onboard ECCPs in hardware PWM mode or are you doing it in software? Thanks, -q |
|
#29
|
||||
|
||||
|
Re: Private bot - which PIC microcontroller?
I got to play with a PIC18F452 in an embedded controller class in college -- we built everything from a TRIAC circuit to an alarm clock to a Ford Escort ECU manipulator.
I've also read specs that on of the 16-series PICS is used in the original XBOX as an encrypter/decrypter. Lots of fun stuff to do with a PIC, though the external platform interfaces are becoming outdated. |
|
#30
|
|||
|
|||
|
Re: Private bot - which PIC microcontroller?
Quote:
Quote:
I think of the Arduino's wiring language as being much like the WPILib library for the Vex and FRC controllers. They isolate some of the complexities of microcontroller programming in an easier to program language. Much like WPILib, the Arduino's Wiring language is C programming with a library to make writing programs easier. I think the Arduino is a great choice for high school students to expand their robotics capabilities. At $35 each they are easily affordable for home use compared to $150 for a Vex robot controller and $450 for the FRC controller. You still need the $100 Easy C programming kit or the $50 Microchip C Compiler (or both if you choose) to make the FIRST controllers work. With the Arduino the programming tools are free. There are several sources for the Arduino but Make Magazine sells them on their website at www.makezine.com or Sparkfun at www.Sparkfun.com. Vince |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pic: Team 241: This Years Bot Lifting Last Years Bot | Dantvman27 | Robot Showcase | 3 | 21-02-2007 07:04 |
| Embedded Microcontroller major? | John Gutmann | Career | 5 | 27-07-2006 23:49 |
| Propeller Microcontroller | Adam Y. | Electrical | 4 | 20-04-2006 13:27 |
| 217 Vs. 229 - Which Bot is Prettier? | Swan217 | General Forum | 73 | 02-12-2005 13:30 |
| microcontroller selection¿ | Rickertsen2 | Programming | 11 | 25-05-2003 10:52 |