Search results for: 'arcade button'

Getting Started with Particle Internet Button

Slowly but surely the electronics industry is moving away from discrete microcontrollers and towards boards that have sensors and extra functionality built in. This means that rather than buying a microcontroller and then needing to connect...

Slowly but surely the electronics industry is moving away from discrete microcontrollers and towards boards that have sensors and extra functionality built in. This means that rather than buying a microcontroller and then needing to connect...

PiicoDev Button | Getting Started Guide

Buttons are a ubiquitous user interface - of course, you've seen them everywhere! The humble button is often the fastest way to create a control interface for your project too. This guide will help you get started with a PiicoDev® Butt...

Buttons are a ubiquitous user interface - of course, you've seen them everywhere! The humble button is often the fastest way to create a control interface for your project too. This guide will help you get started with a PiicoDev® Butt...

How to Make a Safe Shutdown Button for Raspberry Pi

Pulling the power to your Raspberry Pi can cause image corruptions & other issues that can damage your Pi! In this article, we will create a small push button that will work as a ‘Safe-Shutdown’ option. We’ll connect i...

Pulling the power to your Raspberry Pi can cause image corruptions & other issues that can damage your Pi! In this article, we will create a small push button that will work as a ‘Safe-Shutdown’ option. We’ll connect i...

Safe Shut Down Button With Argon ONE Case For Raspberry Pi

All Argon ONE Cases for the Raspberry Pi 4 Model B have formidable feature sets, with my personal favourite feature being a safe On and Off button. Once the Pi has been installed to the case you can obtain full On and Off functionality...

All Argon ONE Cases for the Raspberry Pi 4 Model B have formidable feature sets, with my personal favourite feature being a safe On and Off button. Once the Pi has been installed to the case you can obtain full On and Off functionality...

Hello World with the OLED FeatherWing

The OLED Featherwing by Adafruit is a particularly interesting Wing; it gives you a 128x32 monochrome OLED display right on top of your feather board. There's also three buttons to use that are internally connected to your MCU and accessibl...

The OLED Featherwing by Adafruit is a particularly interesting Wing; it gives you a 128x32 monochrome OLED display right on top of your feather board. There's also three buttons to use that are internally connected to your MCU and accessibl...

8Bitdo Controller Modes

8Bitdo controllers are the best retro-gaming controllers you can buy. You could pick one up for your RetroPie gaming system so you can relax back on your lounge with your wireless gaming controller. We did a great write up on the process of...

8Bitdo controllers are the best retro-gaming controllers you can buy. You could pick one up for your RetroPie gaming system so you can relax back on your lounge with your wireless gaming controller. We did a great write up on the process of...

All About Electrical Switches

On and Off. It’s the basis for all electronics, from the most sophisticated computer network to a simple circuit. Electronics is all about using one thing, to control another, input and output, on and off. Even the transistors inside ...

On and Off. It’s the basis for all electronics, from the most sophisticated computer network to a simple circuit. Electronics is all about using one thing, to control another, input and output, on and off. Even the transistors inside ...

How to use a PiRelay HAT for Raspberry Pi - Multiple Relay Control with Voice or GUI

This guide will teach you exactly how to use a Raspberry Pi Single Board Computer to independently control 4 relays. A Relay is an electrically operated switch. This is all possible thanks to the PiRelay V2 HAT from SB Components. These re...

This guide will teach you exactly how to use a Raspberry Pi Single Board Computer to independently control 4 relays. A Relay is an electrically operated switch. This is all possible thanks to the PiRelay V2 HAT from SB Components. These re...

GUI with Tkinter in Python

Welcome to the next step on this Python voyage. Today we will be creating graphical user interfaces using the powerful Tkinter library. Graphical user interfaces are referred to as GUI and can be pronounced as Gooey. GUI is a visual way of ...

Welcome to the next step on this Python voyage. Today we will be creating graphical user interfaces using the powerful Tkinter library. Graphical user interfaces are referred to as GUI and can be pronounced as Gooey. GUI is a visual way of ...

Switches, Debouncing and the Arduino

When we boil it down, everyday interactions with electronics are usually limited to controlling stuff with switches. Whether it be turning on the lights, switching on your laptop or turning on the kettle, all examples of how a physical sw...

When we boil it down, everyday interactions with electronics are usually limited to controlling stuff with switches. Whether it be turning on the lights, switching on your laptop or turning on the kettle, all examples of how a physical sw...

Raspberry Pi Pico W | Create a Simple HTTP Server

In this guide we'll create a simple HTTP server using a Raspberry Pi Pico W. This server will be accessible from within a local WiFi network and can be used to read sensors and control hardware - in our case we'll drive an LED and read the...

In this guide we'll create a simple HTTP server using a Raspberry Pi Pico W. This server will be accessible from within a local WiFi network and can be used to read sensors and control hardware - in our case we'll drive an LED and read the...

Pycom GPy Getting Started

warning: Pycom has updated their libraries and the code listed below may not work. If you discover this and find a fix, please post it on our forum and we'll send you a $25 store credit along with a huge thank you. Go to Forum Thread. ...

warning: Pycom has updated their libraries and the code listed below may not work. If you discover this and find a fix, please post it on our forum and we'll send you a $25 store credit along with a huge thank you. Go to Forum Thread. ...

MicroPython for Micro:bit Workshop

Welcome to the MicroPython for micro:bit workshop! This workshop is aimed at makers who want to start programming with MicroPython, we will be using the micro:bit as it is very easy to use so we can cover the important concepts that will ap...

Welcome to the MicroPython for micro:bit workshop! This workshop is aimed at makers who want to start programming with MicroPython, we will be using the micro:bit as it is very easy to use so we can cover the important concepts that will ap...

Pycom Pysense & Pytrack: How to Update Firmware

UPDATE: This documentation now also applies to Pyscan and Expansion Board 3.0 Pysense and Pytrack boards have a “firmware update mode”. Unlike the Pycom microcontrollers you don’t add a jumper to the board to acces...

UPDATE: This documentation now also applies to Pyscan and Expansion Board 3.0 Pysense and Pytrack boards have a “firmware update mode”. Unlike the Pycom microcontrollers you don’t add a jumper to the board to acces...

Real Time Scanning and Storing QR Codes With Raspberry Pi and OpenCV

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS ...

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS ...

8Bitdo Zero Controller Review

It’s always a fun day when you get hands-on with a device as cool as the 8Bitdo Zero Bluetooth gamepad. 8Bitdo are known are for their re-creations of classic gaming controllers such as the SFC30 and NES30 which bring the magic of NES...

It’s always a fun day when you get hands-on with a device as cool as the 8Bitdo Zero Bluetooth gamepad. 8Bitdo are known are for their re-creations of classic gaming controllers such as the SFC30 and NES30 which bring the magic of NES...

How to Program a MicroBit using Thonny

Let's get set up with scripting in Thonny for the Micro:bit. We'll install Thonny, configure for Micro:bit, and write our first script. All you'll need to follow along is a Micro:bit v2 GO kit Contents Install Thonny Set u...

Let's get set up with scripting in Thonny for the Micro:bit. We'll install Thonny, configure for Micro:bit, and write our first script. All you'll need to follow along is a Micro:bit v2 GO kit Contents Install Thonny Set u...

8Bitdo NES30 Pro Controller Review

Today, we’re looking at the 8Bitdo NES30 Pro. It’s a newer controller from 8Bitdo and one that I’m really excited about. It’s an interesting gamepad, with the styling and form factor taking cues from both the classic...

Today, we’re looking at the 8Bitdo NES30 Pro. It’s a newer controller from 8Bitdo and one that I’m really excited about. It’s an interesting gamepad, with the styling and form factor taking cues from both the classic...

How to Build Internet-Connected Electronics Projects

What do we mean when we talk about the "Internet of Things"? Mostly we're talking about tiny computers that have access to the internet and do some useful work. Unlike the computers we're used to holding in our hands, they don't have a touc...

What do we mean when we talk about the "Internet of Things"? Mostly we're talking about tiny computers that have access to the internet and do some useful work. Unlike the computers we're used to holding in our hands, they don't have a touc...

How to Build Your Ultimate RetroPie Gaming Console

Amid all the new controllers that 8Bitdo have brought out and the mountain of Raspberry Pi cases and accessories that are available, we’ve bundled everything together to create the ultimate RetroPie gaming console. If you’ve bee...

Amid all the new controllers that 8Bitdo have brought out and the mountain of Raspberry Pi cases and accessories that are available, we’ve bundled everything together to create the ultimate RetroPie gaming console. If you’ve bee...

Pan-Tilt Hat with Raspberry Pi - Quick Start Guide

Pimironi Picade Pan-Tilt Hat lets you mount and control a pan-tilt module right on top of your Raspberry Pi palm-sized computer. Setting up a Pan and Tilt system has never been easier with absolutely no soldering required! Pe...

Pimironi Picade Pan-Tilt Hat lets you mount and control a pan-tilt module right on top of your Raspberry Pi palm-sized computer. Setting up a Pan and Tilt system has never been easier with absolutely no soldering required! Pe...

PiicoDev Capacitive Touch Sensor CAP1203 - Raspberry Pi Pico Guide

Let's get started with the PiicoDev ® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Raspberry Pi Pico and get it working with some example code to detect touch events. We'll also rem...

Let's get started with the PiicoDev ® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Raspberry Pi Pico and get it working with some example code to detect touch events. We'll also rem...

Introducing MakeCode: Adafruit Circuit Playground Express

One of the greatest features of the Adafruit Circuit Playground Express is its MakeCode compatibility. MakeCode is an exciting coding interface that makes coding accessible for those with little or no exposure to how coding works or how it ...

One of the greatest features of the Adafruit Circuit Playground Express is its MakeCode compatibility. MakeCode is an exciting coding interface that makes coding accessible for those with little or no exposure to how coding works or how it ...

How to make a Raspberry Pi NAS - A NAS-Berry that Runs Open Media Vault

Welcome to the best article on setting up an OpenMediaVault-based NAS on a Raspberry Pi Single Board Computer! This guide is the fastest and best way to go about it. Raspberry Pi single-board computers are purpose-built to run 24/7, with a...

Welcome to the best article on setting up an OpenMediaVault-based NAS on a Raspberry Pi Single Board Computer! This guide is the fastest and best way to go about it. Raspberry Pi single-board computers are purpose-built to run 24/7, with a...

Control Large GoBILDA DC Motors With a Raspberry Pi - Pololu Motoron HAT

This guide will demonstrate exactly how to control any large DC Motors that we stock with a Raspberry Pi Single Board Computer, through code or through a Bluetooth Controller. To clarify (in my mind) a large DC Motors runs at 12+ Volt...

This guide will demonstrate exactly how to control any large DC Motors that we stock with a Raspberry Pi Single Board Computer, through code or through a Bluetooth Controller. To clarify (in my mind) a large DC Motors runs at 12+ Volt...

Raspberry Pi Workshop for Beginners

Welcome to the Raspberry Pi Workshop for Beginners! Here you'll be able to follow along with our series of bite-sized videos that cover everything you'll need to know to get started with your Raspberry Pi, and start making awesome project...

Welcome to the Raspberry Pi Workshop for Beginners! Here you'll be able to follow along with our series of bite-sized videos that cover everything you'll need to know to get started with your Raspberry Pi, and start making awesome project...

Zero To Maker Workshop | Fab Academy (Our Experience)

Welcome to 'Zero to Maker,' a workshop that will walk through and introduce a ton of tools and skills to help Makers of all skill levels! In this series, Jaryd and Liam will be completing projects as a part of the 2024 Fab Academy and...

Welcome to 'Zero to Maker,' a workshop that will walk through and introduce a ton of tools and skills to help Makers of all skill levels! In this series, Jaryd and Liam will be completing projects as a part of the 2024 Fab Academy and...

Makerverse Load Cell Kit Guide | Measure Weights and Forces

Introduction Welcome to the guide for the Makerverse Load Cell kit. With this hardware you will be able to make a set of scales capable of measuring weights up to 3kg with a precision as low as 0.1g! To follow along you will need: ...

Introduction Welcome to the guide for the Makerverse Load Cell kit. With this hardware you will be able to make a set of scales capable of measuring weights up to 3kg with a precision as low as 0.1g! To follow along you will need: ...

Using USB and Bluetooth Controllers with Python

The Raspberry Pi is an amazing piece of technology, and it’s the platform of choice for all kinds of projects. Something that makes it great is the integration of complex hardware that is taken care of for you. For example, if you wan...

The Raspberry Pi is an amazing piece of technology, and it’s the platform of choice for all kinds of projects. Something that makes it great is the integration of complex hardware that is taken care of for you. For example, if you wan...

Makerverse Essentials Kit Guide | Build Circuits and Code with MicroPython

IntroductionWelcome to the guide for the Makerverse Essentials Kit. This kit provides the fundamental hardware required to construct many of the kits in the Makerverse Kits range along with providing hardware which will continue to be usef...

IntroductionWelcome to the guide for the Makerverse Essentials Kit. This kit provides the fundamental hardware required to construct many of the kits in the Makerverse Kits range along with providing hardware which will continue to be usef...

E-Textiles / Wearables Compared: LilyPad vs GEMMA vs Microbit

Every good E-Textiles or Wearables project needs to start somewhere, and the natural starting point for any project is choosing the right microcontroller. There are many good choices out there, and we will compare a few of the best and brig...

Every good E-Textiles or Wearables project needs to start somewhere, and the natural starting point for any project is choosing the right microcontroller. There are many good choices out there, and we will compare a few of the best and brig...

Uninterruptible Power Supplies (UPS) With Raspberry Pi 4 Model B | PiJuice HAT

Now I'm not talking about a delivery service - I'm talking about an Uninterruptable Power Supply for your Raspberry Pi 4. So if your Raspberry Pi project needs to be powered all the time relying solely on the mains power system may leave y...

Now I'm not talking about a delivery service - I'm talking about an Uninterruptable Power Supply for your Raspberry Pi 4. So if your Raspberry Pi project needs to be powered all the time relying solely on the mains power system may leave y...

Pi To All The World With GPIO

So you’ve got your Raspberry Pi. You’ve gotten NOOBS setup on it, explored Raspbian a bit, and you’re feeling like a bit of a pro. Awesome! Now let’s get down to the nitty gritty side of things, what it’s ...

So you’ve got your Raspberry Pi. You’ve gotten NOOBS setup on it, explored Raspbian a bit, and you’re feeling like a bit of a pro. Awesome! Now let’s get down to the nitty gritty side of things, what it’s ...

Raspberry Pi Imager - How to Use

This will be a quick 101 on how to use the Raspberry Pi Imager so that you can Flash a new Micro-SD Card. Everything you need to use this Software will be found in this article. The contents of this guide can be seen below. - Download Loc...

This will be a quick 101 on how to use the Raspberry Pi Imager so that you can Flash a new Micro-SD Card. Everything you need to use this Software will be found in this article. The contents of this guide can be seen below. - Download Loc...

Configuring 8Bitdo N64 Controller Mapping

RetroPie is a fantastic system, and once you map your input device, it will take those mappings and apply them to all of the emulators on RetroPie. If you’re new to RetroPie and want to find out a bit more, take a read of our Gaming ...

RetroPie is a fantastic system, and once you map your input device, it will take those mappings and apply them to all of the emulators on RetroPie. If you’re new to RetroPie and want to find out a bit more, take a read of our Gaming ...

How to Pair and Map 8Bitdo SF30 Pro Controller with RetroPie

8Bitdo have brought joy to many retro-gaming enthusiasts with their SF30 Pro Bluetooth controller. It’s a fantastic piece of gear, and one of our favourite controllers to use with a RetroPie setup. We’ve covered off on our thoug...

8Bitdo have brought joy to many retro-gaming enthusiasts with their SF30 Pro Bluetooth controller. It’s a fantastic piece of gear, and one of our favourite controllers to use with a RetroPie setup. We’ve covered off on our thoug...

Internet of Things with Pycom and Adafruit IO - From Zero to Hero

Introduction We’re going from zero to hero. Starting from nothing we’ll get a WiPy communicating with Adafruit IO, an IoT service out on the Internet. We’ll be able to send data from the device to the cloud and control th...

Introduction We’re going from zero to hero. Starting from nothing we’ll get a WiPy communicating with Adafruit IO, an IoT service out on the Internet. We’ll be able to send data from the device to the cloud and control th...

PiicoDev Distance Sensor VL53L1X - Micro:bit Guide

Introduction This guide will help you read distance data in millimetres from your PiicoDev Distance Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit A PiicoDev Distance Sensor VL53L1X A PiicoDev adapter for Mic...

Introduction This guide will help you read distance data in millimetres from your PiicoDev Distance Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit A PiicoDev Distance Sensor VL53L1X A PiicoDev adapter for Mic...

Makerverse Audio Kit Guide | Play Music and Generate Tones

IntroductionWelcome to the guide for the Makerverse Audio Kit. This kit will allow you to build a music player, a musical keyboard, and a sound effect soundboard! To follow along you will need: The Makerverse Audio Kit The Makerverse ...

IntroductionWelcome to the guide for the Makerverse Audio Kit. This kit will allow you to build a music player, a musical keyboard, and a sound effect soundboard! To follow along you will need: The Makerverse Audio Kit The Makerverse ...

How to Use HC-05 Bluetooth Modules

So we’ve taken a look at what Bluetooth is in our Introduction to Bluetooth tutorial, and hopefully, you’ve found our Choosing a Bluetooth Module For Your Project tutorial useful in deciding which Bluetooth module is right ...

So we’ve taken a look at what Bluetooth is in our Introduction to Bluetooth tutorial, and hopefully, you’ve found our Choosing a Bluetooth Module For Your Project tutorial useful in deciding which Bluetooth module is right ...

How to use a NFC Reader with Raspberry Pi

Near Field Communication (NFC) is used all and everywhere. As it stands there are over two billion NFC-enabled devices (many of them smartphones) in use today. This basically means over 20% of the world’s population has access t...

Near Field Communication (NFC) is used all and everywhere. As it stands there are over two billion NFC-enabled devices (many of them smartphones) in use today. This basically means over 20% of the world’s population has access t...

How to use a RTC With an Arduino UNO R3 to Create an Accurate Clock (LCD Screen and Nixie Tubes)

Today we're pulling out the breadboard, getting up and running with an RTC module then finishing up by making ourselves a clock that will keep the correct time even when we pull the plug. To achieve this we will be combining three main com...

Today we're pulling out the breadboard, getting up and running with an RTC module then finishing up by making ourselves a clock that will keep the correct time even when we pull the plug. To achieve this we will be combining three main com...

Analog Electronics Crash Course

Welcome to our beginners tutorial on analog electronics. Living in the digital age that we do, it’s easy to disregard the world of discrete analog components, however these concepts form the basis for everything from your mobile phon...

Welcome to our beginners tutorial on analog electronics. Living in the digital age that we do, it’s easy to disregard the world of discrete analog components, however these concepts form the basis for everything from your mobile phon...

How to Save Games on RetroPie

So you've got your brand new RetroPie gaming kit setup, but you've got no idea how to save your games. No one wants to be starting afresh each and every time they jump onto their Pi for some light gaming. I've put together this handy guide ...

So you've got your brand new RetroPie gaming kit setup, but you've got no idea how to save your games. No one wants to be starting afresh each and every time they jump onto their Pi for some light gaming. I've put together this handy guide ...

Our 8Bitdo SF30 Pro Controller Overview

The 8Bitdo SF30 Pro was launched at the end of 2017 by 8Bitdo in an effort to create the ultimate, ‘portable’ gaming controller. Having become known for their faithful recreations of vintage gaming controllers, the SF30 Pro is a...

The 8Bitdo SF30 Pro was launched at the end of 2017 by 8Bitdo in an effort to create the ultimate, ‘portable’ gaming controller. Having become known for their faithful recreations of vintage gaming controllers, the SF30 Pro is a...

Micro:bit Soil Moisture Sensor

The Micro:bit is great for small portable projects like a soil moisture sensor. In this tutorial, we will walk through how to program a Micro:bit to make a reliable and consistent soil moisture sensor that will give consistent readings. The...

The Micro:bit is great for small portable projects like a soil moisture sensor. In this tutorial, we will walk through how to program a Micro:bit to make a reliable and consistent soil moisture sensor that will give consistent readings. The...

Create a Smartphone App for Particle Without Coding

By now you’re probably loving the platform that is Particle and all these crazy ideas of how to create the next big IoT thing (Internet of Things thing…hmm), but for many inventors, the stumbling block is integrating your creat...

By now you’re probably loving the platform that is Particle and all these crazy ideas of how to create the next big IoT thing (Internet of Things thing…hmm), but for many inventors, the stumbling block is integrating your creat...

