Featured Articles
Raspberry Pi 5 IoT In C - Starting PIO 08 Sep | Harry Fairhead
 The Pi 5 has a PIO. It isn't as easy to use as the PIO on the Pico, but it is just as useful. Find out how to use the PIO driver. This is an extract from the Raspberry Pi 5 IoT In C: Drivers and Gpio5.
|
Deep C# - Passing Parameters 07 Sep | Mike James
 Passing parameters is easy as it always works in the same way, but the effects aren't always the same. It can be confusing and even error prone unless you understand how it all works. So does C# pass by value or reference?
|
Master The Pico WiFi: Installing FreeRTOS 01 Sep | Harry Fairhead and Mike James
 There are big advantages to using FreeRTOS with the Pico, but getting started isn't easy - unless you read on. This is an extract from our latest book on the Raspberry Pi Pico 2W in C.
|
Integrating Enterprise APIs with Custom WordPress Builds 28 Aug | Frank Hamilton
 WordPress has grown far beyond its origins as a blogging tool and now serves as a core content management system in enterprise environments. When paired with custom development, it supports integration with large-scale business systems, where APIs act as the connective tissue for automation and data flow.
|
Deep C Dives: Value Structs 27 Aug | Mike James
 The C struct is a value type and this is often forgotten or ignored? Find out why it has an important role to play in this extract from my book, Deep C Dives.
|
|