Para los Lectores

En este Blog pueden Consultar libros gratis, ya sea descargar con fines de lectura o consulta, orientados al estudio.
Hay libros de Preescolar y Primaria orientados a Experimentos en general, a Electricidad y Magnetismo.
Los libros de Primaria en adelante orientados a Electricidad, ElectroMagnetismo y Electrónica.
También se abarca Electricidad, Electricidad y Electrónica del Automotor o Automotriz y todas las ramas de la Electrónica.
Ademas hay colecciones de libros que pueden estar fuera de la temática de la Electrónica (como ser Biología, etc...) y otras afines necesariamente como ser Física, Matemática y Química.

Buscar en este Blog

Queres ser Seguidor del blog?

martes, 10 de julio de 2012

123 PIC Microcontroller Experiments for the Evil Genius

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNDmpCN-6AwXntcJx4p8aQs5MEpuFeGFYk09hyphenhyphen0VLuG8sckIA7KV4CofdZZybq2sl6Jjg2Qit6f8DParbh5hhFfAGnoAL_K4S8OZ1Pd9FrdbPzAZZvT8IThgdlE1EjSTnv4ZsKX8HhqAM/s128/123%20PIC%20Microcontroller%20Experiments%20for%20the%20Evil%20Genius.jpg
123 PIC Microcontroller Experiments for the Evil Genius
Myke Predko
Reseña

Microchip continually updates its product line with more capable and lower cost products. They also provide excellent development tools. Few books take advantage of all the work done by Microchip. 123 PIC Microcontroller Experiments for the Evil Genius uses the best parts, and does not become dependent on one tool type or version, to accommodate the widest audience possible.


Microchip continuamente actualiza su línea de productos con productos de coste más capaces y más bajo. También proporcionan una excelente herramienta de desarrollo. Pocos libros aprovechar todo el trabajo realizado por Microchip. 123 experimentos de microcontroladores PIC para el Genio Malvado utiliza las mejores partes, y no depender de un tipo de herramienta o la versión, para dar cabida a la mayor audiencia posible.

INDICE
  • Under the Covers of the PIC16F684.
  • Introductory C Programming
  • Simple PIC® MCU Applications
  • C Language Features
  • PIC16F684 Microcontroller Built-in Functions.
  • Interfacing Projects for the PIC® Microcontroller
  • Sample C Microcontroller Applications
  • Introduction to PIC® MCU Assembly Language Programming
  • PIC® Microcontroller Assembly Language Resource Routines
  • Sensors
  • Motor Control
  • Solving Programming Problems in PIC® Microcontroller Assembly Language
  • ZipZaps® Robot                      


Consulta el Libro + CD con aplicaciones (110 MB) por TurboBit y MediaFire:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3pVy7VKqDKhwCzIr46Pv2itVJJbESHi1yF58KctQtW7EpKVPSdu2YcsH-Bv7rP1zeRUdftqDXMdM3LwZR1g8Ibt6A_Y8jD6uM2SZEEDOmSm8jwjT5OvhQ_TMJDucRF-gqfcGnrs7Q1TY/s200/logo+Tubobit.net.png
http://3.bp.blogspot.com/-OEWn1AqMuVE/TzU_WLZJTTI/AAAAAAAAAwU/CLW8I82-w8M/s200/Logo+MediaFire.jpg