RaspController - Use Your Phone to Control Your Raspberry Pi

There are many different ways to use your mobile phone to remotely control and manage any Raspberry Pi and one of the best options out there to date is the phone application RaspController (you can also find it for free in the Google P...

There are many different ways to use your mobile phone to remotely control and manage any Raspberry Pi and one of the best options out there to date is the phone application RaspController (you can also find it for free in the Google P...

Circuit Playground Express Workshop for Educators and Beginners

Welcome to the Circuit Playground Express Workshop! This workshop is geared toward educators and coding beginners, who want to get started programming with this easy to use platform. We will go over everything you need to know to get you st...

Welcome to the Circuit Playground Express Workshop! This workshop is geared toward educators and coding beginners, who want to get started programming with this easy to use platform. We will go over everything you need to know to get you st...

Use a ESP32-CAM Module to Stream HD Video Over Local Network

Cameras in combination with artificial intelligence create arguably the most powerful sensor you can ever put on a microcontroller. So that’s exactly what we will do here with an ESP32-CAM Development Board that sports an inbuilt 2MB...

Cameras in combination with artificial intelligence create arguably the most powerful sensor you can ever put on a microcontroller. So that’s exactly what we will do here with an ESP32-CAM Development Board that sports an inbuilt 2MB...

Our Adafruit Circuit Playground Express Overview

Adafruit has done it again with the new and improved Circuit Playground Express. This new version of the Circuit Playground is packed with even more sensors, and capacitive touch ready connection pads. This is a great board for makers ...

Adafruit has done it again with the new and improved Circuit Playground Express. This new version of the Circuit Playground is packed with even more sensors, and capacitive touch ready connection pads. This is a great board for makers ...

Rigol's PC software: Ultra-Sigma and beyond

The ability to connect your test equipment to a local PC is invaluable. It allows monitoring and the use of your equipment via a PC interface. That includes coveted mouse/keyboard control! This control centre capability is essential when yo...

The ability to connect your test equipment to a local PC is invaluable. It allows monitoring and the use of your equipment via a PC interface. That includes coveted mouse/keyboard control! This control centre capability is essential when yo...

Pico Armour - A 3D Printable Case for the Raspberry Pi Pico

A super quick article for those who just got their hands on the Raspberry Pi Pico and want to keep it safe and snug in a case. Either with a resin printer or fused filament printer both can produce excellent cases. It was very pleasant prot...

A super quick article for those who just got their hands on the Raspberry Pi Pico and want to keep it safe and snug in a case. Either with a resin printer or fused filament printer both can produce excellent cases. It was very pleasant prot...

Digital Signage with the Raspberry Pi

A big project request for the Raspberry Pi is the ability to make a digital sign, that loops images/videos/other media fullscreen with no interactivity. This can be a great way to display dashboards, promotional videos and other media. For ...

A big project request for the Raspberry Pi is the ability to make a digital sign, that loops images/videos/other media fullscreen with no interactivity. This can be a great way to display dashboards, promotional videos and other media. For ...

PiicoDev Capacitive Touch Sensor CAP1203 - Raspberry Pi Guide

Let's get started with the PiicoDev® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Raspberry Pi and get it working with some example code to detect touch events. We'll also remix the c...

Let's get started with the PiicoDev® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Raspberry Pi and get it working with some example code to detect touch events. We'll also remix the c...

Infrared (IR) Controlled Lights with CircuitPython: Adafruit Circuit Playground Express

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

4G and GPS HAT For Raspberry Pi - Waveshare SIM7600X

Love your Raspberry Pi but wish it had even more connectivity akin to your mobile phone. Then the Waveshare 4G HAT is the solution for you! HAT simply means Hardware attached On Top. With this installed on your Raspberry Pi Single Board Co...

Love your Raspberry Pi but wish it had even more connectivity akin to your mobile phone. Then the Waveshare 4G HAT is the solution for you! HAT simply means Hardware attached On Top. With this installed on your Raspberry Pi Single Board Co...

Pycom GPy & FiPy Cellular LTE Firmware Update

There are three levels of firmware upgrades that are required on Pycom gear. First, performing an upgrade on the firmware of any of the Pycom microcontrollers is a simple affair. Download the Pycom Firmware Update application as linked in t...

There are three levels of firmware upgrades that are required on Pycom gear. First, performing an upgrade on the firmware of any of the Pycom microcontrollers is a simple affair. Download the Pycom Firmware Update application as linked in t...

Working with the Particle IDE

In case you haven’t heard, the Internet of Things (IoT) is upon us. More and more devices everyday are being connected to the internet to communicate to people and other devices. Particle have seen the DIY/maker community’s desi...

In case you haven’t heard, the Internet of Things (IoT) is upon us. More and more devices everyday are being connected to the internet to communicate to people and other devices. Particle have seen the DIY/maker community’s desi...

Ultimaker Cura - An Overview for Makers

This will be a guide giving an overview of Cura, the open-source 3D printing slicing application from the smart cats at Ultimaker. Put simply Ultimaker Cura is a software which allows you to turn the computer file of your design into a reci...

This will be a guide giving an overview of Cura, the open-source 3D printing slicing application from the smart cats at Ultimaker. Put simply Ultimaker Cura is a software which allows you to turn the computer file of your design into a reci...

Hand Recognition and Finger Identification with Raspberry Pi and OpenCV

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto y...

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto y...

Raspberry Pi Pico Workshop for Beginners

Welcome to the Raspberry Pi Pico Workshop, where you will learn everything you need to know to hit the ground running and start making your own projects with the Raspberry Pi Pico and MicroPython. This workshop is designed for complete beg...

Welcome to the Raspberry Pi Pico Workshop, where you will learn everything you need to know to hit the ground running and start making your own projects with the Raspberry Pi Pico and MicroPython. This workshop is designed for complete beg...

Introducing CircuitPython: Adafruit Circuit Playground Express

CircuitPython is a variant of MicroPython that is designed with ease of use and simplicity in mind, and it works great with the Adafruit Circuit Playground Express. CircuitPython is based on the very popular Python programming language, the...

CircuitPython is a variant of MicroPython that is designed with ease of use and simplicity in mind, and it works great with the Adafruit Circuit Playground Express. CircuitPython is based on the very popular Python programming language, the...

USB Keyboard-Mouse with Teensy

Hey all! By now you should have heard about all the wonderful Teensy Boards produced by Paul Stoffregen and the PJRC team but, in case you haven't, they're a collection of high-speed, ARM-based microcontrollers that...

Hey all! By now you should have heard about all the wonderful Teensy Boards produced by Paul Stoffregen and the PJRC team but, in case you haven't, they're a collection of high-speed, ARM-based microcontrollers that...

Gaming Kit for RetroPie

Video gaming has evolved tremendously over the last decade, console games produce near real-life graphics, and playing with friends across the globe is easier than sending a text message. This is all well and good, but there are those of us...

Video gaming has evolved tremendously over the last decade, console games produce near real-life graphics, and playing with friends across the globe is easier than sending a text message. This is all well and good, but there are those of us...

Pose Estimation and Face Landmark Tracking with Raspberry Pi and OpenCV

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto yo...

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto yo...

Pycom Pysense Getting Started Guide

The Pysense expansion board from Pycom has many sensors. In Pycom Pytrack Getting Started, I showed how with some Processing code we can see the real-time position of the board in 3D. That project works with the Pysense too. How about we sh...

The Pysense expansion board from Pycom has many sensors. In Pycom Pytrack Getting Started, I showed how with some Processing code we can see the real-time position of the board in 3D. That project works with the Pysense too. How about we sh...

Layer Heights when Resin 3D Printing | Accurate 28mm Scale Models or Maximum Printer Output

Speed or Perfection? That choice is what an understanding of Layer Heights whenever Resin 3D printing is going to provide you. Any Traditional Resin 3D Printer worth its salt will let you print with Layer Heights between 10 Micron to 100 Mi...

Speed or Perfection? That choice is what an understanding of Layer Heights whenever Resin 3D printing is going to provide you. Any Traditional Resin 3D Printer worth its salt will let you print with Layer Heights between 10 Micron to 100 Mi...

How to use Force Sensitive Resistors with a Raspberry Pi and a ADS1015 ADC

Force-sensitive resistors (FSR) are remarkable electrical components and are proper unsung heroes in the Makers World. Name me a better variable touch input device which has basically no moving parts, all whilst being available in such a t...

Force-sensitive resistors (FSR) are remarkable electrical components and are proper unsung heroes in the Makers World. Name me a better variable touch input device which has basically no moving parts, all whilst being available in such a t...

Overview of Resin 3D Printing and Calibrating the Print Platform with the Creality LD-002H

Resin 3D printers are an immensely powerful tool in the hands of a maker and they have never been more accessible. This will be a rundown on this technology, contrasting it to filament 3D printing and an explanation of tools whilst tea...

Resin 3D printers are an immensely powerful tool in the hands of a maker and they have never been more accessible. This will be a rundown on this technology, contrasting it to filament 3D printing and an explanation of tools whilst tea...

Micro:bit Light and UV Sensing

Every Micro:bit has the ability to measure visible light, but what about UV light? Imagine that you are growing a plant on the window sill in a well-lit room. Does your plant have enough light? Plants need UV light to photosynthesize e...

Every Micro:bit has the ability to measure visible light, but what about UV light? Imagine that you are growing a plant on the window sill in a well-lit room. Does your plant have enough light? Plants need UV light to photosynthesize e...

Face Recognition With Raspberry Pi and OpenCV

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Mi...

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Mi...

PiicoDev Magnetometer QMC6310 - Guide for MicroBit

Let's get started with the PiicoDev® Magnetometer. In this guide, we'll connect the Magnetometer to our micro:bit, get it working as a compass, and read the magnetic field strength of a nearby magnet. To follow along, it's best to...

Let's get started with the PiicoDev® Magnetometer. In this guide, we'll connect the Magnetometer to our micro:bit, get it working as a compass, and read the magnetic field strength of a nearby magnet. To follow along, it's best to...

Detect Speed with a Raspberry Pi, Camera and OpenCV

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Mi...

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Mi...

Color Matching with the Light Sensor in MakeCode: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

All Pycom Boards and Expansion Boards Compared

Pycom is a constantly groundbreaking company which produces a lot of really cool development boards and expansion shields. They have a large focus on multiple network connectivity, particularly in regards to low power, long-distance informa...

Pycom is a constantly groundbreaking company which produces a lot of really cool development boards and expansion shields. They have a large focus on multiple network connectivity, particularly in regards to low power, long-distance informa...

Controlling a Solenoid with Raspberry Pi and a Relay

Here is how to control a 12 Volt Solenoid with a Raspberry Pi using a 5 Volt Relay. Solenoids are an immensely useful way to turn electrical energy into a linear motion. Solenoids come in a variety of different specifications with 5 Volt an...

Here is how to control a 12 Volt Solenoid with a Raspberry Pi using a 5 Volt Relay. Solenoids are an immensely useful way to turn electrical energy into a linear motion. Solenoids come in a variety of different specifications with 5 Volt an...

Raspberry Pi Pico with LoRaWAN and The Things Network - Makerverse LoRa-E5 Module - Transmit Weather Data into IoT

Feel restricted by your connectivity? Want to send data from a remote node 10km away from civilization? Or ~3km when you are in a built-up civilization. Feel the urge for Liberation? Then I have the solution for you! Using only hardware bu...

Feel restricted by your connectivity? Want to send data from a remote node 10km away from civilization? Or ~3km when you are in a built-up civilization. Feel the urge for Liberation? Then I have the solution for you! Using only hardware bu...

Solar Powered Raspberry Pi 4 Model B

This is going to be easier than you thought (or at least much easier than I thought)! Today we will create a Raspberry Pi 4 Model B UPS PiJuice System that will be completely powered by a Solar Panel. It's coming up to winter over here so I...

This is going to be easier than you thought (or at least much easier than I thought)! Today we will create a Raspberry Pi 4 Model B UPS PiJuice System that will be completely powered by a Solar Panel. It's coming up to winter over here so I...

Preparing a Computer Model for Resin 3D Printing – Lychee Slicer

So you have a 3D CAD (Computer-Aided Design) file and you want to 3D print it with a resin printer. Then look no further, you have come to the right place. So before you can print your CAD model we are going to need a sliced file of th...

So you have a 3D CAD (Computer-Aided Design) file and you want to 3D print it with a resin printer. Then look no further, you have come to the right place. So before you can print your CAD model we are going to need a sliced file of th...

PiicoDev RFID Module - Guide for micro:bit

Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...

Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...

How to Update Firmware on Rigol Oscilloscopes

This tutorial will show you how to update the software on your Rigol Oscilloscope. This will unlock the latest features as well as solve some bugs. What you will need. Rigol Digital OscilloScope (1054Z or 1104Z) USB thumb drive (any wi...

This tutorial will show you how to update the software on your Rigol Oscilloscope. This will unlock the latest features as well as solve some bugs. What you will need. Rigol Digital OscilloScope (1054Z or 1104Z) USB thumb drive (any wi...

How to use Stepper Motors and DC Motors with a Raspberry Pi - Adafruit DC & Stepper Motor HAT

This guide will demonstrate exactly how to control Standard Stepper Motors and DC Motors with a Raspberry Pi Single-Board Computer. To do this as seamlessly as possible we will utilise a HAT. HAT stands for Hardware Attached on Top. HAT bo...

This guide will demonstrate exactly how to control Standard Stepper Motors and DC Motors with a Raspberry Pi Single-Board Computer. To do this as seamlessly as possible we will utilise a HAT. HAT stands for Hardware Attached on Top. HAT bo...

Fingerprint Scanner with Raspberry Pi Single Board Computer - Unlock with Biometrics!

Let's unlock Biometric Control on our Raspberry Pi Single Board Computers! Biometric Technology uses unique physical or behavioral attributes that are individual to each person and not (easily) replicable. Extraordinarily everyone on Earth...

Let's unlock Biometric Control on our Raspberry Pi Single Board Computers! Biometric Technology uses unique physical or behavioral attributes that are individual to each person and not (easily) replicable. Extraordinarily everyone on Earth...

WLED Phone App | Control Addressable LEDs with an ESP32 or ESP8266

Today will be all about controlling Fully Addressable LED Lights using any Espressif ESP32 Development Board and your mobile Phone all through WIFI!  All possible by WLED. There are many ways to use your mobile phone to remotely...

Today will be all about controlling Fully Addressable LED Lights using any Espressif ESP32 Development Board and your mobile Phone all through WIFI!  All possible by WLED. There are many ways to use your mobile phone to remotely...

Integrated Computer Vision Package - OAK-D Lite With Raspberry Pi Set Up

If you ever needed a performance boost when running Machine Learnt AI Systems (like facial recognition) with a Raspberry Pi Single Board Computer then I have a solution for you. The OAK-D Lite. The Oak-D Lite is the Leatherman Multi-tool o...

If you ever needed a performance boost when running Machine Learnt AI Systems (like facial recognition) with a Raspberry Pi Single Board Computer then I have a solution for you. The OAK-D Lite. The Oak-D Lite is the Leatherman Multi-tool o...

The Things Network, IFTTT, and BEYOND!

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. Connecting your Pycom Lopy4 or an...

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. Connecting your Pycom Lopy4 or an...

WiFi GlowBit Matrix Control with WLED and ESP32/ESP8266 Dev Boards – Make Pixel Art with No Code!

Nothing beats bright shiny colourful lights and adding an extra dimension only makes them better.  This guide demonstrates the fastest and most customizable way to have WS2812B grids of fully addressable LED Nodes come alive. Exactly ...

Nothing beats bright shiny colourful lights and adding an extra dimension only makes them better.  This guide demonstrates the fastest and most customizable way to have WS2812B grids of fully addressable LED Nodes come alive. Exactly ...

Color Matching with the Light Sensor and CircuitPython: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

The Adafruit Circuit Playground Express comes equipped with an analog light sensor, but it can be used for much more than just sensing light or darkness! The light sensor has a similar spectral response to the human eye. Its connected to an...

Set Up a Geophone with a Raspberry Pi and an ADC (ADS1115)

Geophones are devices that generate electric signals proportional to the particle velocity in a sound/compression wave. More simply a Geophone is a super low frequency microphone for the ground. Geophones are used around the world to measu...

Geophones are devices that generate electric signals proportional to the particle velocity in a sound/compression wave. More simply a Geophone is a super low frequency microphone for the ground. Geophones are used around the world to measu...

Webhooks with Particle.io

Have you ever heard people talk about how amazing the Internet of Things is and how you can leverage the power of the internet by creating IoT devices, but not really known how to get started? This tutorial is for you! We’re going to ...

Have you ever heard people talk about how amazing the Internet of Things is and how you can leverage the power of the internet by creating IoT devices, but not really known how to get started? This tutorial is for you! We’re going to ...

Programming with USB-Serial Converters

Thanks to huge advancements in technology over the last decade, the maker community that we know and love has thrived. It’s now easier than ever before to get started with programming and tinkering due to the innovation from brands su...

Thanks to huge advancements in technology over the last decade, the maker community that we know and love has thrived. It’s now easier than ever before to get started with programming and tinkering due to the innovation from brands su...

Flask Web App Framework with Python

There has been uncovered a new worthwhile step on the Python Journey thanks to the help of my co-worker and forum superstar Owen. That step is the Flask Web App Framework for Python. This framework is going to allow you to do thin...

There has been uncovered a new worthwhile step on the Python Journey thanks to the help of my co-worker and forum superstar Owen. That step is the Flask Web App Framework for Python. This framework is going to allow you to do thin...

How to network XBee and the Arduino

Want to setup a wireless XBee network between some Arduinos and your PC? We're going to show you how. We will be using Series 1 XBee modules alongside some XBee Explorer USB modules from Sparkfun to set up our own Personal Area Network (PAN...

Want to setup a wireless XBee network between some Arduinos and your PC? We're going to show you how. We will be using Series 1 XBee modules alongside some XBee Explorer USB modules from Sparkfun to set up our own Personal Area Network (PAN...

Pycom Expansion Board - Getting Started

Where do I start? If you’re new to programming Python is a great place to start! I’ve seen Python taught to primary school age children and I have used Python in a Machine Intelligence course at university. It’s no wonder...

Where do I start? If you’re new to programming Python is a great place to start! I’ve seen Python taught to primary school age children and I have used Python in a Machine Intelligence course at university. It’s no wonder...

Object and Animal Recognition With Raspberry Pi and OpenCV

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto yo...

[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto yo...

How to use an ESP8266 in the Arduino IDE

In August of 2014 Shanghai-based chip manufacturer, Espressif, released a ultra-cheap Serial to Wi-Fi chip called the ESP-01. At the heart of the ESP01 was an ESP8266 chip broken out into the 8 pins needed to program it via a microcontrolle...

In August of 2014 Shanghai-based chip manufacturer, Espressif, released a ultra-cheap Serial to Wi-Fi chip called the ESP-01. At the heart of the ESP01 was an ESP8266 chip broken out into the 8 pins needed to program it via a microcontrolle...

PiicoDev Magnetometer QMC6310 - Guide for Raspberry Pi Pico

Let's get started with the PiicoDev® Magnetometer. In this guide, we'll connect the Magnetometer to our Raspberry Pi Pico, get it working as a compass, and read the magnetic field strength of a nearby magnet. Finally, we'll remix the c...

Let's get started with the PiicoDev® Magnetometer. In this guide, we'll connect the Magnetometer to our Raspberry Pi Pico, get it working as a compass, and read the magnetic field strength of a nearby magnet. Finally, we'll remix the c...

Setting up 8Bitdo Controllers in RetroPie

Hey there, are you loving the vintage gaming experience that is RetroPie? Wait, you haven’t heard of RetroPie. No! You’d better go and check out our Gaming Kit for RetroPie tutorial ASAP. Oh good, you now know the awesomeness t...

Hey there, are you loving the vintage gaming experience that is RetroPie? Wait, you haven’t heard of RetroPie. No! You’d better go and check out our Gaming Kit for RetroPie tutorial ASAP. Oh good, you now know the awesomeness t...

Optimal Layer Exposure Time for Perfect Resin Prints

Layer Exposure Time is the crucial parameter that when dialed in will change average 3D resin printed components into awesome, crispy, final results that capture every single detail of the CAD model. As a general rule for Normal Layer ...

Layer Exposure Time is the crucial parameter that when dialed in will change average 3D resin printed components into awesome, crispy, final results that capture every single detail of the CAD model. As a general rule for Normal Layer ...

Support Material: Printing and Removal

By default, FFF/FDM 3D Printers require the 3D Models they print to grow up from the Print bed at an angle of 45 or more. This is by far the biggest limitation of all 3D Printers. To print models that don't follow that rule, and have parts ...

By default, FFF/FDM 3D Printers require the 3D Models they print to grow up from the Print bed at an angle of 45 or more. This is by far the biggest limitation of all 3D Printers. To print models that don't follow that rule, and have parts ...

PiicoDev Magnetometer QMC6310 - Guide for Raspberry Pi

Let's get started with the PiicoDev® Magnetometer. In this guide we'll connect the Magnetometer to our Raspberry Pi, get it working as a compass, and read the magnetic field strength of a nearby magnet. Finally, we'll remix the code to ...

Let's get started with the PiicoDev® Magnetometer. In this guide we'll connect the Magnetometer to our Raspberry Pi, get it working as a compass, and read the magnetic field strength of a nearby magnet. Finally, we'll remix the code to ...

DFRobot 8.9 Inch 1920x1200 IPS Touch Display For Raspberry Pi - Set Up Guide

It is time for a high-quality, complete package, 1920x1200 (HD) display set up with a Raspberry Pi Single-Board Computer. In regards to touch screens with Raspberry Pi have looked at Tiny GPIO HAT LCD displays, medium-sized AMOLED maker di...

It is time for a high-quality, complete package, 1920x1200 (HD) display set up with a Raspberry Pi Single-Board Computer. In regards to touch screens with Raspberry Pi have looked at Tiny GPIO HAT LCD displays, medium-sized AMOLED maker di...

DIY 10W Bluetooth Speaker - No Code Needed – How to use a Bluetooth 4.2 Audio Receiver Board with Onboard Amplifier (MH-M38)

Let's turn it up to 11! Today we are getting right into Bluetooth Audio Receivers in particular the MH-M38. The MH-M38 is a stereo audio receiver with loudspeaker outputs (and an inbuilt amplifier) that can play music from a smartphone/com...

Let's turn it up to 11! Today we are getting right into Bluetooth Audio Receivers in particular the MH-M38. The MH-M38 is a stereo audio receiver with loudspeaker outputs (and an inbuilt amplifier) that can play music from a smartphone/com...

Lightning Sensor with a Raspberry Pi Single Board Computer - 40 KM RADIUS RANGE!

What if I told you that you could have the power to detect a lightning strike from 40km away? You'd probably think I've gone mad watching too many Marvel movies. But it is true! All thanks to the DFRobot Gravity: Lightning Sensor. Accessib...

What if I told you that you could have the power to detect a lightning strike from 40km away? You'd probably think I've gone mad watching too many Marvel movies. But it is true! All thanks to the DFRobot Gravity: Lightning Sensor. Accessib...

Visual Thermometer with MakeCode: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes packed with onboard sensors, in this tutorial we will learn about using the temperature sensor in MakeCode. MakeCode is great for a simple project because its block-based interface and pre-built...

The Adafruit Circuit Playground Express comes packed with onboard sensors, in this tutorial we will learn about using the temperature sensor in MakeCode. MakeCode is great for a simple project because its block-based interface and pre-built...

Getting Started with Rotary Encoders | Examples with Raspberry Pi Pico

In this guide, we'll learn what a Rotary Encoder is, when and why we might use a Rotary Encoder, and how to use a Rotary Encoder with a Raspberry Pi Pico. To follow along all you'll need is: A Rotary Encoder - we recommend using our br...

In this guide, we'll learn what a Rotary Encoder is, when and why we might use a Rotary Encoder, and how to use a Rotary Encoder with a Raspberry Pi Pico. To follow along all you'll need is: A Rotary Encoder - we recommend using our br...

Your First Print with a Lulzbot 3D Printer

Once you receive and unbox your Lulzbot machine you might be so eager to print things, you skip a few steps in the setup process and all of a sudden you are having all sorts of difficulties that you can’t understand. It happens, what ...

Once you receive and unbox your Lulzbot machine you might be so eager to print things, you skip a few steps in the setup process and all of a sudden you are having all sorts of difficulties that you can’t understand. It happens, what ...

Pycom Pytrack Getting Started

In this getting started guide we’ll use the Pytrack from Pycom to detect our location on Earth using the onboard GPS module and use the accelerometer to control a 3D model on the PC. I put a WiPy onto my Pytrack, connected it to ...

In this getting started guide we’ll use the Pytrack from Pycom to detect our location on Earth using the onboard GPS module and use the accelerometer to control a 3D model on the PC. I put a WiPy onto my Pytrack, connected it to ...

Micro:bit Temperature and Humidity Sensing

The Micro:bit has the ability to measure temperature by sensing the temperature of the silicon die inside the main CPU. This works because the Micro:bit runs cold, and the temperature of the CPU is usually a good approximation of ...

The Micro:bit has the ability to measure temperature by sensing the temperature of the silicon die inside the main CPU. This works because the Micro:bit runs cold, and the temperature of the CPU is usually a good approximation of ...

Using your Arbitrary Waveform Generator

By now you are aware that when it comes to measuring electronic signals, oscilloscopes are what you are going to be using. However, if you were providing a circuit with a particular signal, a function generator is the perfect tool for tha...

By now you are aware that when it comes to measuring electronic signals, oscilloscopes are what you are going to be using. However, if you were providing a circuit with a particular signal, a function generator is the perfect tool for tha...

Getting set up with Node-RED on the Raspberry Pi

What is Node-RED? Node-RED is a tool originally created by IBM for flow-based programming, and has built-in support for the Raspberry Pi and it's GPIO capabilities. It runs on top of Node.js, and can be accessed with just a web browse...

What is Node-RED? Node-RED is a tool originally created by IBM for flow-based programming, and has built-in support for the Raspberry Pi and it's GPIO capabilities. It runs on top of Node.js, and can be accessed with just a web browse...

Writing SD Cards for your Raspberry Pi

To get your Raspberry Pi working, you'll need an SD card with a working operating system written to it. While NOOBs (New Out of Box Software) is a great headstart into the world of Raspberry Pi operating systems. It comes preloaded with Ra...

To get your Raspberry Pi working, you'll need an SD card with a working operating system written to it. While NOOBs (New Out of Box Software) is a great headstart into the world of Raspberry Pi operating systems. It comes preloaded with Ra...

Drawing Schematics With Eagle

warning: this guide is dated and kept for legacy reasons. Links may not work. Welcome to part 1 of our Cadsoft Eagle tutorial. Put your hand up if you’ve always wanted to take the clunky, delicate circuit you’ve c...

warning: this guide is dated and kept for legacy reasons. Links may not work. Welcome to part 1 of our Cadsoft Eagle tutorial. Put your hand up if you’ve always wanted to take the clunky, delicate circuit you’ve c...

Using Copper Tape with Paper Circuits

What is a Paper Circuit? STEM technology has evolved into all kinds of fantastic forms with many brands bringing craft and electronics together in new and innovative ways. There’s plenty of products which make use of ‘paper cir...

What is a Paper Circuit? STEM technology has evolved into all kinds of fantastic forms with many brands bringing craft and electronics together in new and innovative ways. There’s plenty of products which make use of ‘paper cir...

PiicoDev Pressure Sensor MS5637 - Raspberry Pi Guide

Introduction This guide will help you read barometric pressure data from your PiicoDev® Pressure Sensor with a Raspberry Pi single-board computer. To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero or Zero W)...

Introduction This guide will help you read barometric pressure data from your PiicoDev® Pressure Sensor with a Raspberry Pi single-board computer. To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero or Zero W)...

How to log measurements using a Mooshimeter

The Mooshimeter is one of our favorite multimeters here at Core Electronics! If you haven't heard about them before, then take a quick look at our review. One of the most popular features of the Mooshimeter is the ability to log voltag...

The Mooshimeter is one of our favorite multimeters here at Core Electronics! If you haven't heard about them before, then take a quick look at our review. One of the most popular features of the Mooshimeter is the ability to log voltag...

7 Colour E-Ink Display For Raspberry Pi | Inky Impression 5.7" (7 Colour ePaper/eInk HAT)

It has finally happened, they figured it out! The new frontier of Colour Electronic Paper is here and I'm very impressed. People have been demanding this ever since the first E-Paper readers hit the market in the noughties. That black and ...

It has finally happened, they figured it out! The new frontier of Colour Electronic Paper is here and I'm very impressed. People have been demanding this ever since the first E-Paper readers hit the market in the noughties. That black and ...

Natural Disaster Sensor Project for Micro:bit

The Micro:bit is a feature-packed development board that’s perfect for the classroom or the beginner programmer. Each Micro:bit has a built-in radio that can transmit and receive signals sent from other Micro:bits. The radio has a ran...

The Micro:bit is a feature-packed development board that’s perfect for the classroom or the beginner programmer. Each Micro:bit has a built-in radio that can transmit and receive signals sent from other Micro:bits. The radio has a ran...

Raspberry Pi 5 | Review, Performance & Benchmarks

The Raspberry Pi 5 is here! Our favourite credit card-sized computer has just gotten an update and we already have one here to take a look at, so let’s power it up, run some tests, and see what’s new!   (If you want to s...

The Raspberry Pi 5 is here! Our favourite credit card-sized computer has just gotten an update and we already have one here to take a look at, so let’s power it up, run some tests, and see what’s new!   (If you want to s...

Circuit Playground Express TV Remote

Have you ever lost or broken a TV remote before it's time? Have you ever wanted to spice up the way you change channels or inputs on your TV? Have you got a greedy housemate who always steals the remote off you? If any of these are the case...

Have you ever lost or broken a TV remote before it's time? Have you ever wanted to spice up the way you change channels or inputs on your TV? Have you got a greedy housemate who always steals the remote off you? If any of these are the case...

Waveshare 5.5 Inch AMOLED Screen for Raspberry Pi

Ever wanted a pocket computer with a Full HD screen (1080x1920)? Love tiny GPIO screens like this 3.5 Inch from Waveshare but want one that is a little bigger and higher resolution so that it is easier to read? Or want a really premi...

Ever wanted a pocket computer with a Full HD screen (1080x1920)? Love tiny GPIO screens like this 3.5 Inch from Waveshare but want one that is a little bigger and higher resolution so that it is easier to read? Or want a really premi...

Cura: 3D printing software for your Lulzbot Printer

Once you setup your printer and finish printing your first rocktopus, you will inevitably want to move onto more ambitious prints right away. It’s understandable, all the possibilities all at once, I get it. We are going to step you ...

Once you setup your printer and finish printing your first rocktopus, you will inevitably want to move onto more ambitious prints right away. It’s understandable, all the possibilities all at once, I get it. We are going to step you ...

How To Setup Raspberry Pi Zero W Headless WiFi

So what does it mean to run headless?A computer setup without a monitor is said to be running headless. You might want to do this if you're installing your Pi into some project, or want to keep power-usage and cost minimal. This kind of se...

So what does it mean to run headless?A computer setup without a monitor is said to be running headless. You might want to do this if you're installing your Pi into some project, or want to keep power-usage and cost minimal. This kind of se...

Pycom FiPy Getting Started

Say you want to build a sun-tracking solar panel. You could add a tiny computer, like an Arduino, to control it. That might be all you need. But what if you need to connect to it to control it from somewhere else? Connecting it into your ho...

Say you want to build a sun-tracking solar panel. You could add a tiny computer, like an Arduino, to control it. That might be all you need. But what if you need to connect to it to control it from somewhere else? Connecting it into your ho...

PiicoDev Motion Sensor MPU-6050 - Raspberry Pi Guide

Introduction This guide will help you read motion data from your PiicoDev® Motion Sensor with a Raspberry Pi single-board computer. To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero or Zero W) This tutorial ...

Introduction This guide will help you read motion data from your PiicoDev® Motion Sensor with a Raspberry Pi single-board computer. To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero or Zero W) This tutorial ...

Arduino Workshop for Beginners

Welcome to the Arduino Workshop, where you'll be able to follow our guided course which covers everything you'll need to know in order to create your own Arduino projects and become a leveled up maker. My name is Sam and along with being ...

Welcome to the Arduino Workshop, where you'll be able to follow our guided course which covers everything you'll need to know in order to create your own Arduino projects and become a leveled up maker. My name is Sam and along with being ...

Fire-EdUp | Getting Started Measuring Fire Danger and Fire Behaviour

We're going to get started with the Fire-EdUp Platform and begin calculating Fire Danger Level, and Fire Behaviour Index.  To follow along you'll need: A Fire-EdUp Platform A Micro-USB Cable A Computer with Thonny installed. ...

We're going to get started with the Fire-EdUp Platform and begin calculating Fire Danger Level, and Fire Behaviour Index.  To follow along you'll need: A Fire-EdUp Platform A Micro-USB Cable A Computer with Thonny installed. ...

Setting up and Using the Adafruit 16-Channel Servo HAT for Raspberry Pi

This guide will teach you how to control up to 992 5V Servos through the GPIO pins on your Raspberry Pi! But more practically, without stacking multiple HATS (Hardware Attached on Top), this guide will teach exactly how to control sixt...

This guide will teach you how to control up to 992 5V Servos through the GPIO pins on your Raspberry Pi! But more practically, without stacking multiple HATS (Hardware Attached on Top), this guide will teach exactly how to control sixt...

Tiny Screens for Raspberry Pi - Waveshare 3.5 Inch LCD

There is a whole range of Sub-4 Inch Displays that attach directly to the GPIO pins of Raspberry Pi Palm-Sized Computers. Many of them are touch devices and increase the usability of your Raspberry Pi whilst making almost no size sacrifices...

There is a whole range of Sub-4 Inch Displays that attach directly to the GPIO pins of Raspberry Pi Palm-Sized Computers. Many of them are touch devices and increase the usability of your Raspberry Pi whilst making almost no size sacrifices...

Getting Started with MQTT on Raspberry Pi Pico W - Connect to the Internet of Things!

IntroductionIn this guide, we'll get a Raspberry Pi Pico W to send and receive data to the cloud using the MQTT protocol. To follow along, all you'll need is: A Raspberry Pi Pico W Understand how to connect the Pico W to WiFi Underst...

IntroductionIn this guide, we'll get a Raspberry Pi Pico W to send and receive data to the cloud using the MQTT protocol. To follow along, all you'll need is: A Raspberry Pi Pico W Understand how to connect the Pico W to WiFi Underst...

How to set up a PiHole on a Raspberry Pi - Block All Ads and More!

Time to create a Little Red Advertisement Devouring Monster. This will be a self-hosted, network-wide, ad-blocking system running on a Raspberry Pi Single Board Computer. It will also stop access to malware sites and phishing websites. Fur...

Time to create a Little Red Advertisement Devouring Monster. This will be a self-hosted, network-wide, ad-blocking system running on a Raspberry Pi Single Board Computer. It will also stop access to malware sites and phishing websites. Fur...

What is a Kano Computer?

How many young people are able to assemble a computer, from scratch? Sure, adults can do it. There are even IT professionals and avid PC enthusiasts that take it to the next level; customizing everything down to the color of the Power LED a...

How many young people are able to assemble a computer, from scratch? Sure, adults can do it. There are even IT professionals and avid PC enthusiasts that take it to the next level; customizing everything down to the color of the Power LED a...

How To Choose The Right Resistor.

Resistors are the hardworking underdogs of the electrical circuit world. You have probably added a 4.7k or 330-ohm resistor into your circuit without thinking about why we use those values, let alone what the resistor is doing. We are going...

Resistors are the hardworking underdogs of the electrical circuit world. You have probably added a 4.7k or 330-ohm resistor into your circuit without thinking about why we use those values, let alone what the resistor is doing. We are going...

PiicoDev Ambient Light Sensor VEML6030 - Micro:bit Guide

Introduction This guide will help you read light intensity data from your PiicoDev Ambient Light Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit A PiicoDev Ambient Light Sensor VEML6030 A PiicoDev adapter for ...

Introduction This guide will help you read light intensity data from your PiicoDev Ambient Light Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit A PiicoDev Ambient Light Sensor VEML6030 A PiicoDev adapter for ...

Fix the Built-in Camera - Ultimaker

The built-in remote monitoring camera and the live feed it provides makes for a fantastic tool of the Ultimaker S5 and Ultimaker S3 3D printers. You can now keep tabs on your prints remotely, easing the pain of a long-distance relation...

The built-in remote monitoring camera and the live feed it provides makes for a fantastic tool of the Ultimaker S5 and Ultimaker S3 3D printers. You can now keep tabs on your prints remotely, easing the pain of a long-distance relation...

How to get started with Circuit Playground

Have you heard about the Circuit Playground? It's the new all-in-one electronics platform from Adafruit. It was created to bring all the fun features of electronics and physical computing to makers, but It's dead-simple to use, solde...

Have you heard about the Circuit Playground? It's the new all-in-one electronics platform from Adafruit. It was created to bring all the fun features of electronics and physical computing to makers, but It's dead-simple to use, solde...

Raspberry Pi 4 Model B - Board Revisions

After the release of the Raspberry Pi 4 Model B 1 GB and 2GB and 4GB generations there was a design revision. Now if you have any other Raspberry Pi board in your hand the impact of this design revision will not affect you. If you happen to...

After the release of the Raspberry Pi 4 Model B 1 GB and 2GB and 4GB generations there was a design revision. Now if you have any other Raspberry Pi board in your hand the impact of this design revision will not affect you. If you happen to...

Cameras Compared for Raspberry Pi

There are so many types of cameras modules and lenses that are plug-and-play for Raspberry Pi Single Board Computers and that number is steadily increasing. From day to night, you can keep track, photograph, and record your surrou...

There are so many types of cameras modules and lenses that are plug-and-play for Raspberry Pi Single Board Computers and that number is steadily increasing. From day to night, you can keep track, photograph, and record your surrou...

PiicoDev Pressure Sensor MS5637 - Micro:bit Guide

Introduction This guide will help you read barometric pressure from your PiicoDev® Pressure Sensor and a Micro:bit To follow along, it's best to have: A Micro:bit V2 A PiicoDev Pressure Sensor MS5637 A PiicoDev Adapter for M...

Introduction This guide will help you read barometric pressure from your PiicoDev® Pressure Sensor and a Micro:bit To follow along, it's best to have: A Micro:bit V2 A PiicoDev Pressure Sensor MS5637 A PiicoDev Adapter for M...

How to Flash/Write Raspbian OS onto Raspberry Pi Compute Module 4 (CM4)

While the Raspberry Pi Compute Module 4s (CM4s) share a lot with the regular Pi 4 Model B, getting started with the flashing process can be quite different depending on which model you pick! This article aims to demystify that, so without f...

While the Raspberry Pi Compute Module 4s (CM4s) share a lot with the regular Pi 4 Model B, getting started with the flashing process can be quite different depending on which model you pick! This article aims to demystify that, so without f...

Remote 3D Printing with OctoPi

Remote control of your 3D printer is a particularly appealing concept, especially if you've been forced into printing via USB in the past. Using your new 3D printer should be as simple as plugging it in, uploading some G-Code and pressing '...

Remote control of your 3D printer is a particularly appealing concept, especially if you've been forced into printing via USB in the past. Using your new 3D printer should be as simple as plugging it in, uploading some G-Code and pressing '...

Making Boxes in Fusion 360 for Laser Cutting

When making a box with a laser cutter, its entirely possible to make your design as a single flat drawing through careful planning and measurement – but who wants to do that!? This is a guide to making a box quickly and easily using F...

When making a box with a laser cutter, its entirely possible to make your design as a single flat drawing through careful planning and measurement – but who wants to do that!? This is a guide to making a box quickly and easily using F...

PiicoDev Motion Sensor MPU-6050 - Micro:bit Guide

Introduction This guide will help you read motion data from your PiicoDev® Motion Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit v2 A PiicoDev Motion Sensor MPU-6050 A PiicoDev adapter for Micro:bit ...

Introduction This guide will help you read motion data from your PiicoDev® Motion Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit v2 A PiicoDev Motion Sensor MPU-6050 A PiicoDev adapter for Micro:bit ...

Infinity Mirror Kit V1 - Assembly and tutorials

The Infinity Mirror Kit is a desk-top display that creates a dazzling optical illusion - a tunnel of light that tears through space! Note: This tutorial is for the Infinity Kit V1. We updated have updated to the Infinity Kit V2 as of ...

The Infinity Mirror Kit is a desk-top display that creates a dazzling optical illusion - a tunnel of light that tears through space! Note: This tutorial is for the Infinity Kit V1. We updated have updated to the Infinity Kit V2 as of ...

Getting Started with Saleae: Tips and Tricks

Well hello there, if you’ve been looking at the amazing line-up of Saleae gear and wondered how to get started with it all, then you’ve come to the right place. Today we’re going to take a look at getting your Saleae setup...

Well hello there, if you’ve been looking at the amazing line-up of Saleae gear and wondered how to get started with it all, then you’ve come to the right place. Today we’re going to take a look at getting your Saleae setup...

Geting Started with CAD for 3D Printing

If you've picked yourself up a 3D printer, you've no doubt printed yourself a heap of models from Thingiverse by now. It's great fun and the best way to learn how to control the options you have available through Cura; scaling, rotating and...

If you've picked yourself up a 3D printer, you've no doubt printed yourself a heap of models from Thingiverse by now. It's great fun and the best way to learn how to control the options you have available through Cura; scaling, rotating and...

PiicoDev Precision Temperature Sensor TMP117 - Micro:bit Guide

Introduction This guide will help you read temperature data from your PiicoDev Precision Temperature Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit A PiicoDev Precision Temperature Sensor TMP117 A PiicoDev a...

Introduction This guide will help you read temperature data from your PiicoDev Precision Temperature Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit A PiicoDev Precision Temperature Sensor TMP117 A PiicoDev a...

PiicoDev Atmospheric Sensor BME280 - Micro:bit Guide

Introduction This guide will help you read weather data (Temperature, Air Pressure and Humidity) from your PiicoDev Atmospheric Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit v2 (v1 does not...

Introduction This guide will help you read weather data (Temperature, Air Pressure and Humidity) from your PiicoDev Atmospheric Sensor and a Micro:bit. To follow along, it's best to have: A Micro:bit v2 (v1 does not...

How to Use Rotary Encoders

Hello and welcome to our tutorial on using rotary encoders. Today we’re going to be taking a look at what is a rotary encoder, how does it work, why we would use it over other sensory inputs and creating code to use them. Rotary encod...

Hello and welcome to our tutorial on using rotary encoders. Today we’re going to be taking a look at what is a rotary encoder, how does it work, why we would use it over other sensory inputs and creating code to use them. Rotary encod...

Pycom Expansion Board 2.0 Overview

It would be good to have some understanding of Pycom microcontroller boards before reading this article. We won’t go into what capabilities each microcontroller board has. If you’d like an introduction, try our Pycom WiPy Overvi...

It would be good to have some understanding of Pycom microcontroller boards before reading this article. We won’t go into what capabilities each microcontroller board has. If you’d like an introduction, try our Pycom WiPy Overvi...

Program a Micro:Bit in your Web Browser

In this article, we'll program a Micro:bit v2 using a web browser. We'll connect a Micro:bit to our computer, open python.microbit.org and begin coding our first script. Contents What You'll Need Connect your Micro:bit Open the Progr...

In this article, we'll program a Micro:bit v2 using a web browser. We'll connect a Micro:bit to our computer, open python.microbit.org and begin coding our first script. Contents What You'll Need Connect your Micro:bit Open the Progr...

How to install Addons to Kodi Media Center

UPDATE: This tutorial has been updated for the Krypton release of Kodi (Version 17) If you have built yourself a home media center using a Raspberry Pi, you're one step ahead of most people out there. The pure joy that comes from having a ...

UPDATE: This tutorial has been updated for the Krypton release of Kodi (Version 17) If you have built yourself a home media center using a Raspberry Pi, you're one step ahead of most people out there. The pure joy that comes from having a ...

Basics: Getting Started with the Terminal on Raspberry Pi

In this tutorial we’ll be getting familiar with basic use of the Raspberry Pi terminal. We’ll cover navigating the file-system, making directories, writing and editing text files, and just touch on the use of wildcards. To get ...

In this tutorial we’ll be getting familiar with basic use of the Raspberry Pi terminal. We’ll cover navigating the file-system, making directories, writing and editing text files, and just touch on the use of wildcards. To get ...

PiicoDev Connection Guide

In this article we'll show you how to connect your PiicoDev® modules to your favourite development platforms. Connection Guides Other Connection Methods Pinouts Connecting Many Modules PiicoDev Smart Modules Custom I2C Addres...

In this article we'll show you how to connect your PiicoDev® modules to your favourite development platforms. Connection Guides Other Connection Methods Pinouts Connecting Many Modules PiicoDev Smart Modules Custom I2C Addres...

Our tips for Coin Cell Batteries

Firstly, what are Coin Cell Batteries? A coin cell battery is a flat, cylindrical battery used in a bunch of small electronics applications. You might have seen them in a wristwatch, remote control or any piece of wearable tech. Typically ...

Firstly, what are Coin Cell Batteries? A coin cell battery is a flat, cylindrical battery used in a bunch of small electronics applications. You might have seen them in a wristwatch, remote control or any piece of wearable tech. Typically ...

Arduino Serial Communications

Serial communication is the process of communicating between electronic devices one bit at a time. Serial means one after the other, so we think of serial communications as transferring data one bit at a time, one bit after the other. ...

Serial communication is the process of communicating between electronic devices one bit at a time. Serial means one after the other, so we think of serial communications as transferring data one bit at a time, one bit after the other. ...

GlowBit™ rainbow Quickstart Guide for micro:bit

Let's do some creative projects to get familiar with the GlowBit™ rainbow and micro:bit. The animation runs for 10 seconds, and can be started by pressing either of the micro:bit's buttons In this guide we will: Wi...

Let's do some creative projects to get familiar with the GlowBit™ rainbow and micro:bit. The animation runs for 10 seconds, and can be started by pressing either of the micro:bit's buttons In this guide we will: Wi...

Cura 2: LulzBot Edition - An Overview for Beginners

Now that we are all on track with our Slicer software, having just installed Cura 2 and upgraded our printer firmware, let's work on turning some 3D Model files into G-Code for our 3D Printer to create. We're going to be using our LulzBot M...

Now that we are all on track with our Slicer software, having just installed Cura 2 and upgraded our printer firmware, let's work on turning some 3D Model files into G-Code for our 3D Printer to create. We're going to be using our LulzBot M...

Remote Sensing with Particle Electron

Hey guys, how much fun are microcontrollers? They’re your own miniature slave to do your bidding in whatever way you choose, however as fun and all as using them to do math and crunching numbers, the real joy is seeing them interact w...

Hey guys, how much fun are microcontrollers? They’re your own miniature slave to do your bidding in whatever way you choose, however as fun and all as using them to do math and crunching numbers, the real joy is seeing them interact w...

PiicoDev RFID Module - Guide for Raspberry Pi Pico

Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...

Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...

PiicoDev RFID Module - Guide for Raspberry Pi

Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...

Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...

Infrared (IR) Controlled Lights with MakeCode: Adafruit Circuit Playground Express

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

The latest Circuit Playground board, the Adafruit Circuit Playground Express comes equipped with an onboard IR transmitter and receiver! This can be used to communicate with TVs and other household devices. You can also use infrared remote ...

Universal 2 Factor Authentication with Key-ID's USB Key

Before we dive into the FIDO Certified Key-ID Security Key and how it's used, let's get a handle on what authentication online means at the moment. Authentication is simply the process of identifying a user based on a set of unique factors...

Before we dive into the FIDO Certified Key-ID Security Key and how it's used, let's get a handle on what authentication online means at the moment. Authentication is simply the process of identifying a user based on a set of unique factors...

Using Teensy with Arduino IDE

If you’ve come looking for how to get your Teensy board up and running using the Arduino IDE, then you’ve come to the right place. Whilst you can use the standard Teensy loader application to flash compiled code directly to yo...

If you’ve come looking for how to get your Teensy board up and running using the Arduino IDE, then you’ve come to the right place. Whilst you can use the standard Teensy loader application to flash compiled code directly to yo...

Our Ozobots Review and Educational Tips

In the Spring of 2012, a tech-gadget company called Evollve Inc. was founded with the goal of creating innovative ways for tech-savvy youngsters to play, learn and interact in a digitally expanding world. There's absolutely nothing wrong wi...

In the Spring of 2012, a tech-gadget company called Evollve Inc. was founded with the goal of creating innovative ways for tech-savvy youngsters to play, learn and interact in a digitally expanding world. There's absolutely nothing wrong wi...

How To Complete Your First Resin 3D Print

So, you have set up your shiny new resin 3D printer and now want to produce beautiful models. Well, this tutorial will tell you exactly what to do from filling the tank, starting a print via USB then the removal, cleaning, and final UV ligh...

So, you have set up your shiny new resin 3D printer and now want to produce beautiful models. Well, this tutorial will tell you exactly what to do from filling the tank, starting a print via USB then the removal, cleaning, and final UV ligh...

Arduino Projects with an LCD (Using Sparkfun RedBoard)

Arduino Projects with an LCD (Using Sparkfun RedBoard) Welcome to Project Set 4 in the Sparkfun Inventors Kit Guide! In this tutorial, we will look into using Liquid Crystal Displays (LCD's) to print data. This ability allows us to remotel...

Arduino Projects with an LCD (Using Sparkfun RedBoard) Welcome to Project Set 4 in the Sparkfun Inventors Kit Guide! In this tutorial, we will look into using Liquid Crystal Displays (LCD's) to print data. This ability allows us to remotel...

Cura 2: Lulzbot Edition for Intermediate Users

After some serious touch time your LulzBot 3D Printer and the quick print options in Cura 2, it's more than likely that you want to make more specific changes to the way 3D Models are printed. Whether it be, changing the support type and st...

After some serious touch time your LulzBot 3D Printer and the quick print options in Cura 2, it's more than likely that you want to make more specific changes to the way 3D Models are printed. Whether it be, changing the support type and st...

Automating Test-Equipment with Python

The full example-code is reproduced at the bottom of this article. Performing manual measurements (in bulk) is for suckers and undergraduate students. Thankfully, most lab gear comes with a digital interface like USB or Serial and you can ...

The full example-code is reproduced at the bottom of this article. Performing manual measurements (in bulk) is for suckers and undergraduate students. Thankfully, most lab gear comes with a digital interface like USB or Serial and you can ...

Loading and Unloading Filament for Ultimaker 3D Printers

Installing filament into your Ultimaker 3D printers will quickly become an intuitive process. But until that happens I'll be here to help run down the process and to teach you exactly how to do it whilst keeping your awesome 3D printer safe...

Installing filament into your Ultimaker 3D printers will quickly become an intuitive process. But until that happens I'll be here to help run down the process and to teach you exactly how to do it whilst keeping your awesome 3D printer safe...

Python Workshop for Beginners

Welcome to the Python Workshop, where you will learn everything you need to hit the ground running with the worlds most popular programming language Python. My name is Tim and am a passionate maker and cherish free exchange of knowledge. I ...

Welcome to the Python Workshop, where you will learn everything you need to hit the ground running with the worlds most popular programming language Python. My name is Tim and am a passionate maker and cherish free exchange of knowledge. I ...

Our littleBits Gizmos and Gadgets Kit (2nd Edition) Review

The new Gizmos and Gadgets revision 2.0 from littleBits is here and we've decided to review the kit for any budding inventors (or inventor's parents) out there. The v1.0 kit was impressive enough, we were interested to see what littleBits c...

The new Gizmos and Gadgets revision 2.0 from littleBits is here and we've decided to review the kit for any budding inventors (or inventor's parents) out there. The v1.0 kit was impressive enough, we were interested to see what littleBits c...

Getting Started with Particle Photon

When you first look at the Photon, it’s staggering that such a small device could possess the incredible functionality that it does, but not only does it bring an impress spec sheet to the table, but the true power is unlocked in the ...

When you first look at the Photon, it’s staggering that such a small device could possess the incredible functionality that it does, but not only does it bring an impress spec sheet to the table, but the true power is unlocked in the ...

Track Airplanes up to 400km Away with a Raspberry PiAware - FlightAware

It is time for an Airplane Tracking Raspberry Pi! The final setup here will let you personally collect data on the exact whereabouts of airplanes over 400km away. It will update one to four times each minute. Be passenger planes, cargo air...

It is time for an Airplane Tracking Raspberry Pi! The final setup here will let you personally collect data on the exact whereabouts of airplanes over 400km away. It will update one to four times each minute. Be passenger planes, cargo air...

If, Elif and Else Keywords in Python

Continuing our Python journey deeper into this dynamo of a programming language we will immerse into the keywords | if |, | elif | and | else |. Imagine all these keywords as the traffic controllers telling the control flow w...

Continuing our Python journey deeper into this dynamo of a programming language we will immerse into the keywords | if |, | elif | and | else |. Imagine all these keywords as the traffic controllers telling the control flow w...

Optimising RetroPie

Hello and welcome to another tutorial on the joys of RetroPie. Today we’re going to look at making RetroPie even better. If you’ve had the chance to play around with the RetroPie system, you’ll have noticed that whilst it ...

Hello and welcome to another tutorial on the joys of RetroPie. Today we’re going to look at making RetroPie even better. If you’ve had the chance to play around with the RetroPie system, you’ll have noticed that whilst it ...

Tips for Mooshimeter Maitenance

Now that you have picked up your Mooshimeter, there might be a few questions you have on keeping it working well for as long as possible. As the Mooshimeter is a battery powered device, eventually the day will come where you simply cannot c...

Now that you have picked up your Mooshimeter, there might be a few questions you have on keeping it working well for as long as possible. As the Mooshimeter is a battery powered device, eventually the day will come where you simply cannot c...

USB MIDI With Teensy

If you’re a musician or have had anything to do with the entertainment industry, you may have heard of the term MIDI before. MIDI stands for Musical Instrument Digital Interface and was created in the mid-80’s as a way to standa...

If you’re a musician or have had anything to do with the entertainment industry, you may have heard of the term MIDI before. MIDI stands for Musical Instrument Digital Interface and was created in the mid-80’s as a way to standa...

Raspberry Pi and the IQaudio DAC+ | Volumio and Raspberry Pi OS | Hi-Fi on a Ras-Pi

Flawless high-quality audio output on a Raspberry Pi Single Board Computer! All is achieved by the IQaudio DAC+ HAT. This dedicated DAC lets you enjoy high-quality, distortion-free, artifact-free, low noise, and high-bitrate audio playback...

Flawless high-quality audio output on a Raspberry Pi Single Board Computer! All is achieved by the IQaudio DAC+ HAT. This dedicated DAC lets you enjoy high-quality, distortion-free, artifact-free, low noise, and high-bitrate audio playback...

3D Printing for the Circuit Playground

You’ve made yourself a great project for your Circuit Playground Express, now all you need is a box to put it in. How do you keep your Circuit Playground safe in a housing while still being able to press the buttons and use the sensor...

You’ve made yourself a great project for your Circuit Playground Express, now all you need is a box to put it in. How do you keep your Circuit Playground safe in a housing while still being able to press the buttons and use the sensor...

Fritzing up an Arduino SHIELD

We want to show you how great Fritzing is when it comes to going from your breadboarded prototype to a polished, Etchable PCB design. We are going to utilize a completed circuit we used for our SPI Arduino tutorial that uses a shift registe...

We want to show you how great Fritzing is when it comes to going from your breadboarded prototype to a polished, Etchable PCB design. We are going to utilize a completed circuit we used for our SPI Arduino tutorial that uses a shift registe...

Slim Case for the Raspberry Pi 3A+ Assembly

The Slim Case for the Raspberry Pi 3A+ provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was designed and manufactur...

The Slim Case for the Raspberry Pi 3A+ provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was designed and manufactur...

Slim Case for the Raspberry Pi 3 B+ Assembly

The Slim Case for the Raspberry Pi 3B+ provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was designed and manufactur...

The Slim Case for the Raspberry Pi 3B+ provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was designed and manufactur...

Slim Case for the Raspberry Pi Zero Assembly

The Slim Case for the Raspberry Pi Zero, Zero W and Zero WH provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was de...

The Slim Case for the Raspberry Pi Zero, Zero W and Zero WH provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was de...

Python Variables and Types

Continuing our Python journey deeper into this dynamo of a programming language we will take a leap into variables and types. Variables are one of the most fundamental concepts and exist in pretty much all programming languages. Variables a...

Continuing our Python journey deeper into this dynamo of a programming language we will take a leap into variables and types. Variables are one of the most fundamental concepts and exist in pretty much all programming languages. Variables a...

Raspberry Pi Pico W | Connecting to the Internet

IntroductionIn this guide, we'll get a Raspberry Pi Pico W connected to the internet using WiFi. To demonstrate the connection we can query a webpage, or get the current time from a time service. To follow along, all you'll need is: A R...

IntroductionIn this guide, we'll get a Raspberry Pi Pico W connected to the internet using WiFi. To demonstrate the connection we can query a webpage, or get the current time from a time service. To follow along, all you'll need is: A R...

Getting Started with Particle Electron

In another tutorial we looked at the Photon board from Particle, and whilst Wi-Fi is awesome for many applications, it restricts you to a localised connection. Particle have once again come to rescue and provided us with a cellular solution...

In another tutorial we looked at the Photon board from Particle, and whilst Wi-Fi is awesome for many applications, it restricts you to a localised connection. Particle have once again come to rescue and provided us with a cellular solution...

3D Printed Case For Raspberry Pi Pico and PiicoDev Boards

Let me introduce a new 3D printable case for the Raspberry Pi Pico and the PiicoDev ecosystem. There are variants of the case, one which allows you to wall-mount the system and another variation that makes it possible to charge the dev...

Let me introduce a new 3D printable case for the Raspberry Pi Pico and the PiicoDev ecosystem. There are variants of the case, one which allows you to wall-mount the system and another variation that makes it possible to charge the dev...

PiicoDev Capacitive Touch Sensor CAP1203 - Micro:bit Guide

Let's get started with the PiicoDev® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Micro:bit V2 and get it working with some example code to detect touch events. We'll also remix the c...

Let's get started with the PiicoDev® Capacitive Touch Sensor. In this guide, we'll connect the PiicoDev Capacitive Touch Sensor to our Micro:bit V2 and get it working with some example code to detect touch events. We'll also remix the c...

3D Printing Cheat Sheet

Wouldn't it be great to have a single image, that encapsulated a tonne of handy 3D printing tips and information to hang on the wall behind your 3D Printer? Well, we agree so much so that we've gone ahead and created this infographic/cheat ...

Wouldn't it be great to have a single image, that encapsulated a tonne of handy 3D printing tips and information to hang on the wall behind your 3D Printer? Well, we agree so much so that we've gone ahead and created this infographic/cheat ...

Our Rigol DS1104Z Oscilloscope Review

The 4-channel Rigol DS1104Z oscilloscope is a 100MHz powerhouse. The DS1104Z is almost identical to its little brother, the DS1054Z, but brings to the table twice the bandwidth. The 1000Z line of oscilloscopes from Rigol is one...

The 4-channel Rigol DS1104Z oscilloscope is a 100MHz powerhouse. The DS1104Z is almost identical to its little brother, the DS1054Z, but brings to the table twice the bandwidth. The 1000Z line of oscilloscopes from Rigol is one...

Printing Perfect First Layers - Ultimaker Cura

If your utilizing a correctly set up Ultimaker S5 3D Printer you should have no issues with first layer printing. So long as there are print profiles available on Cura, which most likely it will, with a correctly set up 3D printer you will ...

If your utilizing a correctly set up Ultimaker S5 3D Printer you should have no issues with first layer printing. So long as there are print profiles available on Cura, which most likely it will, with a correctly set up 3D printer you will ...

Say Cheese with Raspberry Pi Camera

Ever thought it would be cool if your Raspberry Pi could see the world like you do? You’re in luck, camera support is an integral part of the Raspberry Pi hardware, it comes with a built in CSI connector for connecting camera ...

Ever thought it would be cool if your Raspberry Pi could see the world like you do? You’re in luck, camera support is an integral part of the Raspberry Pi hardware, it comes with a built in CSI connector for connecting camera ...

Updating 8Bitdo Controller Firmware

One of the great things about the 8Bitdo controllers is the fact that you can upgrade the firmware as new builds are released by 8Bitdo, allowing for future compatibility with various platforms. The process for updating the 8Bitdo controlle...

One of the great things about the 8Bitdo controllers is the fact that you can upgrade the firmware as new builds are released by 8Bitdo, allowing for future compatibility with various platforms. The process for updating the 8Bitdo controlle...

Slim Case for the Arduino Uno Assembly

Our Slim Case for the Arduino Uno allows you to keep your Arduino safe and protected from damage or shorts, while still allowing access to all the pins! In this guide, we will show you how to assemble your new Slim Case. Every Slim Case for...

Our Slim Case for the Arduino Uno allows you to keep your Arduino safe and protected from damage or shorts, while still allowing access to all the pins! In this guide, we will show you how to assemble your new Slim Case. Every Slim Case for...

PiicoDev RGB LED Module - Raspberry Pi Guide

Let's get started with the PiicoDev® 3x RGB LED Module. In this guide, we'll connect the LED Module to our Raspberry Pi Pico and get it working with some example code to display colourful patterns. To follow along, it's best to ...

Let's get started with the PiicoDev® 3x RGB LED Module. In this guide, we'll connect the LED Module to our Raspberry Pi Pico and get it working with some example code to display colourful patterns. To follow along, it's best to ...

Getting Started with Home Automation Using MQTT

What is MQTT? MQTT (Message Queue Telemetry Transport) is a simple and ‘lightweight’ way for internet-connected devices to send each other messages. This is important for home-automation because devices need to send messag...

What is MQTT? MQTT (Message Queue Telemetry Transport) is a simple and ‘lightweight’ way for internet-connected devices to send each other messages. This is important for home-automation because devices need to send messag...

3D Printable VESA Mount for Argon One Case And M.2 Case

[Update 18-02-2021 - Made a Vesa Mount for the Argon One M.2 Case as well so nobody missed out] A quicky article for those who have their Raspberry Pi 4 Model B all tucked in snug by the very stylish Argon One Case but wish they could...

[Update 18-02-2021 - Made a Vesa Mount for the Argon One M.2 Case as well so nobody missed out] A quicky article for those who have their Raspberry Pi 4 Model B all tucked in snug by the very stylish Argon One Case but wish they could...

Raspberry Pi HATs

Yep, Raspberry Pi is a very cool platform, so cool that they offer a range of stylish HATs to go with them. No not headwear, but fully functional hardware modules that are designed to plugin directly to the Raspberry Pi GPIO headers, and op...

Yep, Raspberry Pi is a very cool platform, so cool that they offer a range of stylish HATs to go with them. No not headwear, but fully functional hardware modules that are designed to plugin directly to the Raspberry Pi GPIO headers, and op...

Unleash your creativity: 3D Printing with Soluble Supports

Recently, we got a brand new Dual Extruder v3 Tool Head from LulzBot and took a dive into the design of it, mainly, what makes it so great for Dual Extrusion with our 3D Printers. First, a quick recap, Dual Extruding is the process of using...

Recently, we got a brand new Dual Extruder v3 Tool Head from LulzBot and took a dive into the design of it, mainly, what makes it so great for Dual Extrusion with our 3D Printers. First, a quick recap, Dual Extruding is the process of using...

Best Glue for 3D Printed PLA Parts and a 3D Printed Ukulele

Whenever you want to print larger than your 3D printer build space you are going to find yourself wanting to combine 3D printed parts together. Furthermore, as you wrap your head around 3D printing, you learn to save on filament by printing...

Whenever you want to print larger than your 3D printer build space you are going to find yourself wanting to combine 3D printed parts together. Furthermore, as you wrap your head around 3D printing, you learn to save on filament by printing...

Choosing a Soldering Iron

Hello, and welcome to our tutorial where we’ll be looking at two different types of soldering irons and which one is going to be best for your workshop. We’ll be specifically looking at soldering irons, not how to solder, so for...

Hello, and welcome to our tutorial where we’ll be looking at two different types of soldering irons and which one is going to be best for your workshop. We’ll be specifically looking at soldering irons, not how to solder, so for...

Your First LoRaWAN Node on The Things Network

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. In the lasts article we looked at...

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. In the lasts article we looked at...

Our Siglent SDG1032X Arbitrary Function Generator Review

Let's take a look at the new Siglent SDG1032X Arbitrary function generator. We're looking at yet another example of the closing gap between hobbyist and pro gear - the growing feature set and capabilities of entry-level equipment continues ...

Let's take a look at the new Siglent SDG1032X Arbitrary function generator. We're looking at yet another example of the closing gap between hobbyist and pro gear - the growing feature set and capabilities of entry-level equipment continues ...

Using the Accelerometer with MakeCode: Adafruit Circuit Playground Express

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ma...

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ma...

PiicoDev Ambient Light Sensor VEML6030 - Raspberry Pi Guide

Introduction This guide will help you read light intensity data from your PiicoDev® Ambient Light Sensor and a Raspberry Pi single-board computer To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero W) This tut...

Introduction This guide will help you read light intensity data from your PiicoDev® Ambient Light Sensor and a Raspberry Pi single-board computer To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero W) This tut...

Video Looper with Raspberry Pi 4 Model B

[Update: The OMXPlayer system, needed for the video looper, has been dropped with the recent 'Bullseye' Raspberry Pi OS. Updates are coming out fast and all the teething troubles from this new OS will be ironed out. For now, download and f...

[Update: The OMXPlayer system, needed for the video looper, has been dropped with the recent 'Bullseye' Raspberry Pi OS. Updates are coming out fast and all the teething troubles from this new OS will be ironed out. For now, download and f...

Improving 3D Printed Models - Ultimaker Cura

If your 3D printer is an Ultimaker S5 then your prints will almost always come out looking brilliant. Although achieving desirable 3D printed components can sometimes require troubleshooting to resolve print errors. These errors often can ...

If your 3D printer is an Ultimaker S5 then your prints will almost always come out looking brilliant. Although achieving desirable 3D printed components can sometimes require troubleshooting to resolve print errors. These errors often can ...

Arduino Projects with Sound (Using Sparkfun RedBoard)

Project Set 2 – Sound  Welcome to the second Project Set from the Sparkfun Inventors Kit V4.0 Guide! In our last Project Set, we explored the basics of the Arduino IDE, some electrical and electronic concepts and looked at vario...

Project Set 2 – Sound  Welcome to the second Project Set from the Sparkfun Inventors Kit V4.0 Guide! In our last Project Set, we explored the basics of the Arduino IDE, some electrical and electronic concepts and looked at vario...

How to use Raspberry Pi Cameras with Bullseye OS Update

With the newest update to Raspberry Pi OS (Debian Version 11 - nicknamed ‘Bullseye’) there have been some changes to the terminal commands which control attached cameras. This is one of the biggest changes with the new up...

With the newest update to Raspberry Pi OS (Debian Version 11 - nicknamed ‘Bullseye’) there have been some changes to the terminal commands which control attached cameras. This is one of the biggest changes with the new up...

Raspberry Pi High Quality Camera – First Pictures and Videos

[Note - Terminal Commands talked about here have been superseded with the new 'Bullseye' Raspberry Pi OS. Link here for new 'Bullseye' camera commands. If you want to use the commands found on this page download and flash the old 'Bu...

[Note - Terminal Commands talked about here have been superseded with the new 'Bullseye' Raspberry Pi OS. Link here for new 'Bullseye' camera commands. If you want to use the commands found on this page download and flash the old 'Bu...

Understanding ESP32 Naming Conventions

Espressif is a constantly ground-breaking company that produces lots of really cool development modules which includes the ESP32. ESP32 Boards, ESP32 Dev-Kits, and ESP32 Modules (the part that gets soldered to the Board/PCB) are all about ...

Espressif is a constantly ground-breaking company that produces lots of really cool development modules which includes the ESP32. ESP32 Boards, ESP32 Dev-Kits, and ESP32 Modules (the part that gets soldered to the Board/PCB) are all about ...

Using the Accelerometer with CircuitPython: Adafruit Circuit Playground Express

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ci...

At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ci...

Onion Omega - First Time Setup Using the Command Line

In this tutorial, we will learn how to set up the Onion Omega2/Omega2+ for the first time using the command line.  While the Omega2/2+ has a graphical setup wizard and a web-based GUI called the "Console,"  we have found both to ...

In this tutorial, we will learn how to set up the Onion Omega2/Omega2+ for the first time using the command line.  While the Omega2/2+ has a graphical setup wizard and a web-based GUI called the "Console,"  we have found both to ...

Exciting Features - Ultimaker Cura

Ultimaker Cura is an excellent slicing software to get the best out of your 3D printers and make the greatest models it possibly can, but it can do so much more! Cura is a brilliant means to inspire and expand your own creativity particular...

Ultimaker Cura is an excellent slicing software to get the best out of your 3D printers and make the greatest models it possibly can, but it can do so much more! Cura is a brilliant means to inspire and expand your own creativity particular...

MOVE Mini Assembly Guide

The :MOVE MINI allows you to turn your micro:bit into a simple robot! In this guide, we will give you some tips and tricks for assembling the :MOVE mini. This is a DIY assembly item and takes 30-60 minutes to fully assemble. There is a grea...

The :MOVE MINI allows you to turn your micro:bit into a simple robot! In this guide, we will give you some tips and tricks for assembling the :MOVE mini. This is a DIY assembly item and takes 30-60 minutes to fully assemble. There is a grea...

Designing FDM 3D Printed Parts for Manufacture

Recently, we've talked a lot about Slicing software, settings, materials and the like. It's time to take a deeper dive into the actual design of model files. We've got a basics guide for Computer Aided Design available here. We're going to ...

Recently, we've talked a lot about Slicing software, settings, materials and the like. It's time to take a deeper dive into the actual design of model files. We've got a basics guide for Computer Aided Design available here. We're going to ...

Dual Monitors with Raspberry Pi 4 Model B or Raspberry Pi 400

Being productive and efficient on a computer has become synonymous with dual-screens. Being able to run two application and have both take up a whole screen or run four text documents each taking up an A4 sized half screen really improves e...

Being productive and efficient on a computer has become synonymous with dual-screens. Being able to run two application and have both take up a whole screen or run four text documents each taking up an A4 sized half screen really improves e...

Tune your First Layer - Z Offsets

Out of the box, a LulzBot 3D Printer comes tuned to perform exactly as you need it to. But over time we flash new firmwares, take our printers cross country, swap tool heads, perform cold pulls and a whole swathe of other things that could ...

Out of the box, a LulzBot 3D Printer comes tuned to perform exactly as you need it to. But over time we flash new firmwares, take our printers cross country, swap tool heads, perform cold pulls and a whole swathe of other things that could ...

Read-Only Raspberry Pi - Never Corrupt your Micro-SD Card

Here is a solution so you can turn your Raspberry Pi handheld computer on and off from the power plug (power cycle it) just like any other appliance in your home! And it can all be done through only one setting. With a normally set-up Rasp...

Here is a solution so you can turn your Raspberry Pi handheld computer on and off from the power plug (power cycle it) just like any other appliance in your home! And it can all be done through only one setting. With a normally set-up Rasp...

I2C Bus and the Arduino

I²C stands for the inter-integrated circuit and refers to a communication protocol we are going to use to communicate between our Arduino devices. In the past we have investigated the SPI and Asynchronous Serial Communications protocol...

I²C stands for the inter-integrated circuit and refers to a communication protocol we are going to use to communicate between our Arduino devices. In the past we have investigated the SPI and Asynchronous Serial Communications protocol...

Improving Results with Transparent Filament

Fused filament fabrication and transparent prints! No, surely you mean SLA prints. And true you can get excellent transparent prints effectively using SLA however consumer-grade fused filament fabrication can be mistaken for glass when corr...

Fused filament fabrication and transparent prints! No, surely you mean SLA prints. And true you can get excellent transparent prints effectively using SLA however consumer-grade fused filament fabrication can be mistaken for glass when corr...

How to Use a LCD Screen/Display with Raspberry Pi

What fun would a computer be without a screen to see what you’re doing? Well if you own a Raspberry Pi and are curious about the different ways you can connect an external display or monitor up to it, then look no further. Today we&rs...

What fun would a computer be without a screen to see what you’re doing? Well if you own a Raspberry Pi and are curious about the different ways you can connect an external display or monitor up to it, then look no further. Today we&rs...

3D Printable Charging Docks For 8BitDo Controllers

No gamer cave is complete without a retro gaming console and 8Bitdo Controllers are the best retro-gaming controllers you can buy. These controllers are simply that good. But there is nothing worse than rushing downstairs eager to play...

No gamer cave is complete without a retro gaming console and 8Bitdo Controllers are the best retro-gaming controllers you can buy. These controllers are simply that good. But there is nothing worse than rushing downstairs eager to play...

Cura 2 LulzBot Edition: Installing or Upgrading

In November of 2017, our friends over at LulzBot released a major software update to their Slicing software, Cura. In this tutorial, we will look at what Cura is and does, the process of installing Cura 2 onto a PC already running Cura 21.x...

In November of 2017, our friends over at LulzBot released a major software update to their Slicing software, Cura. In this tutorial, we will look at what Cura is and does, the process of installing Cura 2 onto a PC already running Cura 21.x...

Arduino with LattePanda

Ah, Arduino and LattePanda coming together at last. What could be better? Well along with the fact that your LattePanda is a fully fledged Windows 10 computer so you can program any Arduino board you want as normal, one of the best things a...

Ah, Arduino and LattePanda coming together at last. What could be better? Well along with the fact that your LattePanda is a fully fledged Windows 10 computer so you can program any Arduino board you want as normal, one of the best things a...

Makerverse Nano Power Timer

Introduction The Makerverse Nano Power Timer is an ultra-low current consumption power controller designed to periodically turn on a battery powered microcontroller. It is perfect for maximising the battery life of data-logging sensor...

Introduction The Makerverse Nano Power Timer is an ultra-low current consumption power controller designed to periodically turn on a battery powered microcontroller. It is perfect for maximising the battery life of data-logging sensor...

Answering Your Pi 5 Questions | Cooling, Overclocking, Power and More

The Raspberry Pi 5 was announced just a few weeks ago and across the internet, we have seen some recurring questions, so in this article, we tried our best to answer some of them.   Contents: Overclocking Questions Cooling Quest...

The Raspberry Pi 5 was announced just a few weeks ago and across the internet, we have seen some recurring questions, so in this article, we tried our best to answer some of them.   Contents: Overclocking Questions Cooling Quest...

Temperature Sensing With Raspberry Pi

Is it hot in here, or is it just my Raspberry Pi? A Raspberry Pi sitting on a desk doing nothing is kind of boring. However, a Raspberry Pi that can measure the temperature and make decisions based off that information is awesome! The Rasp...

Is it hot in here, or is it just my Raspberry Pi? A Raspberry Pi sitting on a desk doing nothing is kind of boring. However, a Raspberry Pi that can measure the temperature and make decisions based off that information is awesome! The Rasp...

How to Rotate Raspberry Pi Video Display / Screen

Like many things in the Raspberry Pi ecosystem, functions such as rotating the display output can be a little unintuitive at first. Or perhaps you’re not sure how to get rid of that annoying black outline on your screen. So, we’...

Like many things in the Raspberry Pi ecosystem, functions such as rotating the display output can be a little unintuitive at first. Or perhaps you’re not sure how to get rid of that annoying black outline on your screen. So, we’...

History of Arduino

So, after almost a week of researching, cross-referencing, double checking, and image hunting, I’m excited to show you guys my take on the history of Arduino, and the evolution of the Arduino hardware into what it is today. With so m...

So, after almost a week of researching, cross-referencing, double checking, and image hunting, I’m excited to show you guys my take on the history of Arduino, and the evolution of the Arduino hardware into what it is today. With so m...

Controlling Standard Servos with Raspberry Pi

This guide will teach you how to control any small and big servos with a Raspberry Pi 4 Model B (worth noting any Raspberry Pi Board with GPIO pins can be able to be used in this scenario. Servos are an immensely useful way to turn ele...

This guide will teach you how to control any small and big servos with a Raspberry Pi 4 Model B (worth noting any Raspberry Pi Board with GPIO pins can be able to be used in this scenario. Servos are an immensely useful way to turn ele...

Getting Started with the Raspberry Pi 3A+

There is a new board in the Raspberry Pi family! In this Tutorial, we will walk you through the steps to set up your new Raspberry Pi 3 Model A+.To setup your Raspberry Pi 3A+ you will need: A Raspberry Pi 3A+ A Preloaded NOOBS SD Card...

There is a new board in the Raspberry Pi family! In this Tutorial, we will walk you through the steps to set up your new Raspberry Pi 3 Model A+.To setup your Raspberry Pi 3A+ you will need: A Raspberry Pi 3A+ A Preloaded NOOBS SD Card...

PiicoDev Colour Sensor VEML6040 - Raspberry Pi Guide

Introduction Let's read colour data from a PiicoDev® Colour Sensor with a Raspberry Pi and create a colour sorting machine. This guide will cover connecting the hardware, downloading some example code and remixing it. To follow along,...

Introduction Let's read colour data from a PiicoDev® Colour Sensor with a Raspberry Pi and create a colour sorting machine. This guide will cover connecting the hardware, downloading some example code and remixing it. To follow along,...

PiicoDev Mounting Guide

This guide is all about mounting PiicoDev® Modules. It covers how to mount modules to PiicoDev Platforms (or any other material up to 3mm thick), and shows the common dimensions and mounting-hole patterns for PiicoDev hardware...

This guide is all about mounting PiicoDev® Modules. It covers how to mount modules to PiicoDev Platforms (or any other material up to 3mm thick), and shows the common dimensions and mounting-hole patterns for PiicoDev hardware...

Linux In Windows

The Windows Subsystem for Linux (WSL) is a powerful new feature that lets you run a Linux terminal from within windows. You may wonder why you would want this, but it actually is great for developers. A lot of Web and open source toolchains...

The Windows Subsystem for Linux (WSL) is a powerful new feature that lets you run a Linux terminal from within windows. You may wonder why you would want this, but it actually is great for developers. A lot of Web and open source toolchains...

Using Virtual Environments in Thonny on a Raspberry Pi

This is a quick crash course on how to set up, use, and change virtual environments in Thonny on a Raspberry Pi. In late 2023 Bookworm OS for the Raspberry Pi rolled out and this new OS restricted the ability to install externally managed...

This is a quick crash course on how to set up, use, and change virtual environments in Thonny on a Raspberry Pi. In late 2023 Bookworm OS for the Raspberry Pi rolled out and this new OS restricted the ability to install externally managed...

All the Keywords in Python!

Welcome to the next step of understanding in your programming escapades with Python. This guide will introduce an overview of all keywords within Python, provide an understanding of what exactly a keyword is and how to make simple codes wit...

Welcome to the next step of understanding in your programming escapades with Python. This guide will introduce an overview of all keywords within Python, provide an understanding of what exactly a keyword is and how to make simple codes wit...

Infinity Mirror Kit V2 - Assembly and Tutorials

The Infinity Mirror Kit V2 is a desktop display that creates a dazzling optical illusion - a tunnel of light that tears through space! The Infinity Mirror Kit V2 entered production in October 2018, and now ships with an Adaf...

The Infinity Mirror Kit V2 is a desktop display that creates a dazzling optical illusion - a tunnel of light that tears through space! The Infinity Mirror Kit V2 entered production in October 2018, and now ships with an Adaf...

Ultimaker 2+ 3D Printer and Ultimaker 2 Extended+ 3D Printer - Overview, Setup and First Print

This will be an overview, initial setup and first print guide for the Ultimaker 2 and Ultimaker 2 Extended . Quick links for the contents of this guide is seen below. Printer Overview Printer Characteristics ...

This will be an overview, initial setup and first print guide for the Ultimaker 2 and Ultimaker 2 Extended . Quick links for the contents of this guide is seen below. Printer Overview Printer Characteristics ...

Tips for Installing your Lulzbot TAZ 6 Enclosure

With winter currently in full swing, there's a particularly annoying 3D printing problem that is rearing its ugly head, Warping. For those who don't know, warping is what happens when parts of a printed model shrink due to cold drafts acros...

With winter currently in full swing, there's a particularly annoying 3D printing problem that is rearing its ugly head, Warping. For those who don't know, warping is what happens when parts of a printed model shrink due to cold drafts acros...

Third Hand Webcam Mount for the LulzBot Taz 6

When making a webcam mount for your 3D Printer, there are physical limitations for where you can have the camera sitting safely throughout the whole print. A while back, we remixed a really nicely designed bed mount for the Raspi Camera so ...

When making a webcam mount for your 3D Printer, there are physical limitations for where you can have the camera sitting safely throughout the whole print. A while back, we remixed a really nicely designed bed mount for the Raspi Camera so ...

LTE Cat-M1 vs NB-IoT - 4G Connectivity Comparison with IoT Devices

Back at it again with tips for IoT devices when connecting with Mobile networks. Quickly to explain The Internet of things (IoT) describes the network of physical objects (things) that are blessed with sensors, software, and other technolog...

Back at it again with tips for IoT devices when connecting with Mobile networks. Quickly to explain The Internet of things (IoT) describes the network of physical objects (things) that are blessed with sensors, software, and other technolog...

How To Replace Your FEP Film - Resin Printer Maintenance Tip

The FEP film is a layer of transparent thin plastic (that is double layered) that is installed on the bottom of a resin tank (or Vat) in all resin 3D printers. This film creates a way for the UV light or laser light to cure the liquid resin...

The FEP film is a layer of transparent thin plastic (that is double layered) that is installed on the bottom of a resin tank (or Vat) in all resin 3D printers. This film creates a way for the UV light or laser light to cure the liquid resin...

Using Slicer for Fusion360 for Laser Cutting

Laser cutting is a very fast production and manufacturing method that has one limitation. You can only cut flat surfaces! Well don’t let that stop you from creating 3D objects and sculptures with a laser cutter, Fusion360 has a great ...

Laser cutting is a very fast production and manufacturing method that has one limitation. You can only cut flat surfaces! Well don’t let that stop you from creating 3D objects and sculptures with a laser cutter, Fusion360 has a great ...

Raspberry Pi Pico W | Overview, Features and Specs

IntroductionLet’s take a look at the Raspberry Pi Pico W - a WiFi-enabled development board from Raspberry Pi. This overview article will explore the Pico W features and specifications. As always, there are additional resources at th...

IntroductionLet’s take a look at the Raspberry Pi Pico W - a WiFi-enabled development board from Raspberry Pi. This overview article will explore the Pico W features and specifications. As always, there are additional resources at th...

Raspberry Pi Pico W vs. Pico | What's the difference?

IntroductionThis article will compare the Raspberry Pi Pico, and Pico W. Aside from the obvious difference (the Pico W has wireless connectivity), there are a few smaller and more subtle differences that are worth considering.Physical Comp...

IntroductionThis article will compare the Raspberry Pi Pico, and Pico W. Aside from the obvious difference (the Pico W has wireless connectivity), there are a few smaller and more subtle differences that are worth considering.Physical Comp...

How to use Solar LiPO Chargers

Every day, Solar energy bombards Earth with about 173,000 terawatts of power. That's close to the yearly electricity bill for Planet Earth. Solar energy is free power from the stars. So the question stands, why aren't we using it more? Pric...

Every day, Solar energy bombards Earth with about 173,000 terawatts of power. That's close to the yearly electricity bill for Planet Earth. Solar energy is free power from the stars. So the question stands, why aren't we using it more? Pric...

Rigol DG1022 vs Siglent SDG1025 vs Siglent SDG1032X - Function Generator Shootout

In this article I'll compare three popular Arbitrary function generators. They are all about the same price point and popular among makers. The models up for review are: Rigol DG1022          (data) ...

In this article I'll compare three popular Arbitrary function generators. They are all about the same price point and popular among makers. The models up for review are: Rigol DG1022          (data) ...

Getting Started with Arduino Using the Sparkfun RedBoard

Welcome to the Sparkfun Inventors Kit (SIK) Ver 4.0 tutorial page. In this beginner’s tutorial, we will explore the basics of microcontroller programming and circuit electronics through a series of projects that are provided in the&nb...

Welcome to the Sparkfun Inventors Kit (SIK) Ver 4.0 tutorial page. In this beginner’s tutorial, we will explore the basics of microcontroller programming and circuit electronics through a series of projects that are provided in the&nb...

How to Flash the Old 'Buster' Raspberry Pi OS to a Micro-SD

This will be a quick article showing the process to flash the legacy Raspberry Pi OS 'Buster' Debian 10 (or any previous OS iteration) to a Micro-SD card. With any exciting new Operating System (OS) release, there are always small ...

This will be a quick article showing the process to flash the legacy Raspberry Pi OS 'Buster' Debian 10 (or any previous OS iteration) to a Micro-SD card. With any exciting new Operating System (OS) release, there are always small ...

Join the new age with a Mooshimeter

The multimeter is one of the essential tools in your electronics toolkit. These battery operated devices combine several measurement functions into one easy to use device. You can get Analog or Digital multimeters, each displaying your meas...

The multimeter is one of the essential tools in your electronics toolkit. These battery operated devices combine several measurement functions into one easy to use device. You can get Analog or Digital multimeters, each displaying your meas...

How to 3D Print Your Own Raspberry Pi 3 Model A+ Case

So you've got your Raspberry Pi 3 Model A and need a case to house it in. In this short guide we're going to step through the considerations you should take when designing your own case, as well as provide you with all the files you need t...

So you've got your Raspberry Pi 3 Model A and need a case to house it in. In this short guide we're going to step through the considerations you should take when designing your own case, as well as provide you with all the files you need t...

Writing Code Onto MicroPython Boards

You have your shiny new MicroPython or Circuit Python board and you have Installed the Firmware and connected to REPL, but now you want to put your code onto the board. To do this we need to send the files over serial. Luckily Adafruit has ...

You have your shiny new MicroPython or Circuit Python board and you have Installed the Firmware and connected to REPL, but now you want to put your code onto the board. To do this we need to send the files over serial. Luckily Adafruit has ...

PiicoDev Potentiometer - Getting Started Guide

This guide will help you get started with a PiicoDev® Potentiometer - an intuitive input device that allows you to easily interact with your project. PiicoDev Potentiometers are available in two flavours: Rotary and Slider. We'll ...

This guide will help you get started with a PiicoDev® Potentiometer - an intuitive input device that allows you to easily interact with your project. PiicoDev Potentiometers are available in two flavours: Rotary and Slider. We'll ...

Three Golden Rules for Choosing a Power Supply (No Maths!)

Often the last consideration in a maker project, the DC power supply is the heartbeat of many electrical projects and the correct selection requires some consideration. Power supplies go by a lot of different names, you can call them Wall ...

Often the last consideration in a maker project, the DC power supply is the heartbeat of many electrical projects and the correct selection requires some consideration. Power supplies go by a lot of different names, you can call them Wall ...

LCD Screens and the Arduino Uno

Display devices are used to visually display the information we are working with. LCD (Liquid Crystal Display) screens are one of many display devices that makers use. We have libraries to control specific LCD functions which make it ridicu...

Display devices are used to visually display the information we are working with. LCD (Liquid Crystal Display) screens are one of many display devices that makers use. We have libraries to control specific LCD functions which make it ridicu...

Our littleBits Rule Your Room Kit Review

"Yes, I would recommend this a friend." That's the verdict of 90% of people who pick up the Rule your Room Kit from littleBits. We love it so much, we're most definitely recommending it to you and your family. But you don't need to take ...

"Yes, I would recommend this a friend." That's the verdict of 90% of people who pick up the Rule your Room Kit from littleBits. We love it so much, we're most definitely recommending it to you and your family. But you don't need to take ...

Data Logging with the Micro:bit and OpenLog

The Micro:bit by BBC is a great data collection tool, it just needs a little help remembering what it has measured! This tutorial is made for those Micro:bit projects where transmitting your sensor data over radio or Bluetooth to a computer...

The Micro:bit by BBC is a great data collection tool, it just needs a little help remembering what it has measured! This tutorial is made for those Micro:bit projects where transmitting your sensor data over radio or Bluetooth to a computer...

Ultimaker 3D Printer Build Platform Calibration

For Ultimaker 3D printers it is crucial to have a flat and level build platform which is parallel to the path of the nozzle. By having a correctly set up print space it will ensure the best possible results for all 3D printed components.&nb...

For Ultimaker 3D printers it is crucial to have a flat and level build platform which is parallel to the path of the nozzle. By having a correctly set up print space it will ensure the best possible results for all 3D printed components.&nb...

Cooling Your Raspberry Pi

Part of the joy that is Raspberry Pi is getting stuck into it at a slightly lower level and finding out exactly what you can do with it if you take a look under the hood. One of the most popular experiments to do with your Raspberry Pi is o...

Part of the joy that is Raspberry Pi is getting stuck into it at a slightly lower level and finding out exactly what you can do with it if you take a look under the hood. One of the most popular experiments to do with your Raspberry Pi is o...

DIY Magnetic Encoder

The PiicoDev Magnetometer unlocks a lot of sensing abilities for your project.  In this guide we'll walk through how to sense an angle with a small magnet and print the angle on a PiicoDev OLED. This guide covers what the sensor is r...

The PiicoDev Magnetometer unlocks a lot of sensing abilities for your project.  In this guide we'll walk through how to sense an angle with a small magnet and print the angle on a PiicoDev OLED. This guide covers what the sensor is r...

Capacitive Touch with Makey Makey

The Makey Makey introduces the concept of using everday objects like fruit, lead pencil drawings, play dough etc. to interact with your computer via USB. The Makey Makey acts like a HID device over USB, which means that it behaves just like...

The Makey Makey introduces the concept of using everday objects like fruit, lead pencil drawings, play dough etc. to interact with your computer via USB. The Makey Makey acts like a HID device over USB, which means that it behaves just like...

How to Build an Arduino Library

Have you ever wanted to simplify or automate a task using an Arduino? Yes? Well, have you ever wanted to simplify the code required for that task into a neat collection of easy-to-use functions? Also yes? Then this tutorial is for you! In t...

Have you ever wanted to simplify or automate a task using an Arduino? Yes? Well, have you ever wanted to simplify the code required for that task into a neat collection of easy-to-use functions? Also yes? Then this tutorial is for you! In t...

Control Structures with Python

Welcome to the next step of comprehension for the fireball programming language of Python. This guide will provide you with tools to help aid conceptualisation of the control flow within your programming scripts. The control flow is th...

Welcome to the next step of comprehension for the fireball programming language of Python. This guide will provide you with tools to help aid conceptualisation of the control flow within your programming scripts. The control flow is th...

PiicoDev 3-Axis Accelerometer LIS3DH - Getting Started Guide

This guide will help you get started with a PiicoDev 3-Axis Accelerometer. We'll walk through some examples to read acceleration, infer tilt angle (from gravity), and detect tapping and shaking.  An accelerometer is a device that mea...

This guide will help you get started with a PiicoDev 3-Axis Accelerometer. We'll walk through some examples to read acceleration, infer tilt angle (from gravity), and detect tapping and shaking.  An accelerometer is a device that mea...

PiicoDev Air Quality Sensor ENS160 | Getting Started Guide

The PiicoDev® Air Quality Sensor is based on an ENS160 multi-gas sensor that detects Volatile Organic Compounds (VOCs). These measurements are run through some algorithms to produce standardised outputs like Air Quality Index (AQI...

The PiicoDev® Air Quality Sensor is based on an ENS160 multi-gas sensor that detects Volatile Organic Compounds (VOCs). These measurements are run through some algorithms to produce standardised outputs like Air Quality Index (AQI...

Assemble a goBILDA Outlaw Chassis Kit - Plus Raspberry Pi and 8BitDo Control!

If you want a high-end robotics platform that is easy to expand with it does not get better than goBILDA! GoBILDA is a complete build system designed for makers, students, and educators. From curated kits, to many structural alum...

If you want a high-end robotics platform that is easy to expand with it does not get better than goBILDA! GoBILDA is a complete build system designed for makers, students, and educators. From curated kits, to many structural alum...

Sphero SPRK+ Review

If you’re in the education sector or keep up to date with the latest STEM learning tools, then you’ve most likely heard of Sphero. It’s one of the most popular educational products which fuses robotics with imagination and...

If you’re in the education sector or keep up to date with the latest STEM learning tools, then you’ve most likely heard of Sphero. It’s one of the most popular educational products which fuses robotics with imagination and...

MicroPython Primer for Makers - What is MicroPython?

This Tutorial is all about the MicroPython Programming Language. We will discuss what MicroPython is, why you will want to use it in your projects and we will share some resources to help you learn further! What is MicroPython? MicroPyt...

This Tutorial is all about the MicroPython Programming Language. We will discuss what MicroPython is, why you will want to use it in your projects and we will share some resources to help you learn further! What is MicroPython? MicroPyt...

Hello World! First Python Script

Python is a powerhouse programming language capable of supporting you throughout all your programming adventures. Making exciting and unique code is just flashes of comprehension away. For those just starting, looking at the Python Pr...

Python is a powerhouse programming language capable of supporting you throughout all your programming adventures. Making exciting and unique code is just flashes of comprehension away. For those just starting, looking at the Python Pr...

Swell Python Scripts with the Turtle Library

Time to flex some of the coding muscles we have gained. Using the knowledge we have with Python, this guide will go through the creation of interesting and dynamic graphic animations. The first codes in this tutorial are generators for geo...

Time to flex some of the coding muscles we have gained. Using the knowledge we have with Python, this guide will go through the creation of interesting and dynamic graphic animations. The first codes in this tutorial are generators for geo...

Alcohol Inks to Colourise Resin Prints - Three Different Methods

One of the special properties of transparent resin prints created by DLP 3D printers like the Creality LD-002R and SLA printers like the Formlabs Form 3 is how vibrantly you can colourise them with Alcohol Inks. Simply by dabbing on just a ...

One of the special properties of transparent resin prints created by DLP 3D printers like the Creality LD-002R and SLA printers like the Formlabs Form 3 is how vibrantly you can colourise them with Alcohol Inks. Simply by dabbing on just a ...

GlowBit Matrix 8x8 - Python and MicroPython Guide

Introduction This guide will cover the basic functionality of the GlowBit Python library when driving a GlowBit Matrix 8x8 module. To follow along, it's best to have: A GlowBit Matrix 8x8 A Raspberry Pi Pico ...

Introduction This guide will cover the basic functionality of the GlowBit Python library when driving a GlowBit Matrix 8x8 module. To follow along, it's best to have: A GlowBit Matrix 8x8 A Raspberry Pi Pico ...

Our Review of the MOARstruder by Lulzbot

Toolheads for your 3D printer come in all shapes and sizes. The different models available from Lulzbot are all designed with a specific purpose in mind, usually to add a filament type to your 3D printing repertoire. Dual extruders enable y...

Toolheads for your 3D printer come in all shapes and sizes. The different models available from Lulzbot are all designed with a specific purpose in mind, usually to add a filament type to your 3D printing repertoire. Dual extruders enable y...

Building a LoRaWAN Nano Gateway to The Things Network

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. warning: this is a "nano" gateway...

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. warning: this is a "nano" gateway...

ONESIE Family - 3D Printable Cases for Raspberry Pi 4 Model B

The ONESIE family of cases come in three distinct models; Stealth, Maker and Hats. This will be a guide introducing the ONESIE family, the 3D printable monocoque stealth cases for Raspberry Pi 4 Model B, talk about what makes them di...

The ONESIE family of cases come in three distinct models; Stealth, Maker and Hats. This will be a guide introducing the ONESIE family, the 3D printable monocoque stealth cases for Raspberry Pi 4 Model B, talk about what makes them di...

Make 3D Prints Look Like Chrome and Steel - Metallic Paints and Finishes For 3D Prints

Demonstrated here are two metallic finishes, that you can do to any 3D print, that will astound your friends and family when you tell them 'It was actually 3D printed and these are not metal at all'. These finishes are perfect to use for co...

Demonstrated here are two metallic finishes, that you can do to any 3D print, that will astound your friends and family when you tell them 'It was actually 3D printed and these are not metal at all'. These finishes are perfect to use for co...

PiicoDev Real Time Clock (RTC) RV-3028 - Getting Started Guide

This guide will help you get started with a PiicoDev Real Time Clock. We'll set and read the time/date, observe the power-backup capability, and configure the RTC with an alarm. A Real-Time Clock (RTC) is a timekeeping device that accurat...

This guide will help you get started with a PiicoDev Real Time Clock. We'll set and read the time/date, observe the power-backup capability, and configure the RTC with an alarm. A Real-Time Clock (RTC) is a timekeeping device that accurat...

MicroPython Board Comparison

Welcome to the benchmarking arena! We are going to put eleven microcontrollers to the test and see how they hold up against a set of fiendish tasks that we devised to push them beyond their limits. We chose most of our candidates based on t...

Welcome to the benchmarking arena! We are going to put eleven microcontrollers to the test and see how they hold up against a set of fiendish tasks that we devised to push them beyond their limits. We chose most of our candidates based on t...

Plant_io Basic Setup Guide | Automatically Water a Seedling Based on Soil Moisture

What We'll AchieveThis guide will help you set up a Plant_io controller to automatically irrigate a plant of your choice. This example focuses on germinating seeds, but this is only one option. Along the way we'll: Assemble a hardware pl...

What We'll AchieveThis guide will help you set up a Plant_io controller to automatically irrigate a plant of your choice. This example focuses on germinating seeds, but this is only one option. Along the way we'll: Assemble a hardware pl...

Mobile Networks - Where Can My IoT Device Connect?

The Internet of Things (IoT) describes the network of physical objects that are all around us which are blessed with sensors, software, and other technology for the purpose of connecting and exchanging data with other devices and systems al...

The Internet of Things (IoT) describes the network of physical objects that are all around us which are blessed with sensors, software, and other technology for the purpose of connecting and exchanging data with other devices and systems al...

Setting Up Hyperbian – Ambient Lighting with your Screen

Break your television and monitors free from the confines of their edges with Hyperbian! This is an open-source ambient light software that will improve the way you enjoy your favourite media. Hyperion for the Raspberry Pi ∴ Hy...

Break your television and monitors free from the confines of their edges with Hyperbian! This is an open-source ambient light software that will improve the way you enjoy your favourite media. Hyperion for the Raspberry Pi ∴ Hy...

Arduino Boards, Compared

We're going to compare each of the Arduino Boards available to Maker's and Electronics Enthusiats. We'll discuss the features of each board, provide an informative pinout diagram with tonnes of detail, and toward the end of the article, pro...

We're going to compare each of the Arduino Boards available to Maker's and Electronics Enthusiats. We'll discuss the features of each board, provide an informative pinout diagram with tonnes of detail, and toward the end of the article, pro...

PiicoDev Servo Driver PCA9685 | Getting Started Guide

This guide will help you get started with a PiicoDev® Servo Driver module. We'll take a tour of the module and walk through some examples to drive common servos. Servo motors are integrated motors that contain their own power circuitr...

This guide will help you get started with a PiicoDev® Servo Driver module. We'll take a tour of the module and walk through some examples to drive common servos. Servo motors are integrated motors that contain their own power circuitr...

Weather Station with Arduino Tutorial

This Weather Station with Arduino was designed for the South Australia Catholic Education STEM Weather Station Challenge. We were lucky enough to be asked to build one of the basic kits provided to schools across South Australia for entry i...

This Weather Station with Arduino was designed for the South Australia Catholic Education STEM Weather Station Challenge. We were lucky enough to be asked to build one of the basic kits provided to schools across South Australia for entry i...

Plant_io Sensors Guide | Connect Sensors and Log Data

In the Plant_io Basic Setup Guide we assembled the Plant_io platform to automatically irrigate plants, and sprouted some seeds. As the project runs, a log file is updated with data captured at each interval. This simple log allows us ...

In the Plant_io Basic Setup Guide we assembled the Plant_io platform to automatically irrigate plants, and sprouted some seeds. As the project runs, a log file is updated with data captured at each interval. This simple log allows us ...

Installing Python Packages

So, you want Python to do something very functional but do not feel like writing heaps of code to achieve that functionality? Then look no further, this guide will teach you exactly how to do that by utilising Python Packages. Python P...

So, you want Python to do something very functional but do not feel like writing heaps of code to achieve that functionality? Then look no further, this guide will teach you exactly how to do that by utilising Python Packages. Python P...

C Programming for Makers

Welcome to the C Programming Workshop for Makers! Here you'll be able to follow along with our series of easily digestible videos that cover everything you'll need to know to on your way with C programming and start making awesome projects....

Welcome to the C Programming Workshop for Makers! Here you'll be able to follow along with our series of easily digestible videos that cover everything you'll need to know to on your way with C programming and start making awesome projects....

PiicoDev Ultrasonic Rangefinder | Getting Started Guide

Similar to how bats echo-locate and how submarines use sonar, the PiicoDev® Ultrasonic Rangefinder uses sound waves to measure the distance to an object. It sends out a high-pitched sound wave, which bounces off of the object and comes...

Similar to how bats echo-locate and how submarines use sonar, the PiicoDev® Ultrasonic Rangefinder uses sound waves to measure the distance to an object. It sends out a high-pitched sound wave, which bounces off of the object and comes...

IoT with LoRaWAN, Pycom, The Things Network & Node-RED

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. In our two previous Pycom article...

Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method. In our two previous Pycom article...

Unique Ways to Print Anything!

Each and every day it has become easier to print the natural and human-made world around us. So, if you ever worried that you would run out of things to 3D print fear not! There are many ways of producing 3D models and most of these me...

Each and every day it has become easier to print the natural and human-made world around us. So, if you ever worried that you would run out of things to 3D print fear not! There are many ways of producing 3D models and most of these me...

PiicoDev Transceiver | Getting Started Guide

A radio transceiver is a device that can both transmit and receive radio signals, making it the perfect tool for communication on the go and remote projects! The PiicoDev Transceiver™ is a 915MHz radio that can send short messages up...

A radio transceiver is a device that can both transmit and receive radio signals, making it the perfect tool for communication on the go and remote projects! The PiicoDev Transceiver™ is a 915MHz radio that can send short messages up...

MOSFETs for Makers: Getting Started with High-Power Control

In this guide, we’ll learn how to harness the power of MOSFET transistors to easily control higher-powered components like solenoids, motors, and Peltiers with a microcontroller. First, we will cover an easy-to-follow example using s...

In this guide, we’ll learn how to harness the power of MOSFET transistors to easily control higher-powered components like solenoids, motors, and Peltiers with a microcontroller. First, we will cover an easy-to-follow example using s...

Servos, Steppers or Solenoids? | Choosing an Actuator to Move Your Project

In this guide, we go over some common ways of adding motion to your project with actuators such as stepper motors, servos and linear actuators, to help you choose which one is most appropriate for your situation. The start of this guide c...

In this guide, we go over some common ways of adding motion to your project with actuators such as stepper motors, servos and linear actuators, to help you choose which one is most appropriate for your situation. The start of this guide c...

Portable Arcade Emulator

Introduction

I am a Mechanical Engineer, and after 30 years in industry I now teach Engineering at High School. I create various projects in my spare time and bring them to school to inspir...

Introduction

I am a Mechanical Engineer, and after 30 years in industry I now teach Engineering at High School. I create various projects in my spare time and bring them to school to inspir...

MakeCode STEM Arcade Machine

This project came about for a number of reasons. Firstly, we wanted a real showpiece for the school's Resource Centre. It's a real talking point and when people find out that it was made almost enti...

This project came about for a number of reasons. Firstly, we wanted a real showpiece for the school's Resource Centre. It's a real talking point and when people find out that it was made almost enti...

Sneaky's Bartop Arcade

My first arcade cabinet. Built from scratch using mdf panels, a donated monitor and speakers. Powered by Raspberry Pi 3 running the free image "RetroPie". I have put on ab...

My first arcade cabinet. Built from scratch using mdf panels, a donated monitor and speakers. Powered by Raspberry Pi 3 running the free image "RetroPie". I have put on ab...

Sound Effects Button

The idea for this project came when a friend of mine flew over from Western Australia to visit, and during his stopover in Adelaide, he did what any adult would do; visit the airport novelty store and buy some random stuff. It was pretty mu...

The idea for this project came when a friend of mine flew over from Western Australia to visit, and during his stopover in Adelaide, he did what any adult would do; visit the airport novelty store and buy some random stuff. It was pretty mu...

Kid’s Music Box

I want to make a portable music box that my 2 year old kid can operate intuitively on her own. So, Spotify or any other on-demand music platform with tablets and Bluetooth speakers are out of the question. Remember the good old days of putt...

I want to make a portable music box that my 2 year old kid can operate intuitively on her own. So, Spotify or any other on-demand music platform with tablets and Bluetooth speakers are out of the question. Remember the good old days of putt...

Mini NES Style Game Console with Raspberry Pi

My son really wanted one of the mini NES when they were released, however he missed out. I already knew that you could use a raspberry pi as an arcade emulator, so I thought why not build him one.

I grew up playing old arcade machi...

My son really wanted one of the mini NES when they were released, however he missed out. I already knew that you could use a raspberry pi as an arcade emulator, so I thought why not build him one.

I grew up playing old arcade machi...

RPi Garbage Bin Reminder

Our local council picks up recycling bins one week and green waste the following week. Sometimes people forget which bins go out each week and perhaps they mistakenly put the wrong bins out. Not that that has ever happened to me of course! ...

Our local council picks up recycling bins one week and green waste the following week. Sometimes people forget which bins go out each week and perhaps they mistakenly put the wrong bins out. Not that that has ever happened to me of course! ...

Raspberry Pi Game Show

Introduction

I made this project because I had been given a Raspberry Pi 4 for Christmas and was hoping to make a fun project with it. I wanted to make something which wasn’t just copying a tutorial and was a...

Introduction

I made this project because I had been given a Raspberry Pi 4 for Christmas and was hoping to make a fun project with it. I wanted to make something which wasn’t just copying a tutorial and was a...

Raspberry Pi IoT Doorbell

This Raspberry Pi, IoT Doorbell is basically a simple smart Door Bell, which takes a photo of whoever rings it, and emails it to the specified email address, and keeps all the photos in a folder. (along with going Ding-Dong). Any Problems,...

This Raspberry Pi, IoT Doorbell is basically a simple smart Door Bell, which takes a photo of whoever rings it, and emails it to the specified email address, and keeps all the photos in a folder. (along with going Ding-Dong). Any Problems,...

RetroPie in a Cartridge

For $50 and some dedication a retro gaming console can be yours and with HDMI you can play it with any modern TV or monitor. Instead of using bulky and space taking cartridges and discs it's all on the console. For this build, we're going ...

For $50 and some dedication a retro gaming console can be yours and with HDMI you can play it with any modern TV or monitor. Instead of using bulky and space taking cartridges and discs it's all on the console. For this build, we're going ...

Mini Desk Vacuum

Chances are if you are anything like me, being a maker is often an excuse to create as big of a mess as possible during the duration of a project. And after the project is finished? You are left with an enormous mess to clean up, taking awa...

Chances are if you are anything like me, being a maker is often an excuse to create as big of a mess as possible during the duration of a project. And after the project is finished? You are left with an enormous mess to clean up, taking awa...

IR Break-Beam Stopwatch

This project is a simple stopwatch with a little bit of a twist! It operates like a conventional stopwatch… you can start and stop it, you can record lap times and you can review the lap times once you hit stop. The twist is th...

This project is a simple stopwatch with a little bit of a twist! It operates like a conventional stopwatch… you can start and stop it, you can record lap times and you can review the lap times once you hit stop. The twist is th...

Days2Bin: Pico Powered Bin Reminder

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed calendar changes every year! So I made a Raspberry Pi Pico W and GlowBit Matrix powered model wheelie bin which shows when the bins are due at a...

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed calendar changes every year! So I made a Raspberry Pi Pico W and GlowBit Matrix powered model wheelie bin which shows when the bins are due at a...

WhyzaGC - Feather ESP32 addon to the MightyOhm Gieger Counter

This project is about adding a wireless Adafruit Feather HUZZAH ESP8266 or ESP32 v2 with Adafruit Featherwing 128x64 OLED to interface with the self-assembled MightyOhm Geiger Kit.

Introduction

I am always on ...

This project is about adding a wireless Adafruit Feather HUZZAH ESP8266 or ESP32 v2 with Adafruit Featherwing 128x64 OLED to interface with the self-assembled MightyOhm Geiger Kit.

Introduction

I am always on ...

Math Scroller

I was looking for something educational to 3D-Print for my child in Thingiverse and came across the concept of the Math Spinner. I found the models lacked a method of checking the answer so I wanted to automate it. The core design is inspir...

I was looking for something educational to 3D-Print for my child in Thingiverse and came across the concept of the Math Spinner. I found the models lacked a method of checking the answer so I wanted to automate it. The core design is inspir...

Fruit and Veggie Gaming Controller

In preparation for some Maker Faire's we were heading to last year, I wanted to combine the awesomeness of the Makey Makey platform, with the fun that is RetroPie. For those who don't know the Makey Makey, it's a fantastic platform that all...

In preparation for some Maker Faire's we were heading to last year, I wanted to combine the awesomeness of the Makey Makey platform, with the fun that is RetroPie. For those who don't know the Makey Makey, it's a fantastic platform that all...

WiFi Garage Door Controller with Raspberry Pi Pico W

I strapped a Raspberry Pi Pico W to my garage door motor and now I can control my garage door from my phone! The Pico W hosts a simple webpage on my local network with three control buttons - one for Up, Stop and Down. Pressing one of...

I strapped a Raspberry Pi Pico W to my garage door motor and now I can control my garage door from my phone! The Pico W hosts a simple webpage on my local network with three control buttons - one for Up, Stop and Down. Pressing one of...

mintyPi

This is an awesome project that takes about 6 hours to complete. Hours upon hours of endless fun thereafter! Ideally, some prior soldering experience is advantageous but if you take your time and practice before you start it's beginner fri...

This is an awesome project that takes about 6 hours to complete. Hours upon hours of endless fun thereafter! Ideally, some prior soldering experience is advantageous but if you take your time and practice before you start it's beginner fri...

mmPi-Pico HAT

I use a Raspberry Pi running EmonCms for collecting sensor data and controlling devices around the home but several things have been on my To-Do list to enhance its functionality. A Shutdown/Power Down/Startup circuit. Proportional fan...

I use a Raspberry Pi running EmonCms for collecting sensor data and controlling devices around the home but several things have been on my To-Do list to enhance its functionality. A Shutdown/Power Down/Startup circuit. Proportional fan...

Nintendo Wii Portable | Project G-Wii

Do you love your Wii and its ability to play all GameCube games perfectly but wish you could take it on the go like a Gameboy?

Well, I definitely did and if you're like me so do you. And here is the right place...

Do you love your Wii and its ability to play all GameCube games perfectly but wish you could take it on the go like a Gameboy?

Well, I definitely did and if you're like me so do you. And here is the right place...

Raspberry Pi Rain Radar and Weather Display

[Update – Until there is correct compatibility of NPM with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Micro-...

[Update – Until there is correct compatibility of NPM with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Micro-...

LoRa P2P Wireless Gate Alarm

Introduction

My front gate is a long way from the house at around 300m. I don’t want people wandering around my property without knowing about it.  This project uses two Raspberry Pi P...

Introduction

My front gate is a long way from the house at around 300m. I don’t want people wandering around my property without knowing about it.  This project uses two Raspberry Pi P...

Smart Watering System

Introduction This began as an idea after building a very basic single-channel unit. Commercial smart watering systems use a Wifi connection to the internet and get weather reports to determine the level of watering required. These systems...

Introduction This began as an idea after building a very basic single-channel unit. Commercial smart watering systems use a Wifi connection to the internet and get weather reports to determine the level of watering required. These systems...

Micro:bit based GlowBit Car

I made this car because at school there was a Lego We-Do tug-of-war competition but the cars only drove backward and I wanted to make a car that can turn and drive forwards. If you make this car don't throw away the chassis box because I ...

I made this car because at school there was a Lego We-Do tug-of-war competition but the cars only drove backward and I wanted to make a car that can turn and drive forwards. If you make this car don't throw away the chassis box because I ...

grinder_timer

Making a dumb coffee grinder slightly less dumb. This is a programmable timer tethered to a Rancilio Rocky coffee grinder. The Rocky is a "dumb" grinder and electrically very simple. Basically it's an ac motor with an on/off switch and a m...

Making a dumb coffee grinder slightly less dumb. This is a programmable timer tethered to a Rancilio Rocky coffee grinder. The Rocky is a "dumb" grinder and electrically very simple. Basically it's an ac motor with an on/off switch and a m...

Raspberry Pi Pico Long Range Radio (LoRa) Weather and Air Quality Station - Full Dashboard (DataCake + TTN), Rain-Proof and Long Range

Have you ever wanted to make a Weatherproof Weather and Air Quality System that transmits its edge-collected data long-range through LoRa (up to a 10Km range) and then have that data automatically uploaded to the Internet to be gorgeously ...

Have you ever wanted to make a Weatherproof Weather and Air Quality System that transmits its edge-collected data long-range through LoRa (up to a 10Km range) and then have that data automatically uploaded to the Internet to be gorgeously ...

Raspberry pi Photo Booth

This project is a raspberry pi powered photo both. It uses a raspberry pi zero and the raspberry pi camera. All the code has been uploaded to GitHub for you. It has a ten-second timer, from when you press the button, and then it takes ...

This project is a raspberry pi powered photo both. It uses a raspberry pi zero and the raspberry pi camera. All the code has been uploaded to GitHub for you. It has a ten-second timer, from when you press the button, and then it takes ...

Cosplay Blaster

Hey guys! First time poster. I've been working on a blaster for my girlfriend's costume, and I thought I would share it with everyone. When triggered, it plays a selected sound effect and flashes the light. Pretty simple :)So, this is my fi...

Hey guys! First time poster. I've been working on a blaster for my girlfriend's costume, and I thought I would share it with everyone. When triggered, it plays a selected sound effect and flashes the light. Pretty simple :)So, this is my fi...

A Back to the Future Clock

This project started life as an alarm clock for my son made to look like the time circuit from the Back to the Future movies. The display can show the time in various formats, including the one from the movies of course. It's configurable v...

This project started life as an alarm clock for my son made to look like the time circuit from the Back to the Future movies. The display can show the time in various formats, including the one from the movies of course. It's configurable v...

Retro Hand held Pi Zero

I bought a Pi zero w from Core Electronics for a friend, also bought the official case too but thought I'd fit the Pi into something he can show off! I used an old hand held game case I had laying around, I had to remove the original circu...

I bought a Pi zero w from Core Electronics for a friend, also bought the official case too but thought I'd fit the Pi into something he can show off! I used an old hand held game case I had laying around, I had to remove the original circu...

Handheld UV Meter

UV is important to reptiles (and people) in processing vitamin D3 which is needed to absorb calcium. Without it reptiles often suffer from Metabolic Bone Disease (MBD) which leads to weak bones and can be fatal. Thankfully, pet shops have t...

UV is important to reptiles (and people) in processing vitamin D3 which is needed to absorb calcium. Without it reptiles often suffer from Metabolic Bone Disease (MBD) which leads to weak bones and can be fatal. Thankfully, pet shops have t...

Garage Door Sensor

This project uses a US100 ultrasonic distance sensor to detect instances of a garage tilt door being left open and sends an alert via the IFTTT mobile app. Additionally, the device logs temperature and pressure to a Thingspeak channel using...

This project uses a US100 ultrasonic distance sensor to detect instances of a garage tilt door being left open and sends an alert via the IFTTT mobile app. Additionally, the device logs temperature and pressure to a Thingspeak channel using...

Rain Gauge Data Logger

Summary A Raspberry Pi 3B is used to collect digital counts from an electronic rain gauge (1mm of rain per reed switch closure by magnetic see-saw). It has been running without issues for over 12 months. A UPS powers the Pi so it is immune...

Summary A Raspberry Pi 3B is used to collect digital counts from an electronic rain gauge (1mm of rain per reed switch closure by magnetic see-saw). It has been running without issues for over 12 months. A UPS powers the Pi so it is immune...

The Great Doorbell Hack

Do you want a quick, easy, cheap RF remote control for your Raspberry Pi projects? Well, look no further than the front door! As you've probably got a half-duplex RF setup you've never considered using in a project before. Try this simple h...

Do you want a quick, easy, cheap RF remote control for your Raspberry Pi projects? Well, look no further than the front door! As you've probably got a half-duplex RF setup you've never considered using in a project before. Try this simple h...

Smart City Tunnel with PiicoDev

Tunnels are a critical part of road infrastructure and they feature some pretty cool tech. This Smart Tunnel project demonstrates some of the technology involved and how some real-world problems might be solved.  Features RFID Trip...

Tunnels are a critical part of road infrastructure and they feature some pretty cool tech. This Smart Tunnel project demonstrates some of the technology involved and how some real-world problems might be solved.  Features RFID Trip...

ESP32 IR-Triggered Camera with Home Assistant Integration

I love the ESP line-up. I started by messing around with the ESP8266 and I completely fell in love with it. The 8266 is all I ever wanted from a microcontroller:  WIFI connectivity, a decent amount of GPIO, a deep-sleep mode for batter...

I love the ESP line-up. I started by messing around with the ESP8266 and I completely fell in love with it. The 8266 is all I ever wanted from a microcontroller:  WIFI connectivity, a decent amount of GPIO, a deep-sleep mode for batter...

Desktop Infinity Mirror (Lasercut!)

A smaller version of our amazing Infinity-Mirror Table - the Desktop Infinity Mirror compresses all the colourful goodness into a picture frame-sized display. The entire design is made from laser-cut acrylic that we cut in-house. Check out ...

A smaller version of our amazing Infinity-Mirror Table - the Desktop Infinity Mirror compresses all the colourful goodness into a picture frame-sized display. The entire design is made from laser-cut acrylic that we cut in-house. Check out ...

Keypad entry to caravan using Arduino

I used to sleep in a caravan on my grandparent's property and as amenities were inside the house I had to go in and out of it quite regularly. I got sick of fumbling around with keys to go in and out of my caravan, so this project uses an A...

I used to sleep in a caravan on my grandparent's property and as amenities were inside the house I had to go in and out of it quite regularly. I got sick of fumbling around with keys to go in and out of my caravan, so this project uses an A...

GraviTrack Enhancements - Lights and Sound

Introduction Searching for solar panels and related items on the Core Electronics website; I came across the Solarbotics GraviTrack Marble Machine Kit. I thought the kit would be a good educational tool for the grandkids. The kit was a hit...

Introduction Searching for solar panels and related items on the Core Electronics website; I came across the Solarbotics GraviTrack Marble Machine Kit. I thought the kit would be a good educational tool for the grandkids. The kit was a hit...

IOT Shed Part 2

If you haven't already seen it, check out part 1 of this project. it has all the background info in it. And if you haven't got one yet, get yourself a particle photon, they are great. This part of the project was hooking the particle photon...

If you haven't already seen it, check out part 1 of this project. it has all the background info in it. And if you haven't got one yet, get yourself a particle photon, they are great. This part of the project was hooking the particle photon...

HUGE LED Pixel Panel

I’ve always been fascinated by LED screens and seeing beautiful colours mix and merge to create vibrant displays. I also love games, so what better way to combine the two than a giant LED pixel matrix which can play games, display aud...

I’ve always been fascinated by LED screens and seeing beautiful colours mix and merge to create vibrant displays. I also love games, so what better way to combine the two than a giant LED pixel matrix which can play games, display aud...

FM Radio with Arduino, LCD and Si4703

A couple of years ago, I found a modern jukebox (with iPod connectivity, AM/FM radio, CD player and LEDs) dumped in my street. The body was in decent condition but all of the electronics were ruined apart from the LEDs. I decided to take it...

A couple of years ago, I found a modern jukebox (with iPod connectivity, AM/FM radio, CD player and LEDs) dumped in my street. The body was in decent condition but all of the electronics were ruined apart from the LEDs. I decided to take it...

Wifi Sniffer

This project started because I wanted to know the signal strength of the Wifi in various places around my house. I had set up a Pi Zero as a simple watering system controller. It would switch a solenoid on and off based on a 7 day schedule;...

This project started because I wanted to know the signal strength of the Wifi in various places around my house. I had set up a Pi Zero as a simple watering system controller. It would switch a solenoid on and off based on a 7 day schedule;...

A 3D Printed Ukulele

Here is a project I just could not help myself but build. A 3D printable Ukulele with a body as large as I could fit standing upright on the printers here. The intention was to make it as large as possible, using no supports, and without th...

Here is a project I just could not help myself but build. A 3D printable Ukulele with a body as large as I could fit standing upright on the printers here. The intention was to make it as large as possible, using no supports, and without th...

Auto Tracking Camera System

The purpose of this project is to design a system that will automatically track stars or satellites. The first version, described here, is specifically to track stars and operate a Raspberry Pi HQ camera to take a series of long-exposure im...

The purpose of this project is to design a system that will automatically track stars or satellites. The first version, described here, is specifically to track stars and operate a Raspberry Pi HQ camera to take a series of long-exposure im...

p0wer - Control mains outlets over wifi.

As part of a larger home automation project, I wanted the ability to control some mains power outlets remotely. To achieve this, I interfaced the transmitter from an inexpensive 433MHz mains remote control kit with a raspberry pi zero w (vi...

As part of a larger home automation project, I wanted the ability to control some mains power outlets remotely. To achieve this, I interfaced the transmitter from an inexpensive 433MHz mains remote control kit with a raspberry pi zero w (vi...

IoT Pet Feeder

The objective of this project was to create an Internet of Things (IoT) device that could give pet access to a food bowl when a text message command was sent from a remote location. I had never done an IoT project before, so I wanted to ke...

The objective of this project was to create an Internet of Things (IoT) device that could give pet access to a food bowl when a text message command was sent from a remote location. I had never done an IoT project before, so I wanted to ke...

Coffee Grinder With Arduino

Using a few bits and pieces, this ordinary coffee grinder now has two presets to run the motor for a programmable length of time. The idea being that the grinder running for a set amount of time will deliver a certain amount of coffee each ...

Using a few bits and pieces, this ordinary coffee grinder now has two presets to run the motor for a programmable length of time. The idea being that the grinder running for a set amount of time will deliver a certain amount of coffee each ...

Arduino Tide Gauge

I used an Arduino and a US-100 ultrasonic sensor to make an extremely low-cost tide gauge. This project measures the tide by sensing the distance to water using a US-100 ultrasonic sensor. The device has a 3D printed base&nb...

I used an Arduino and a US-100 ultrasonic sensor to make an extremely low-cost tide gauge. This project measures the tide by sensing the distance to water using a US-100 ultrasonic sensor. The device has a 3D printed base&nb...

Simple Relay Timer

Introduction This project started because I needed to replace a water tap timer that had seen better days.  The aim was to use a Raspberry Pi Pico and a couple of PiicoDev boards to do what the water timer did. The actual stopping a...

Introduction This project started because I needed to replace a water tap timer that had seen better days.  The aim was to use a Raspberry Pi Pico and a couple of PiicoDev boards to do what the water timer did. The actual stopping a...

Wefted Waveforms

This project aims to fuse neopixel strips with papier mache and origami into a free-standing electro-sculpture. The freestanding structure is formed from wire mesh and papier mache. It is then painted and wired up with strips of LEDs conne...

This project aims to fuse neopixel strips with papier mache and origami into a free-standing electro-sculpture. The freestanding structure is formed from wire mesh and papier mache. It is then painted and wired up with strips of LEDs conne...

DIY Gameboy based on Raspberry Pi Zero W (PiGRRL)

We made a Pi Zero W retro-games console! The nostalgia is making me dizzy! If you'd like to build your own, we've put together a couple of wishlists to make things easier: For the Pi Zero W build, like in this project, check out the PiG...

We made a Pi Zero W retro-games console! The nostalgia is making me dizzy! If you'd like to build your own, we've put together a couple of wishlists to make things easier: For the Pi Zero W build, like in this project, check out the PiG...

Raspberry Pi Desk Clock with Data Display

This project uses a Raspberry Pi and TFT display panel to provide a desk clock that also monitors our Home Solar and Battery system, and the weather, in one neat unit.

We recently installed a Solar Panel system and a Tesla Powerwall...

This project uses a Raspberry Pi and TFT display panel to provide a desk clock that also monitors our Home Solar and Battery system, and the weather, in one neat unit.

We recently installed a Solar Panel system and a Tesla Powerwall...

DHT 22 Thermometer

This thermometer idea came to me when my little sister asked me “Vince, what’s the temperature?” Answering I said, “Well, I’ll look it up.” So I looked it up but that wasn’t enough for her, This con...

This thermometer idea came to me when my little sister asked me “Vince, what’s the temperature?” Answering I said, “Well, I’ll look it up.” So I looked it up but that wasn’t enough for her, This con...

Time lapsing in OctoPrint (Properly!)

Now that we have decked out our Lulzbot Taz 6 3D Printer with a really nice looking acrylic enclosure, I'm just about ready to turn on some serious 3D printing work. But before I dive into that endless pool of fun, it's a good time to take ...

Now that we have decked out our Lulzbot Taz 6 3D Printer with a really nice looking acrylic enclosure, I'm just about ready to turn on some serious 3D printing work. But before I dive into that endless pool of fun, it's a good time to take ...

GlowBit Desktop Audio-Visualiser

Introduction

I’ve had this little 8x8 Glowbit matrix for a few weeks now, and for whatever reason, the first thing I thought after running the example programs was “This needs to be synchro...

Introduction

I’ve had this little 8x8 Glowbit matrix for a few weeks now, and for whatever reason, the first thing I thought after running the example programs was “This needs to be synchro...

Water Tank Level Sensor

Update: Community member Chris has had a go at remaking this project after the original project contributor Denver made the original code repository private. GitHub links below will not work but the original project has been kept here for...

Update: Community member Chris has had a go at remaking this project after the original project contributor Denver made the original code repository private. GitHub links below will not work but the original project has been kept here for...

TRON: Legacy Desktop Display

Bill of Materials

Part list:

Bill of Materials

Part list:

3D-Printed GPS Speedometer

Introduction


I wanted a GPS speedometer that is portable, robust, and looks okay. I had been messing around with 3D printing and exploring GPS modules for a few years and wanted...

Introduction


I wanted a GPS speedometer that is portable, robust, and looks okay. I had been messing around with 3D printing and exploring GPS modules for a few years and wanted...

PiicoDev Schematic System

Introduction: Hi everybody. Over the past few weeks, I have been working on an intuitive system that makes working and tinkering with the Piicodev ecosystem even easier! Everybody interested in electronics knows about the universal circui...

Introduction: Hi everybody. Over the past few weeks, I have been working on an intuitive system that makes working and tinkering with the Piicodev ecosystem even easier! Everybody interested in electronics knows about the universal circui...

Tabot

Tabot is a robotic tablet dispenser. It is designed to help elderly people maintain their independence and help anyone who has tablets remember to take them on time.https://www.gofundme.com/tabot-helping-the-elderly Please vist this website...

Tabot is a robotic tablet dispenser. It is designed to help elderly people maintain their independence and help anyone who has tablets remember to take them on time.https://www.gofundme.com/tabot-helping-the-elderly Please vist this website...

Possumpi

My partner wanted to assist with additional space for possums to live in as trees are being lost in the neighbourhood causing possums to move into unwanted areas. She asked me if there was any way to see if the possums were using the box we...

My partner wanted to assist with additional space for possums to live in as trees are being lost in the neighbourhood causing possums to move into unwanted areas. She asked me if there was any way to see if the possums were using the box we...

Handheld Retropie

Once you go down the retro gaming rabbit hole, that's it, you're not getting out without putting together your own gaming console. It all began with my hacked PSP, which I was running emulators on. Then I wanted to run them on my big screen...

Once you go down the retro gaming rabbit hole, that's it, you're not getting out without putting together your own gaming console. It all began with my hacked PSP, which I was running emulators on. Then I wanted to run them on my big screen...

Epoch Clock

I read somewhere about UNIX Epoch time and thought wouldn't it be neat to have a clock that showed time in this format? This project developed from that idea. I had a unused GPS module with serial output so I thought it would also be cool ...

I read somewhere about UNIX Epoch time and thought wouldn't it be neat to have a clock that showed time in this format? This project developed from that idea. I had a unused GPS module with serial output so I thought it would also be cool ...

Smart Home Makeover with HomeAssistant

IntroductionI wanted to bring ageing, and failing, Home Automation infrastructure into the modern age whilst retaining hardware investments already made. Our house had Universal Power Bus (UPB) dimmers and switches installed at build time...

IntroductionI wanted to bring ageing, and failing, Home Automation infrastructure into the modern age whilst retaining hardware investments already made. Our house had Universal Power Bus (UPB) dimmers and switches installed at build time...

Glow Cuboid

Introduction


I wanted to make something artistic and dynamic using the GlowBit 8x8 matrix that I’ve been playing around with.  It’s just an RP2040 programmed in Python to p...

Introduction


I wanted to make something artistic and dynamic using the GlowBit 8x8 matrix that I’ve been playing around with.  It’s just an RP2040 programmed in Python to p...

Infinity-Mirror Table

An infinity mirror creates a striking optical illusion - a tunnel of light that seems to tear through space. I built this infinity-mirror table using some addressable LEDs, a Particle Photon and easily obtainable timber supplies. Check out...

An infinity mirror creates a striking optical illusion - a tunnel of light that seems to tear through space. I built this infinity-mirror table using some addressable LEDs, a Particle Photon and easily obtainable timber supplies. Check out...

Stargate Zero Point Module

This one is for the Stargate fans out there. A realistic, 3D printed, light-up Zero Point Module! I found a model on Thingiverse for a ZPM - It had good detail but - I took issue with the visible seam, and to change the colors of any cryst...

This one is for the Stargate fans out there. A realistic, 3D printed, light-up Zero Point Module! I found a model on Thingiverse for a ZPM - It had good detail but - I took issue with the visible seam, and to change the colors of any cryst...

Super cheap Xbox 360 wireless adapter

This project is to build a super cheap wireless adapter based on Raspberry Pi Zero and ENC28J60 ethernet module for Xbox 360I have two Xbox 360 consoles and today I want to connect them together but I only have one OEM wireless adapter. It ...

This project is to build a super cheap wireless adapter based on Raspberry Pi Zero and ENC28J60 ethernet module for Xbox 360I have two Xbox 360 consoles and today I want to connect them together but I only have one OEM wireless adapter. It ...

The Amazon Alexa-Enabled Smart Pool System

This project is to allow remote control of my pool and associated lights with a dedicated display inthe house, a phone application and Amazon Alexa. Any and/or all of these input devices may be usedto control the pool. The pool temperature ...

This project is to allow remote control of my pool and associated lights with a dedicated display inthe house, a phone application and Amazon Alexa. Any and/or all of these input devices may be usedto control the pool. The pool temperature ...

LuMa 1 - The Neo Disco Ball

It is real and here it is! Including everything you need to make one a Luma 1 for yourself! So allow me to introduce you properly to the Luminator Mark 1. I'm talking all the ins and outs of this inside-out neo disco ball so you can ...

It is real and here it is! Including everything you need to make one a Luma 1 for yourself! So allow me to introduce you properly to the Luminator Mark 1. I'm talking all the ins and outs of this inside-out neo disco ball so you can ...

PowerPlay SSR Control

Introduction

The aim of PowerPlay is to provide an Arduino platform for managing downstream Solid State Relays (SSR) simply and safely.  PowerPlay consists of a custom Arduino Shield, ...

Introduction

The aim of PowerPlay is to provide an Arduino platform for managing downstream Solid State Relays (SSR) simply and safely.  PowerPlay consists of a custom Arduino Shield, ...

Lightbox

The idea was to leverage the light transmitting properties of clear acrylic sheeting and pass LED light through it; interfering the transmission using laser cut edges which would cause the light to highlight the lines thereby creating a pai...

The idea was to leverage the light transmitting properties of clear acrylic sheeting and pass LED light through it; interfering the transmission using laser cut edges which would cause the light to highlight the lines thereby creating a pai...

Smart Mirror with Raspberry Pi

I had first seen smart mirrors online several years ago and have been meaning to create one ever since, my requirements were to be able to see the time, weather, calendar and news. The great thing about it is the unlimited possibility for c...

I had first seen smart mirrors online several years ago and have been meaning to create one ever since, my requirements were to be able to see the time, weather, calendar and news. The great thing about it is the unlimited possibility for c...

YouTube Desktop Notifier

Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one. Luckily I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY ...

Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one. Luckily I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY ...

12V Portable Battery Box

This project creates a functional 12-volt portable battery case for camping or other outdoor activities.The battery box provides a 12V cigarette lighter socket for running lights with an on/off switch for ease of use. There is also an Ander...

This project creates a functional 12-volt portable battery case for camping or other outdoor activities.The battery box provides a 12V cigarette lighter socket for running lights with an on/off switch for ease of use. There is also an Ander...

Identify Birds through Sound with a Raspberry Pi | BirdNET-Pi Project

Ever wanted to know exactly what bird is near you by only the sound but simultaneously have zero ideas about birds? Fear not, here is the solution for you! A fully fletched Bird Call AI System that runs completely on a Raspberry Pi Single ...

Ever wanted to know exactly what bird is near you by only the sound but simultaneously have zero ideas about birds? Fear not, here is the solution for you! A fully fletched Bird Call AI System that runs completely on a Raspberry Pi Single ...

Hogwarts Legacy Broom Flight Controller

Introduction

I embarked on this project to enhance my interactive and immersive experience with the video game "Hogwarts Legacy," as a devoted Harry Potter fan. Initially, I used a Kano wan...

Introduction

I embarked on this project to enhance my interactive and immersive experience with the video game "Hogwarts Legacy," as a devoted Harry Potter fan. Initially, I used a Kano wan...

Hands-free Selfie Camera Control

Ever wanted to record a video and be included in it? My children did. One does parkour, and the other loves to dance, both want to perfect their art by watching their moves during practice. They asked their inventor/tinkerer dad, "can you ...

Ever wanted to record a video and be included in it? My children did. One does parkour, and the other loves to dance, both want to perfect their art by watching their moves during practice. They asked their inventor/tinkerer dad, "can you ...

Arduino Cooking Alarm with DS18b20 Sensor

Today we will be making an Arduino circuit that will start playing a noise if the water (or surrounding environment) reaches a certain temperature, in our case, that temperature will be 100° Celsius. This is a useful little projec...

Today we will be making an Arduino circuit that will start playing a noise if the water (or surrounding environment) reaches a certain temperature, in our case, that temperature will be 100° Celsius. This is a useful little projec...

Racing Simulator Motion Platform

Hi. My son and I have made our first Racing Simulator Motion Platform. It has been a challenge but we now have a playable situtationIt has been a long journey, starting off with info from the great people at www.xsimulator.net and a lot of ...

Hi. My son and I have made our first Racing Simulator Motion Platform. It has been a challenge but we now have a playable situtationIt has been a long journey, starting off with info from the great people at www.xsimulator.net and a lot of ...

NeoPixel Mini Cube

This mini cube is made up of six 4x4 WS2812B panels giving a total of 96 individually addressable RGB LEDs. Buried inside the cube is an ATTiny85 microcontroller powered by a 120mAh Lithium-Ion battery. It also contains a mercury switch and...

This mini cube is made up of six 4x4 WS2812B panels giving a total of 96 individually addressable RGB LEDs. Buried inside the cube is an ATTiny85 microcontroller powered by a 120mAh Lithium-Ion battery. It also contains a mercury switch and...

KiPad - A custom macro keypad for KiCad

Presenting the KiPad - a custom macro keypad for the popular open-source PCB design software KiCad. KiCad is awesome! But I've found that during PCB layout, my right hand is constantly moving back-and-forth between the keyboard and mouse -...

Presenting the KiPad - a custom macro keypad for the popular open-source PCB design software KiCad. KiCad is awesome! But I've found that during PCB layout, my right hand is constantly moving back-and-forth between the keyboard and mouse -...

IoT Mailbox

Getting letters and parcels is awesome, what’s not so awesome though is when you miss the postman and you don’t know if that important bit of mail arrived or not. Such a frustrating, yet mundane problem can be solved by creating...

Getting letters and parcels is awesome, what’s not so awesome though is when you miss the postman and you don’t know if that important bit of mail arrived or not. Such a frustrating, yet mundane problem can be solved by creating...

Fridge Door Alarm

This project uses an ESP8266-01 WiFi module to send an alert to my phone if the fridge door is left open or ajar.

After ordering a few of the ESP8266 board variations I found myself with an ESP8266-01 variant which wasn't very usefu...

This project uses an ESP8266-01 WiFi module to send an alert to my phone if the fridge door is left open or ajar.

After ordering a few of the ESP8266 board variations I found myself with an ESP8266-01 variant which wasn't very usefu...

Rooberry Pi

In the area I live, there are often kangaroos that jump in front of traffic, often from blind spots, and can get themselves into harm's way. I wanted to build a low-cost solution that can alert drivers to kangaroos in these blind spots to r...

In the area I live, there are often kangaroos that jump in front of traffic, often from blind spots, and can get themselves into harm's way. I wanted to build a low-cost solution that can alert drivers to kangaroos in these blind spots to r...

Ping Pong Launcher

I like to take on projects that give me an opportunity to learn new things. For this project, my two goals were to learn more about face detection algorithms and PID controllers but of course, there were so many more skills learned along th...

I like to take on projects that give me an opportunity to learn new things. For this project, my two goals were to learn more about face detection algorithms and PID controllers but of course, there were so many more skills learned along th...

Roverling Mk.ⅠⅠ

Introduction

A few months back I created a basic mobile platform using parts from an old 3D printer.  It was fun but not very practical. I designed Roverling Mark II so I could experi...

Introduction

A few months back I created a basic mobile platform using parts from an old 3D printer.  It was fun but not very practical. I designed Roverling Mark II so I could experi...

ThingSpeak temperature & pressure logger

This project logs temperature and pressure observations to a ThingSpeak channel using an ESP8266 WiFi module.

For this project, I designed my circuit and ordered a PCB using easyEDA. The project gets power from a USB port and uses a...

This project logs temperature and pressure observations to a ThingSpeak channel using an ESP8266 WiFi module.

For this project, I designed my circuit and ordered a PCB using easyEDA. The project gets power from a USB port and uses a...

Backyard Birdcam

Introduction

I had been thinking about how best to capture clear close-up photographs of some of the many birds we see around our property for quite a while and mulling over a variet...

Introduction

I had been thinking about how best to capture clear close-up photographs of some of the many birds we see around our property for quite a while and mulling over a variet...

IoT Plant Monitor

So, my wife wanted to have some small plants in the house. I didn’t, so we compromised, and got some plants. The only thing is that neither of us remembers to water them, so I wanted to build a sensor array to monitor the moisture con...

So, my wife wanted to have some small plants in the house. I didn’t, so we compromised, and got some plants. The only thing is that neither of us remembers to water them, so I wanted to build a sensor array to monitor the moisture con...

Hogwarts Lights

Although there are commercially available lighting kits for Lego models, we found those that are available for this Hogwarts Castle can seem a little garish and don’t do the best job at concealing the wires.  We felt that with t...

Although there are commercially available lighting kits for Lego models, we found those that are available for this Hogwarts Castle can seem a little garish and don’t do the best job at concealing the wires.  We felt that with t...

Playing Synthesizers with a Teensy Controlled Game on a LaunchPad

I am an amateur musician, coder, and electronics maker. When I found out that the Novation Launchpad (mine is a mini MK3) can be programmed, I was excited about creating unique music. The idea is to use the Launchpad to play a game and use ...

I am an amateur musician, coder, and electronics maker. When I found out that the Novation Launchpad (mine is a mini MK3) can be programmed, I was excited about creating unique music. The idea is to use the Launchpad to play a game and use ...

Camera Dew Controller

Introduction My passion hobby is night-time time-lapse photography and astrophotography/nightscapes. This means a lot of time spent outside in the dead of winter overnight and an issue that I faced was dew condensing on the lens. This is...

Introduction My passion hobby is night-time time-lapse photography and astrophotography/nightscapes. This means a lot of time spent outside in the dead of winter overnight and an issue that I faced was dew condensing on the lens. This is...

IoT House

These days we can do just about anything on our phone, we can control so many aspects of our lives using the technology in our pocket, but the most mundane aspects of our lives; opening the garage door, blindly reaching for the light switch...

These days we can do just about anything on our phone, we can control so many aspects of our lives using the technology in our pocket, but the most mundane aspects of our lives; opening the garage door, blindly reaching for the light switch...

Environment Monitor - V2

This project started due to the smoke haze that enveloped our area during the 2019 and 2020 bushfires. I wanted something to check the air quality of my home and maybe find areas where it needed better sealing. In addition, the BMP280 senso...

This project started due to the smoke haze that enveloped our area during the 2019 and 2020 bushfires. I wanted something to check the air quality of my home and maybe find areas where it needed better sealing. In addition, the BMP280 senso...

Robot Arm Upgrade Project

This project has been a long and tricky one for me, I purchased my robot arm kit from Jaycar many years ago with the intention of controlling it from the start. I used to work with industrial robots, so when I saw this robot kit for sale I...

This project has been a long and tricky one for me, I purchased my robot arm kit from Jaycar many years ago with the intention of controlling it from the start. I used to work with industrial robots, so when I saw this robot kit for sale I...

safePower

I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap for the capability they offer. I want to use them on small projects, stand-alone, and can't always guarantee power. As we know most Pi's don't...

I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap for the capability they offer. I want to use them on small projects, stand-alone, and can't always guarantee power. As we know most Pi's don't...

Autozem

Introduction So now everything is available in this day and age, and all those childhood dreams can now come true as parts, technology and software has come a long way. I had recently taken up the hobby, RC planes. Eventually I learnt ho...

Introduction So now everything is available in this day and age, and all those childhood dreams can now come true as parts, technology and software has come a long way. I had recently taken up the hobby, RC planes. Eventually I learnt ho...

Duck Off! A Duck Repellent Device

Introduction


We live on a rural property and have around 20 to 40 wild ducks around at any one time. We have a large dam and jetty, however it is almost unusable due to all the ...

Introduction


We live on a rural property and have around 20 to 40 wild ducks around at any one time. We have a large dam and jetty, however it is almost unusable due to all the ...

Vehicle GPS Logger and Speedometer

Purpose

To display time and speed to a driver while logging timestamped raw latitude, longitude and speed as returned by the GPS satellite network. This allows a driver to double-check th...

Purpose

To display time and speed to a driver while logging timestamped raw latitude, longitude and speed as returned by the GPS satellite network. This allows a driver to double-check th...

Borg Cube for Scouts STEM Camp

Introduction

What does one make for a Startrek-themed STEM camp for Scouts? Especially when given the Search and Rescue (SAR) activity base to run.  Why this base you ask? Usually I run a radio d...

Introduction

What does one make for a Startrek-themed STEM camp for Scouts? Especially when given the Search and Rescue (SAR) activity base to run.  Why this base you ask? Usually I run a radio d...
Heads up! Our forum has separate search to our main website. You are about to be redirected to our forum and when you arrive you can search for forum only content using the icon shown below. Click continue to search our forum.

Forum Search
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.