𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Intermediate C Programming for the PIC Microcontroller: Simplifying Embedded Programming

✍ Scribed by Hubert Henry Ward


Publisher
Apress
Year
2020
Tongue
English
Leaves
360
Edition
1st ed.
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Delve into the exciting world of embedded programming with PIC microcontrollers in C. The key to learning how to program is to understand how the code works – and that is what you’ll learn here.

Following C Programming for the PIC Microcontroller, this book continues exploring the coding required to control the PIC microcontroller and can be used as a standalone single reference, or paired with the previous title to enhance your programming skills. You'll see how to control the position of a servo motor and use the compare aspect of the CCP module to create a square wave with varying frequency. You'll also work with the capture aspect of the CCP to determine the frequency of a signal inputted to the PIC and use external and internal interrupts.

This book breaks down the programs with line-by-line analysis to give you a deep understanding of the code. After reading it you’ll be able to use all three aspects of the Capture, Compare and PWM module; work with different types of interrupts; create useful projects with the 7 segment display; and use the LCD and push button keyboard.

What You’ll Learn
  • Create a small musical keyboard with the PIC
  • Manage a stepper motor with the PIC
  • Use the main features of the MPLABX IDE
  • Interface the PIC to the real world
  • Design and create useful programs based around the PIC18F4525
Who This Book Is For
Engineering students and hobbyist who want to try their hand at embedded programming the PIC micros.

✦ Table of Contents


Front Matter ....Pages i-xvi
Creating a Header File (Hubert Henry Ward)....Pages 1-46
Controlling a Seven-Segment Display (Hubert Henry Ward)....Pages 47-80
The 24-Hour Clock (Hubert Henry Ward)....Pages 81-151
Creating a Square Wave (Hubert Henry Ward)....Pages 153-198
DC Motors (Hubert Henry Ward)....Pages 199-224
Interrupts (Hubert Henry Ward)....Pages 225-272
Frequency Measurement and the EEPROM (Hubert Henry Ward)....Pages 273-315
Back Matter ....Pages 317-350

✦ Subjects


Computer Science; Hardware and Maker; Professional Computing


πŸ“œ SIMILAR VOLUMES


Intermediate C Programming for the PIC M
✍ Hubert Henry Ward πŸ“‚ Library πŸ“… 2020 πŸ› Apress 🌐 English

<div> <p>Delve into the exciting world of embedded programming.with PIC microcontrollers in C. The key to learning how to program is to understand how the code works - and that is what you'll learn here. </p> <p>Following <em>C Programming for the PIC Microcontroller</em> , this book continues div

C Programming for the PIC Microcontrolle
✍ Hubert Henry Ward πŸ“‚ Library πŸ“… 2020 πŸ› Apress 🌐 English

<p>Go beyond the jigsaw approach of just using blocks of code you don’t understand and become a programmer who really understands how your code works. <br>Starting with the fundamentals on C programming, this book walks you through where the C language fits with microcontrollers. Next, you'll see ho

Programming PIC Microcontrollers with PI
✍ Chuck Hellebuyck πŸ“‚ Library πŸ“… 2002 πŸ› Newnes 🌐 English

This comprehensive tutorial assumes no prior experience with PICBASIC. It opens with an introduction to such basic concepts as variables, statements, operators, and structures. This is followed by discussion of the two most commonly used PICBASIC compilers. The author then discusses programming the