INDICE GENERAL
  • Under the Covers of the PIC16F684. I/O Pins. Configuration Word. PIC MCU VARIABLE Memory, Registers, and Program Memory. Simulating cFlash. c in MPLAB IDE
  • Introductory C Programming. Variable Declaration Statements. C DATA TYPES. Constant Formatting. Assignment Statements. Expressions. Bitwise Operators. Logical Expressions. Conditional Execution Using the If Statement. Nested Conditional Statements. The Switch Decision Statement. Conditional Looping. The For Statement
  • Simple PIC® MCU Applications. Basic Delays. Sequencing PICkit I Starter Kit LEDs. Binary Number Output Using PICkit 1 Starter Kit LEDs. Basic Button Inputs. Debouncing Button Inputs. MCLR Operation. Ending Applications
  • C Language Features. Functions and Subroutines. Global and Local Variables. Defines and Macros. Variable Arrays. Structures and Unions. Pointers and Lists. Character Strings. Library Functions
  • PIC16F684 Microcontroller Built-in Functions. BROWNOUT RESET. ADC Operation. Comparator Operation. WATCHDOG TIMER. Short Timer Delays Using TMRO. Using the TMRO Prescaler. Long Timer Delays Using TMR1. Comparing Clock Oscillators 106. Pin Resistance Measurements. Generating PWM Signals. Storing and Retrieving Data
  • Interfacing Projects for the PIC® Microcontroller. Driving a Seven-Segment LED Display Directly from the PIC16F684. Multiple Seven-Segment LED Displays. LED Matrix Displays. LCD DISPLAY. Producing Random Numbers. Two-Bit LCD Display. Switch Matrix Keypad Mapping
  • Sample C Microcontroller Applications. Pumpkin LED Display. reaction-time Tester. Rokenbok® Monorail/Traffic Lights. Seven-Segment LED Thermometer. PIC MCU "Piano". Model Railway Switch Control. PC Operating Status Display
  • Introduction to PIC® MCU Assembly Language Programming. The asmTemplate. asm File and Basic Directives. Specifying Program Memory Addresses. Loading the WREG and Saving Its Contents. Defining Variables. Bitwise Instructions. Addition Instructions. AddLibs: Strange Simulator Results. Subtraction Instructions. Bank Addressing. Bit Instructions. Bit Skip Instructions. Conditional Execution. decfsz Looping. Subroutines. Defining and Implementing Arrays
  • PIC® Microcontroller Assembly Language Resource Routines. Logic Simulation Using the PIC16F684. THE C "SWITCH" STATEMENT. Defines. Conditional Assembly. Macros. 16-Bit Values/Variables. Universal Delay Macro. high-level Programming. Implementing Read-only Arrays. DATA STACKS. Circular Buffers. Reading and Writing the EEPROM Data Memory
  • Sensors. PIC MCU BS2 User Interface. PIC MCU BS2 KEYPAD INTERFACE. PIC MCU Instrument Interface. Sound Detection. Multiple Microswitch Debouncing. Light Sensors. Infrared (IR) Surface Sensor. Interfacing to Sharp GP2D120 Ranging Object Sensors. Do-It-Yourself IR Object Sensor. IR Object-Ranging Sensor. Ultrasonic Distance-Range Sensor. Robot IR Tag
  • Motor Control. DC Motor Driven Using the CCP PWM and Using a Potentiometer Control. DC Motor Control with Simple TMR0 PWM. Controlling Multiple Motors with PWM and BS2 Interface. Bipolar Stepper Motor Control. Unipolar Stepper Motor Control. Radio-Control Model Servo Control. Multiple Servo Control Software Structure. Two-Servo Robot Base with BS2 Interface
  • Solving Programming Problems in PIC® Microcontroller Assembly Language. Eight-Bit Multiplication with a 16-Bit Product. Division of a 16-Bit Value by an Eight-Bit Value. Squaring a Number Using Finite Difference Theory. Find the Square Root of a 16-Bit Number. Converting a Byte into Three Decimal, Two Hex, or Eight Binary ASCII Bytes. Produce the Even Parity Values for a Byte. Sort a List of 10 Eight-Bit Values Using the Bubble-Sort Algorithm. Encrypt and Decrypt an ASCIIZ String Using a Simple Substitution Algorithm. Generate a Fibonacci Number Sequence. Find the Largest Common Factor of Two Eight-Bit Numbers
  • ZipZaps® Robot. Characterizing the ZipZaps. PIC MCU Power Supply. PIC MCU Electronics PCB. IRTV Remote Control. Motor and Steering Control. Basic Task-Control Software. IR Remote Control. Light Sensors and Following. IR Object-Detection Sensors. IR Line-Following Sensors
 

No hay comentarios:

Publicar un comentario

Me gustaría Saber: Quién eres y de Donde Eres. Deja de Ser un Anónimo. Que tengas un Buen Día.

Related Posts Plugin for WordPress, Blogger...