.st0{fill:#FFFFFF;}

Raspberry Pi

Raspberry Pi Full Stack eBook updated 

 August 19, 2022

By  Peter

Join Our Mailing List

We publish fresh content each week. Read how-to's on Arduino, ESP32, KiCad, Node-RED, drones and more. Listen to interviews. Learn about new tech with our comprehensive reviews. Get discount offers for our courses and books. Interact with our community.

One email per week, no spam, unsubscribe at any time.

Last week, I announced the update of the video course version of Raspberry Pi Full Stack.

This week, I’m glad to say, the eBook update is also complete 🙂

The Raspberry Pi Full Stack eBook update brings the new content in a new Part at the end of the book, with various small additions and corrections throughout.

The new part contains eight new chapters:

  • Part 20: Update August 2022
    • Introduction to the application update
    • Backup and update apt packages
    • Update system to Python 3.8.13
    • Update Python Virtual Environment to 3.8.13
    • Update application Python modules
    • Update the RF24 driver
    • Update JavaScript, JavaScript libraries, and other assets
    • Testing and final fixes

The eBook update follows (mostly) the format and sequence of the video course, with small adaptations that are appropriate for the medium.

If you have purchased this eBook in the past, you can find the latest updated version in your Downloads page.

If you’d like to enroll now, please go to the Raspberry Pi Full Stack course & eBook page where you will find a detailed description of Raspberry Pi Full Stack, including sample videos, curriculum, and table of contents.


Tags

Course update


You may also like

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}

For the last several weeks I’ve been fully immersed in the design of a custom carrier board for the LattePanda N100 compute module. This isn’t just another board project — it’s also the backbone of a

Read More
Course progress update: Designing a custom carrier board for the LattePanda N100:

Many typical Arduino application examples involve driving devices requiring more power than the Arduino itself can provide through its pins. This power translates to higher voltages, higher currents, or both at the same time. That

Read More
Using MOSFETs to drive large(ish) loads – Updated 2025