- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
Now that you've built a few Arduino projects, and reused some pre-written sketches, it's time to move on to the next step and explore the world of embedded programming. To truly up-skill, you'll need to understand how your code works, and that's where this book comes in.
You'll review and work with several Arduino projects plus two extra ones written for a PIC microcontroller. Each one is accompanied with a basic circuit diagram and photos of the program working. Ideal for the Arduino hobbyist and PIC programmers who want to merge their skills, this comprehensive book will go over every aspect of the 8-bit microcontroller, provide line-by-line analysis of the code, and in the end, show you how to bring your Arduino projects to the PIC microcontroller using C. You'll gain a full understanding of how the C instructions work and can be used with the PIC microcontroller.
Programming Arduino Projects with the PIC Microcontroller is your one-stop reference resource.
What You'll Learn
Examine how the code works
Create code to perform any function
Build practical projects on vero boards with full vero plans and circuit diagrams
Understand how programs work by simulation with an ECAD package
Who This Book Is For
Would-be embedded programmers, Arduino hobbyists, and PIC programmers.
Contents
Chapter 1: Introducing MPLABX. - Chapter 2: Programming Basics. - Chapter 3: The 7 Segment Display and The Stepper Motor. - Chapter 4: The Joystick and the Stepper Motor. - Chapter 5: DC Motors. - Chapter 6: Ultrasonic Distance, and Humidity and Temperature Sensors. - Chapter 7: Working with Keypads. - Chapter 8: Using Bluetooth with PIR Motion Sensors. - Chapter 9: Communication. - Chapter 10: Using the I2C Protocol. - Chapter 11: Using The UART. - Chapter 12: Real Time Clock and Interrupts. - Chapter 13: Working with LCDs. - Chapter 14: Analysing Obscure Instructions and Logic Operators in C.