123 Pic Microcontroller Experiments For The Evil Genius.pdf -
Myke Predko's "123 PIC Microcontroller Experiments for the Evil Genius" offers a structured, 123-step curriculum that takes hobbyists from beginner to advanced PIC programming using practical, in-lab exercises. Covering topics from basic blinking LEDs to complex automation, the guide focuses on PICmicro MCU development using inexpensive tools like the PICkit 1 starter kit. Learn more about this resource on Amazon . 123 PIC Microcontroller Experiments for the Evil Genius
: Many experiments are specifically designed to work with the PICkit 1 Flash Starter Kit
Before writing code, you learn about the internal anatomy of the PIC microcontroller. Experiments cover: Understanding the pinout of the PIC16F627A/PIC16F628. Setting up the configuration fuses. Building a basic power supply circuit on a breadboard. Section 2: Basic Input and Output (I/O)
This part applies your new assembly skills to solve sample math problems. It reinforces how to think algorithmically, break down problems, and implement solutions efficiently in assembly. 123 PIC Microcontroller Experiments for the Evil Genius.pdf
: Mechanical switches, matrix keypads, and potentiometers.
: While the book highlights specific legacy PIC chips, modern equivalents like the PIC16F877A or PIC16F18877 easily adapt to these experiments.
10. Seven-Segment Displays 11. Multiplexing 12. Analog-to-Digital Conversion (ADC) 13. Reading Potentiometers 14. Generating Sound & Tones 15. Driving DC Motors & Servos Myke Predko's "123 PIC Microcontroller Experiments for the
This part integrates your knowledge into more complete projects. Expect to build projects that interface with sensors, switches, LEDs, and LCDs, with complete circuits and code listings provided.
The most distinguishing feature of Predko’s approach is his insistence on teaching programming. In an era where high-level languages like C and Python dominate the landscape, beginners are often tempted to skip the low-level architecture. Predko argues—and proves throughout the 123 experiments—that you cannot truly optimize a microcontroller or debug complex timing issues without understanding the core assembly instructions.
By the time you finish the 123rd experiment, you will have gained: 123 PIC Microcontroller Experiments for the Evil Genius
While some reviewers note the content is somewhat "old-school" due to its 2005 publication date, it remains highly regarded for its clear, step-by-step instructional style. 123 PIC microcontroller experiments for the evil genius
The official integrated development environment for compiling code.