123 Pic Microcontroller Experiments For The Evil Genius.pdf May 2026
Before we open the PDF, we must understand the philosophy. The Evil Genius series (McGraw-Hill/TAB Electronics) was designed for the "mad scientist" tinkerer. The books reject academic fluff. They assume you want to build a laser tripwire, a combination lock, or a robotic navigator within the first 50 pages.
The core tenets of the series are:
While other books teach you how a microcontroller works, 123 Experiments teaches you what to do with it.
In the landscape of technical education, a fundamental tension persists between rigorous theory and practical application. Traditional engineering textbooks often bury the student in datasheets, Boolean algebra, and assembly language mnemonics before they ever see a single LED blink. Conversely, pure “plug-and-play” kits offer instant gratification but little enduring understanding. Bridging this chasm requires a unique artifact: the project-based learning guide. Myke Predko’s 123 PIC Microcontroller Experiments for the Evil Genius stands as a seminal work in this genre, not merely as a collection of circuits, but as a philosophical manifesto that champions learning through controlled failure, iterative design, and the mischievous joy of creation.
At its core, the book demystifies the Microchip PIC microcontroller, transforming it from an inscrutable black box into a malleable substrate for imagination. Predko adopts the persona of the “Evil Genius”—not a villain, but a playful, resourceful tinkerer who learns by doing. The number 123 is not arbitrary; it signifies a deliberate, graduated pathway from the absolute beginner to the confident designer. Experiment 1 is often the quintessential “Hello World” of hardware: blinking an LED. By Experiment 123, the reader has typically constructed a functional intelligence, capable of driving liquid crystal displays, generating sound, reading sensors, and controlling motors. This structure acknowledges a critical truth: complex systems are best understood by mastering their simplest, most atomic operations first.
The pedagogical genius of Predko’s method lies in its embrace of the “scientific method of soldering.” Each experiment is presented not as a sterile schematic to be copied, but as a hypothesis to be tested. A typical chapter opens with a question (“How do I create a time delay without a timer?”) followed by a prediction, a circuit build, and an expected outcome. Crucially, when the circuit fails—as it inevitably will for the novice—Predko provides a systematic diagnostic approach. He treats errors not as embarrassing setbacks but as the primary vehicle for learning. This reframes frustration as investigation; a non-blinking LED is not a failure, but a data point suggesting a flipped transistor, a cold solder joint, or a misconfigured register.
Thematically, the book introduces three pillars of embedded system design that remain relevant across any microcontroller platform. First is binary I/O (input/output), learning that a pin can be high or low, on or off. Second is timing and state machines, understanding that a microcontroller’s true power lies not in speed, but in its ability to sequence events in time. Third is analog interfacing, using analog-to-digital converters (ADCs) to bridge the discrete world of bits with the continuous world of voltage, temperature, and light. Predko teaches these concepts not through abstract lectures but through tangible, often whimsical projects: a digital dice, a reaction timer, a simple security system, or a tone generator that plays a recognizable tune.
However, the book is also a product of its era. First published in the early 2000s, its specific references—the PIC16F84, parallel port programmers, the now-antique MPLAB IDE—risk relegating it to a historical curiosity for the modern reader armed with Arduino or Raspberry Pi. Yet to dismiss it on these grounds is to miss its enduring value. The PIC16F84, with its simple Harvard architecture and minimal instruction set, is a superior teaching tool than the heavily abstracted Arduino framework. The Arduino’s digitalWrite(pin, HIGH); hides the register-level operations of setting TRIS bits and PORT latches. Predko forces the learner to confront these registers directly, fostering a depth of understanding that makes any subsequent platform, including Arduino, infinitely more comprehensible.
The “Evil Genius” moniker also injects a necessary dose of subversive fun into a field often perceived as dry or elitist. The projects culminate in devices that are genuinely useful or amusing: a digital thermometer, a frequency counter, a combination lock, or a basic robot controller. This utility validates the effort. The reader is not just completing exercises for a grade; they are building their own toolkit of intellectual property—snippets of code and circuit blocks that can be remixed for future inventions. This is the essence of genuine engineering competency: the ability to adapt known solutions to novel problems.
In conclusion, 123 PIC Microcontroller Experiments for the Evil Genius is far more than a cookbook. It is a carefully orchestrated apprenticeship in the habits of mind required for embedded systems design. It teaches the reader to think in bits, to respect the clock cycle, to debug methodically, and to view hardware and software not as separate disciplines but as a single, integrated medium for expression. While the specific components may fade into obsolescence, the underlying pedagogy—learning by building, failing, and iterating with a playful spirit—remains the most effective path from passive consumer to active creator. For anyone willing to embrace their inner “Evil Genius,” Predko’s 123 experiments still offer a masterclass in turning voltage into intelligence.
123 PIC Microcontroller Experiments for the Evil Genius by Myke Predko is a practical, hands-on guidebook designed to take you from a complete beginner to a proficient programmer of Microchip PIC microcontrollers. Key Features of the Book
Step-by-Step Learning: The book features 123 experiments that build on each other, allowing you to develop a practical understanding of microcontroller programming one small increment at a time.
Zero Experience Required: You don't need any prior programming knowledge to get started; the book introduces concepts from the ground up. 123 PIC Microcontroller Experiments for the Evil Genius.pdf
Dual Language Programming: It teaches you how to program PIC microcontrollers in both C and assembly language.
Inexpensive Lab Setup: The experiments are designed to work with affordable tools, specifically focusing on the Microchip PICkit 1 Flash Starter Kit.
Hardware Interfacing: You will learn how to interface various components, including: Sensors and switches. LEDs and LCD displays. Infrared (IR) remote controls and object detection. Motor and steering controls.
Advanced Topics: For experienced users, the book covers complex concepts like wireless communication, sensor networks, and even embedded web servers.
Comprehensive Resources: Each project includes full parts lists, circuit diagrams, and program listings.
Troubleshooting Focus: The pedagogical approach emphasizes diagnostic skills by highlighting common pitfalls and providing tips for debugging embedded systems. 123 PIC microcontroller experiments for the evil genius
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
"123 PIC Microcontroller Experiments for the Evil Genius" by Myke Predko is a hands-on guide featuring 123 progressive projects using C and Assembly language, largely focused on the Microchip PICkit 1 Starter Kit. The book covers topics ranging from basic I/O and display interfacing to motor control and robotics, providing detailed schematics and code. For a detailed overview of the experiments and topics, visit pic-microcontroller.com. 123 PIC microcontroller experiments for the evil genius
123 PIC Microcontroller Experiments for the Evil Genius by Myke Predko is a comprehensive guide designed to take hobbyists from beginner levels to creating complex, functional embedded systems using Microchip's PIC microcontrollers Core Features & Approach Progressive Learning
: The book uses a "ground up" approach where each experiment builds on the skills learned in the previous one. Dual Language Coverage : It covers programming in both (using PICC Lite) and Assembly language
, allowing users to understand high-level logic and low-level hardware control. Hands-on Focus
: It emphasizes practical application over dry theory, including detailed circuit diagrams, schematics, and source code for every project. Hardware Compatibility Before we open the PDF, we must understand the philosophy
: Many experiments are specifically designed to work with the PICkit 1 Flash Starter Kit
, reducing the need for users to build their own custom development boards from scratch. Internet Archive What You Will Learn Fundamental Electronics
: Basic circuit building and interfacing components like LEDs, switches, and sensors. Microcontroller Architecture
: Direct practical experience with registers, memory locations, and I/O ports. Programming Logic
: Writing and debugging code to control hardware, including advanced topics like pointers and flags. Project Variety
: Experiments range from simple light flashers to more complex robotics and bionics-related projects. Amazon.com Community & Expert Feedback
: Beginners who prefer a "cookbook" style where they can immediately see results. It is highly recommended for those using a for quick prototyping. Common Critiques
: Some readers have noted typographical errors in the code and diagrams, as well as a heavy focus on older chips like the
, which may require substitutions if using modern starter kits. Accessibility
: All programs featured in the book are typically available for free download , making it easier to verify your physical builds. 123 Robotics Experiments For The Evil Genius [PDF]
Myke Predko's "123 PIC Microcontroller Experiments for the Evil Genius" (2005) is a hands-on guide for learning microcontroller programming and interfacing through 123 incremental, hardware-focused projects. Aimed at learners of all levels, the book covers topics ranging from basic I/O to advanced robotics using PIC16F84/PIC16F877 microcontrollers. For more details, visit Amazon. 123 PIC Microcontroller Experiments for the Evil Genius
Myke Predko's "123 PIC Microcontroller Experiments for the Evil Genius" (2005) is a highly structured, hands-on lab manual designed for beginners to learn PIC16F684 programming and electronics. While offering a progressive learning path for hobbyists, the text is dated, and many featured components are harder to locate today. View the resource details on Archive.org While other books teach you how a microcontroller
123 PIC Microcontroller Experiments for the Evil Genius - Amazon UK
Section I: The Basics (Experiments 1–20)
Section II: Input/Output (Experiments 21–45)
Section III: Sensors & Motors (Experiments 46–70)
Section IV: Advanced Evil (Experiments 71–100)
Section V: The Final 23 (Experiments 101–123)
What makes this book engaging is the practical application of the experiments. The projects are not dry academic exercises; they have real-world utility. Readers build digital clocks, create sound generators, and design basic automation systems. The "123" in the title is literal—there is a vast quantity of projects, ensuring that every concept is reinforced through repetition and variation.
The text is written in a conversational yet technical tone. Predko anticipates the common pitfalls that beginners face—such as the infamous "Watchdog Timer" resets or oscillator configuration errors—and uses these moments to teach debugging strategies rather than just providing quick fixes.
You might ask: Why not just use an Arduino or a Raspberry Pi Pico?
The "Assembly Language" Reality
Modern frameworks hide complexity. When you call digitalWrite(), you don't see the bank switching, the TRIS registers, or the LAT registers. 123 PIC Experiments forces you to write in Assembly and PIC Basic for the first half.
This is a feature, not a bug.