![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Im a complete newbie to microcontrollers can you guys suggest me any good books or websites where i can make a start from . :idea: | |
| |
| | (permalink) |
| what kind of microcontrollers will you use? most of them has the same philosophy, ports, interrupts, serial comm, etc, what it is important first is to know the capabilities of the micro you will work with, then learn the instrucction set, and have the datasheet at hand of the micro when you are programming. Go to the page, of the manufacturer, and look for forum. probably here you can find a lot of info, and the simpliest uC is 16X84 Nigel has a site where you can find out information about microcontrollers, too. I have 4 days programming pics, this my first program. I am using the 16F870, MPLAB v6.xx as IDE from microchip. c u | |
| |
| | (permalink) |
| Here is a good link for an E-book on the PIC microcontroller http://www.mikroelektronika.co.yu/en...ook/0_Uvod.htm | |
| |
| | (permalink) |
| this is a list of some available projects with pic's http://users.picbasic.org/index.php?page=projectlist | |
| |
| | (permalink) |
| i think those have almost all the basics i needed thanks for those links .
__________________ I hear, and I forget. I see, and I remember. I do and I understand. --Confucius | |
| |
| | (permalink) |
| Find the exact microcontroller you want to learn, and start googling it. there's tons of free information out there, just takes a little bit of time and patience to find it, and learn it. Most people here seem to prefer PICs... I prefer Atmel AVR's myself, but that's just a personal preference. more importantly though, i just made the 10,000th post in the micro controllers forum. 8) | |
| |