123 Pic Microcontroller Experiments For The Evil Genius.pdf
Reading temperature sensors and light-dependent resistors (LDRs).
: 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
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.
Real-world devices rarely work in isolation. The final tiers of experiments focus on networking. Implementing serial communication (UART) to talk to a PC. 123 PIC Microcontroller Experiments for the Evil Genius.pdf
Published by McGraw-Hill/TAB Electronics, 123 PIC Microcontroller Experiments for the Evil Genius is part of the popular "Evil Genius" series, which includes similarly styled titles on robotics and mechatronics. The book's title reflects its core philosophy: to take a playful, project-driven approach to serious learning. It's designed for beginners with no prior programming knowledge, using a series of 123 short experiments to build your skills from the ground up.
Moving past simple LEDs, these experiments teach you how to communicate data visually to a user. Wiring and programming 7-segment displays. Multiplexing multiple displays to save I/O pins.
Don't just read the PDF. The best way to learn is to buy a PIC microcontroller development board, a breadboard, LEDs, resistors, and other components. It reinforces how to think algorithmically, break down
Transitioning to high-level code for faster development and cleaner logic.
: Direct practical experience with registers, memory locations, and I/O ports. Programming Logic
: Each project includes full parts lists, circuit diagrams, and program listings . Implementing serial communication (UART) to talk to a PC
In this experiment, you'll:
Using Analog-to-Digital Converters (ADC) for temperature sensing (LM35) and digital voltmeters.