Verkauf durch Sack Fachmedien

Kusswurm

Raspberry Pi Pico Programming Using C++

High-Performance Software for Pico-Series Microcontrollers

Medium: Buch
ISBN: 979-8-8688-2844-7
Verlag: APRESS L.P.
Erscheinungstermin: 28.09.2026
vorbestellbar, Erscheinungstermin ca. Oktober 2026

Raspberry Pi Pico Programming Using C++ is an instructional text that teaches the reader how to create C++ programs for the Pico. The book encompasses two principal themes. First, it explicates a subset of the C++ programming language that is most useful for microcontroller software development. Second, it elucidates essential particulars of Pico programming, including hardware peripherals, C/C++ SDK usage, and control of common electronic devices (e.g., actuators, displays, motors, sensors, servos, etc.).

The source code that accompanies Raspberry Pi Pico Programming Using C++ is structured to accelerate learning and comprehension of the aforementioned themes. Each source code example is a complete program that can be executed on a Linux/Mac/Windows computer (C++ instructive examples) or actual Pico hardware (Pico application examples).

The reader can also utilize freely available third-party software development tools to modify or experiment with the source code. After reading this book, the reader will be able to create programs for the Pico that are both high-performance and resource efficient.

What You'll Learn

  • Program Pico peripherals: A/D converters, GPIO, I2C, SPI, PWM, timers, alarms, and UARTs
  • Control devices like actuators, LCDs, GPS modules, LEDs, motors, sensors, and servos
  • Develop multicore programs using atomics, mutexes, and semaphores
  • Learn to use the Pico C/C++ SDK effectively for high-performance code

Who This Book Is For

This book is for professional programmers, makers, students, and anyone who wants to develop high-performance, resource-efficient C++ programs for the Raspberry Pi Pico. It’s also ideal for those looking to learn the basics of C++ and related development tools for microcontrollers.


Produkteigenschaften


  • Artikelnummer: 9798868828447
  • Medium: Buch
  • ISBN: 979-8-8688-2844-7
  • Verlag: APRESS L.P.
  • Erscheinungstermin: 28.09.2026
  • Sprache(n): Englisch
  • Auflage: 1. Auflage 2026
  • Serie: Maker Innovations Series
  • Produktform: Kartoniert
  • Seiten: 556
  • Format (B x H): 155 x 235 mm
  • Ausgabetyp: Kein, Unbekannt
Autoren/Hrsg.

Autoren

Chapter 1 – Raspberry Pi Pico Overview.- Chapter 2 – C++ Fundamentals – Part 1.- Chapter 3 – C++ Fundamentals – Part 2.- Chapter 4 – C++ Classes.- Chapter 5 – Intermediate C++ Programming (Part 1).- Chapter 6 – Intermediate C++ Programming (Part 2).- Chapter 7 – C++ STL Programming (Part 1).- Chapter 8 – C++ STL Programming (Part 2).- Chapter 9 – GPIO Programming.- Chapter 10 – ADC Programming.- Chapter 11 – I2C Programming (Part 1).- Chapter 12 – I2C programming (Part 2).- Chapter 13 – Multicore Programming.- Chapter 14 – UART Programming (Part 1).- Chapter 15 – UART Programming (Part 2).- Chapter 16 – Motors.- Chapter 17 – Pico GUI (Part 1).- Chapter 18 – Pico GUI (Part 2).-  Appendix A – Development Tools.- Appendix B – References and Resources.