Microcontroller Programmer |
The purpose of this post is to provide basic information that one needs to know in order to be able to use microcontrollers successfully in practice. This post, therefore, doesn’t contain any super interesting program or device schematic with amazing solutions. Instead, the following examples are better proof that program writing is neither a privilege nor a talent issue, but the ability of simply putting puzzle pieces together using directives. Rest assured that design and development of devices mainly consists of the ‘test-correct-repeat’ work. Of course, the more you are in it, the more complicated it gets since the puzzle pieces are put together by both children and first-class architects.
Copyright © 1998–2012. MikroElektronika. All rights reserved. All trade and/or services marks mentioned are the property of their respective owners.
4.0 TABLE OF CONTENTS
- 4.1 BASIC CONNECTING
- 4.2 ADDITIONAL COMPONENTS
- 4.3 EXAMPLE 1 - Writing header, configuring I/O pins, using delay function and switch operator
- 4.4 EXAMPLE 2 - Using assembly instructions and internal oscillator LFINTOSC
- 4.5 EXAMPLE 3 - TMR0 as a counter, declaring new variables, enumerated constants, using relay
- 4.6 EXAMPLE 4 - Using timers TMR0, TMR1 and TMR2. Using interrupts, declaring new function
- 4.7 EXAMPLE 5 - Using watch-dog timer
- 4.8 EXAMPLE 6 - Module CCP1 as PWM signal generator
- 4.9 EXAMPLE 7 - Using A/D converter
- 4.10 EXAMPLE 8 - Using EEPROM Memory
- 4.11 EXAMPLE 9 - Two-digit LED counter, multiplexing
- 4.12 EXAMPLE 10 - Using LCD display
- 4.13 EXAMPLE 11 - RS232 serial communication
- 4.14 EXAMPLE 12 - Temperature measurement using DS1820 sensor. Use of 1-wire protocol
- 4.15 EXAMPLE 13 - Sound generation, sound library
- 4.16 EXAMPLE 14 - Using graphic LCD display
- 4.17 EXAMPLE 15 - Using touch panel
Posted By :
Please Note: All contents provided on this blog are for non-commercial purposes only.
Post a Comment