![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| what is the diffrence between "pic" and "microcontroller" ? and what is the powerful microcontroller or pic can i use ?
__________________ jax | |
| |
| | (permalink) |
| depends on which definition of PIC you want to use. PIC is short for picture, and it can be short for the microcontroller that a number of users here use, the PIC16F84 (I think). A microcontroller is 1/2 a computer. The thing you need to supply is the code, input, and output. The input can be switches, or buttons, or previous outputs. The output can be a LED, or a LCD. The code is what is first injected into the microcontroller before it functions. The code "controls" almost every aspect of the microcontroller. What do you mean by powerful? Go to 8052.com, and you will see all microcontrollers that work with the 8051 instruction set. I am using the at89c2051. It has 2K of flash memory (code space), 128 bytes of ram. Even though it is little space, I benefit from the size (for the 8051 compatible controllers). It is only 20 pin DIP chip.
__________________ -=: The best low-priced components to troubleshoot with are the speaker and the LED :=- | |
| |
| | (permalink) |
| i will explain to you what i mean by powerful . i saw alot of microcontroller (8051-89c2051-89c51-89c52-16f84 . . etc) so wich one have alot of features and functions (counter-timer-serial buffuer. . etc ) and easy to program (code). but i hope it 40 pin (for more output).
__________________ jax | |
| |
| | (permalink) |
| well, the most powerfull microcontroller isnt always the best solution. it all depends on you application. if you are going to make an LED flasher with a ARM microcontroller then it would be like cracking a nut with a sledgehammer. go to the link in my signature and then read the section about the 8051 derivatives available from Si-labs.
__________________ Beginner's Guide to Microcontrollers | |
| |
| | (permalink) | ||
| Quote:
Quote:
| |||
| |
| | (permalink) |
| what about 8051 and 89c51 ? wich is the best ?
__________________ jax | |
| |
| | (permalink) |
| 8051 is the microcontroller that was made by intel. nowadays its derivatives are used. the 89c51 is a derivative of the 8051. it was made by Atmel and it could be re-programmed many times. have a look at the link in my signature
__________________ Beginner's Guide to Microcontrollers | |
| |
| | (permalink) | ||
| Quote:
Quote:
| |||
| |
| | (permalink) | |
| Quote:
Just PICk one and start learning :P:lol: Keep in mind that the PIC probably has the most freely available information circulating on the net, and great communities and forums built around it. Atmel AVRs wouldn't be a bad choice either.
__________________ Time is nature\'s way of keeping everything from happening at once. http://membres.lycos.fr/jrainville/ | ||
| |