How To Install Tiny11 for Arm64 on Raspberry Pi 4 By Les Pounder published 18 February 23 A lean Windows 11 install for Raspberry Pi
How To Create a Bluetooth Raspberry Pi Camera Trigger By Les Pounder published 29 January 23 Use your smartphone to trigger the Raspberry Pi Camera Module 3 to take photos using a simple Python library and accompanying Android app.
How to Run ChatGPT on Raspberry Pi or PC By Les Pounder published 23 January 23 Use the power of ChatGPT’s AI on the humble Raspberry Pi, all thanks to a clever Python library and a few lines of code.
How To Use Raspberry Pi Camera Module 3 with Python Code By Les Pounder published 14 January 23 The Raspberry Pi Camera Module 3 brings autofocus and HDR images to the oldest Raspberry Pi accessory and we show you how to take the best pictures with the latest camera.
How to Set Up RetroPie on Raspberry Pi 4 (Updated) By Les Pounder published 21 November 22 Update Learn how to set up your own retro gaming machine powered by the Raspberry Pi 4 (or earlier) and RetroPie.
How To Remove Backgrounds From Images With Python By Les Pounder published 23 October 22 With just eight lines of Python code we can create an application to remove the background from many images.
How To Get The News With Raspberry Pi Pico W and CircuitPython By Les Pounder last updated 24 October 22 With a little code we can use a Raspberry Pi Pico W and CircuitPython to grab the latest headlines and scroll them across a tiny OLED screen on our desktop.
How To Use The New Arduino IDE 2.0 By Les Pounder published 18 September 22 The Arduino IDE 2.0 has been released, and what a release it is. We go through the new features and use it to create a fun project with the venerable Arduino Uno.
How to Set Up a Raspberry Pi for the First Time By Avram Piltch last updated 21 September 22 Just got your first Raspberry Pi and are wondering how to get started? Here's what you need to do.
How To Use Picamera2 to Take Photos With Raspberry Pi By Les Pounder last updated 17 September 22 A new Python module is designed to easily capture images and video in your code. Learn how to capture HD video, and create camera triggers for nature cameras.
How to Turn a Raspberry Pi Into a Wi-Fi Access Point By Les Pounder last updated 17 September 22 Reuse your spare Raspberry Pi to add extra network access in your home, office, makerspace.
How to Make a Minecraft Server on Raspberry Pi By Avram Piltch last updated 17 September 22 Invite your friends to play on a server that lives in your home.
How to Set a Static IP Address on Raspberry Pi By Avram Piltch last updated 17 September 22 If you're running a local server, having a consistent IP can be helpful. Make sure your Pi has the same IP every time you boot it.
How to Set Up a Headless Raspberry Pi, Without Ever Attaching a Monitor By Avram Piltch last updated 17 September 22 By tweaking a few settings in Raspberry Pi imager, you can control your Pi over the network and will never need a screen.
How To Hide Passwords in Your Code With Raspberry Pi Pico W By Les Pounder last updated 20 August 22 Sharing code is how we learn, but we don’t want to share too much. In this how-to, we learn where to safely store our account credentials, and how to work with them.
How To Make A Raspberry Pi Pico W Web Server By Les Pounder last updated 14 October 22 The Raspberry Pi Pico W is mostly found powering maker projects, but in this how-to we use it to build an extremely low power web server.
How to Build Your Own 3D Printed Raspberry Pi Robot (Updated) By Kevin McAleer published 7 August 22 Update From designing the robot to 3D printing we show you the tools and talk you through the steps to build a Raspberry Pi robot.
How to Use Raspberry Pi Pico W With Node-RED By Les Pounder published 6 August 22 Harness the power of the $6 Raspberry Pi Pico W to create live data feeds
How to Send and Receive Data Using Raspberry Pi Pico W and MQTT (Updated) By Les Pounder last updated 24 October 22 The versatile $6 Raspberry Pi Pico W is a cost-effective means to gather and transmit data. when used with MQTT, this data can go global.
How to Connect Your Raspberry Pi Pico W to Twitter via IFTTT By Les Pounder published 24 July 22 Connecting the $6 Raspberry Pi Pico W to Twitter is a breeze using IFTTTs free service. In this how-to, we send live sensor data to Twitter using IFTTT and MicroPython.