Member • Mar 10, 2010
-
Karthik SivaramAs a project beginner, i would like to learn about any one of the microcontroller...Suggest me which would be the best one to know about and also the reasons for that.....
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • Mar 10, 2010
In my opinion it is proper to start with 8051 microcontrollers especially the p89v51rd2 model because,
1. It has got a handsome memory
2. It was on of the first to have timer control
3. It has got facility of interfacing between 2 microcontrollers
4. It's get up is not very difficult to catchAre you sure? This action cannot be undone. -
Member • Mar 10, 2010
I would make 2 recomendations:
1 - use something like Freescale's S08QG to really get started, its small and simple (#-Link-Snipped-#)
Why ?
- Free Amazing C Compiler (Codewarrior)
- It has all the peripherals you may need for simple and medium projects (SCI, SPI, ADC, TIMERS)
- Its easy to learn and not legacy like 8051
- you can start small with QE8 and move all the way up to 128K in flash
- It offers a pin to pin option to a 32 bit part (code compatible too !)
- lots of modules to play with
- Free compiler too !
- QE is 3.3 volts, AC is 5 volts
#-Link-Snipped-#
@Engineer_in_MKTAre you sure? This action cannot be undone. -
Member • Mar 10, 2010
Check out #-Link-Snipped-#, which uses Atmel.Karthik SivaramAs a project beginner, i would like to learn about any one of the microcontroller...Suggest me which would be the best one to know about and also the reasons for that.....Are you sure? This action cannot be undone. -
Member • Mar 10, 2010
As for me , the only uController i have ever programmed is a PIC..
You would need a circuit called a programmer to put your program into the uC..
On your PC you then download the various free software packages , to run with the programmer..
the programmer connects to the PC in one of three ways..
there are
serial Programmers (not Recommended)
parallel port programmers (Recomended but are being replaced by USB)
USB programmers ( i would like one myself .lol.)
i have sucessfully programmed a 16F628 and 16F88 ,if you decide to go this route dont use the 16F84, or the 16F84A as they are obsolete ..
#-Link-Snipped-#Are you sure? This action cannot be undone. -
Member • Mar 13, 2010
guys...i m doin' a "line-follower" bot, for that i m gonna use PIC16F877A
do ya think there's much difference in programming compared to that for 8051??
of btw PICs r much better than 8051 thats why i m using it!
coz one advantage is that u don't have to convert analog to digital in PICs! so ADC can be deleted there, thus reducing hardware, cost and size on PCB, 😀Are you sure? This action cannot be undone.