Search results for: 'pico rtc'

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...

Makerverse Real Time Clock with Supercapacitor Backup - Raspberry Pi Pico Guide

Introduction This guide covers the basic use of the Makerverse Supercap Real Time clock on the Raspberry Pi Pico using our RV3028 MicroPython module. The MicroPython module implements some commonly used features of the RV3028 RTC but is no...

Introduction This guide covers the basic use of the Makerverse Supercap Real Time clock on the Raspberry Pi Pico using our RV3028 MicroPython module. The MicroPython module implements some commonly used features of the RV3028 RTC but is no...

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...

How to use WS2812B RGB LEDs with Raspberry Pi Pico

In this tutorial, we'll get some WS2812B LEDs (also known as GlowBits and NeoPixels) working with a Raspberry Pi Pico. If you haven't already set up Thonny for programming your Pico, follow our guide on that first. To follow along you'll...

In this tutorial, we'll get some WS2812B LEDs (also known as GlowBits and NeoPixels) working with a Raspberry Pi Pico. If you haven't already set up Thonny for programming your Pico, follow our guide on that first. To follow along you'll...

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...

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...

Makerverse Real Time Clock with Supercapacitor Backup - Raspberry Pi Guide

Introduction This guide covers the configuration steps required to use the Makerverse Supercap Real Time Clock module as a backup RTC on a Raspberry Pi. This is required for remote applications when Internet access is impractical and accur...

Introduction This guide covers the configuration steps required to use the Makerverse Supercap Real Time Clock module as a backup RTC on a Raspberry Pi. This is required for remote applications when Internet access is impractical and accur...

Getting Started with Raspberry Pi Pico

This guide is a little outdated: Follow our updated guide for a much simpler way to get started! Contents Part 1 - Interacting Coding with the REPL Part 2 - Moving Beyond the REPL (with rshell) Part 1 - Interactive Coding with the...

This guide is a little outdated: Follow our updated guide for a much simpler way to get started! Contents Part 1 - Interacting Coding with the REPL Part 2 - Moving Beyond the REPL (with rshell) Part 1 - Interactive Coding with the...

PiicoDev Colour Sensor VEML6040 - Raspberry Pi Pico Guide

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

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

Getting Started with Servos | Examples with Raspberry Pi Pico

In this guide, we'll learn what a Servo is, when we might use one, how to choose a Servo, and finally how to use one with a Raspberry Pi Pico. To follow along you'll need: A Positional Servo, such as the Feetech FS90 Micro Servo A Con...

In this guide, we'll learn what a Servo is, when we might use one, how to choose a Servo, and finally how to use one with a Raspberry Pi Pico. To follow along you'll need: A Positional Servo, such as the Feetech FS90 Micro Servo A Con...

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...

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. ...

PiicoDev RGB LED Module - Raspberry Pi Pico 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 ...

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...

Getting Started With Relays | Examples with Raspberry Pi Pico

In this guide, we'll learn what a Relay is, why we might use one, how to choose a Relay, and finally how to use one with a Raspberry Pi Pico. To follow along you'll need: A 5V SPDT Relay - I'll be using a 5V Single Channel Relay M...

In this guide, we'll learn what a Relay is, why we might use one, how to choose a Relay, and finally how to use one with a Raspberry Pi Pico. To follow along you'll need: A 5V SPDT Relay - I'll be using a 5V Single Channel Relay M...

PiicoDev Precision Temperature Sensor TMP117 - Raspberry Pi Pico Guide

Introduction This guide will help you read temperature data from your PiicoDev® Precision Temperature Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins sol...

Introduction This guide will help you read temperature data from your PiicoDev® Precision Temperature Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins sol...

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...

PiicoDev Distance Sensor VL53L1X - Raspberry Pi Pico Guide

Introduction This guide will help you read distance data in millimeters from your PiicoDev® Distance Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A Piico...

Introduction This guide will help you read distance data in millimeters from your PiicoDev® Distance Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A Piico...

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...

PiicoDev Motion Sensor MPU-6050 - Raspberry Pi Pico Guide

Introduction This guide will help you read motion data from your PiicoDev® Motion Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A PiicoDev Motion Sensor M...

Introduction This guide will help you read motion data from your PiicoDev® Motion Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A PiicoDev Motion Sensor M...

PiicoDev Atmospheric Sensor BME280 - Raspberry Pi Pico Guide

Introduction This guide will help you read atmospheric data from your PiicoDev® Atmospheric Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing do...

Introduction This guide will help you read atmospheric data from your PiicoDev® Atmospheric Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing do...

PiicoDev Ambient Light Sensor VEML6030 - Raspberry Pi Pico Guide

Introduction This guide will help you read light intensity data from your PiicoDev® Ambient Light Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A PiicoDev...

Introduction This guide will help you read light intensity data from your PiicoDev® Ambient Light Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A PiicoDev...

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...

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...

Getting Hands-on with Sensors

What good is a robot if it can’t interact with the environment around it? Sensors are the backbone of almost every electronics project as they allow your program to make decisions based on external stimuli. We’ve got sensors for...

What good is a robot if it can’t interact with the environment around it? Sensors are the backbone of almost every electronics project as they allow your program to make decisions based on external stimuli. We’ve got sensors for...

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...

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...

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...

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...

PiicoDev Buzzer Module - Guide for Raspberry Pi Pico

Introduction Let's play tones and melodies on a PiicoDev® Buzzer Module with a Raspberry Pi Pico. This guide will cover connecting the hardware, running an example to make sure everything works, and playing simple melodies. To follow ...

Introduction Let's play tones and melodies on a PiicoDev® Buzzer Module with a Raspberry Pi Pico. This guide will cover connecting the hardware, running an example to make sure everything works, and playing simple melodies. To follow ...

PiicoDev Pressure Sensor MS5637 - Raspberry Pi Pico Guide

Introduction This guide will help you read barometric pressure from your PiicoDev® Pressure Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A PiicoDev Press...

Introduction This guide will help you read barometric pressure from your PiicoDev® Pressure Sensor and a Raspberry Pi Pico To follow along, it's best to have: A Raspberry Pi Pico with pins soldered (pointing down) A PiicoDev Press...

How to Setup a Raspberry Pi Pico and Code with Thonny

This guide will help you get started with the Raspberry Pi Pico and the Thonny Python IDE, which has out-of-the-box support for Micropython and Pico. #html-body [data-pb-style=J07FV6P],#html-body [data-pb-style=WP5FQO4]{background-position...

This guide will help you get started with the Raspberry Pi Pico and the Thonny Python IDE, which has out-of-the-box support for Micropython and Pico. #html-body [data-pb-style=J07FV6P],#html-body [data-pb-style=WP5FQO4]{background-position...

PiicoDev OLED Module SSD1306 - Raspberry Pi Pico Guide

Let's get started with the PiicoDev® OLED Module SSD1306. In this guide, we'll connect the PiicoDev OLED to our Raspberry Pi Pico and get it working with some example code to display text, shapes, and animations. To ...

Let's get started with the PiicoDev® OLED Module SSD1306. In this guide, we'll connect the PiicoDev OLED to our Raspberry Pi Pico and get it working with some example code to display text, shapes, and animations. To ...

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...

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...

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...

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 ...

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 ...

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...

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...

GlowBit Stick 1x8 - Python and MicroPython Guide

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

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

PiicoDev RGB LED Module - Microbit 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 ...

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...

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...

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...

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 ...

Addressable RGB LED Controllers

Addressable RGB LED strips are one maker favourite that can really spruce up any project or even be the star attraction of one. These strips allow you to select the colour, brightness and state of any LED in a long strip and can make for ...

Addressable RGB LED strips are one maker favourite that can really spruce up any project or even be the star attraction of one. These strips allow you to select the colour, brightness and state of any LED in a long strip and can make for ...

GlowBit Matrix 4x4 - Python and MicroPython Guide

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

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

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...

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 ...

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...

I2C with Raspberry Pi

Hello there, how’s your day been? Good? Fantastic! Not so good? Don’t worry it’s about to get a lot better, because today we’re going to take a look at how to use the I2C interface on our Raspberry Pi to control I2C ...

Hello there, how’s your day been? Good? Fantastic! Not so good? Don’t worry it’s about to get a lot better, because today we’re going to take a look at how to use the I2C interface on our Raspberry Pi to control I2C ...

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...

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. ...

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 ...

Makerverse Micro SD Adapter - MicroPython Guide and Data Logging

Introduction This guide covers how to connect the Makerverse Micro SD Card Adapter to a Raspberry Pi Pico and program a basic data logging script in MicroPython. To follow along, it's best to have: A Makerverse Micr...

Introduction This guide covers how to connect the Makerverse Micro SD Card Adapter to a Raspberry Pi Pico and program a basic data logging script in MicroPython. To follow along, it's best to have: A Makerverse Micr...

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...

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 ...

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...

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...

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 ...

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: ...

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...

Makerverse Motor Driver, 2 Channel - Application Guide

Introduction The Makerverse Motor Driver has been updated to a v20 design which now features a 5V output pin instead of the VM pin. Some images and in-video descriptions in this guide may be outdated This guide covers the use of the Maker...

Introduction The Makerverse Motor Driver has been updated to a v20 design which now features a 5V output pin instead of the VM pin. Some images and in-video descriptions in this guide may be outdated This guide covers the use of the Maker...

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...

PiicoDev Community Contributions

In the dynamic and ever-evolving world of open source technology, the PiicoDev community really stands out to me as a curious and humble one. While the project's main repositories on GitHub serve as the heart of our collective endeavor, it...

In the dynamic and ever-evolving world of open source technology, the PiicoDev community really stands out to me as a curious and humble one. While the project's main repositories on GitHub serve as the heart of our collective endeavor, it...

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...

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...

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...

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...

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 ...

GlowBit Advanced Features

Single characters can be drawn on the display with: matrix.drawChar(char, Px, Py, colour) where: char is a single-character long string Px and Py specify the pixel coordinate of the upper left corner of the character colour is...

Single characters can be drawn on the display with: matrix.drawChar(char, Px, Py, colour) where: char is a single-character long string Px and Py specify the pixel coordinate of the upper left corner of the character colour is...

Our tips for using LiPo Batteries

Lithium Polymer (abbreviated LiPo) batteries are one of the most useful cells we see used in electronics. Typically used in mobile phones, RC models, and other small electrical appliances; their flat, pouch-like package design makes them pe...

Lithium Polymer (abbreviated LiPo) batteries are one of the most useful cells we see used in electronics. Typically used in mobile phones, RC models, and other small electrical appliances; their flat, pouch-like package design makes them pe...

PiicoDev OLED Module SSD1306 - Micro:bit Guide

Let's get started with the PiicoDev® OLED Module SSD1306. In this guide, we'll connect the PiicoDev OLED to our Raspberry Pi Pico and get it working with some example code to display text, shapes, and animations. To f...

Let's get started with the PiicoDev® OLED Module SSD1306. In this guide, we'll connect the PiicoDev OLED to our Raspberry Pi Pico and get it working with some example code to display text, shapes, and animations. To f...

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...

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...

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...

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...

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)...

PiicoDev Buzzer Module - Guide for Micro:bit

Introduction Let's play tones and melodies on a PiicoDev® Buzzer Module with a Micro:bit. This guide will cover connecting the hardware, running an example to make sure everything works and playing simple melodies. Of course, the Micr...

Introduction Let's play tones and melodies on a PiicoDev® Buzzer Module with a Micro:bit. This guide will cover connecting the hardware, running an example to make sure everything works and playing simple melodies. Of course, the Micr...

PiicoDev Colour Sensor VEML6040 - Micro:bit Guide

Introduction Let's read colour data from a PiicoDev® Colour Sensor with a Micro:bit V2, and create a colour sorting machine. This guide will cover connecting the hardware, downloading some example code and remixing it. To f...

Introduction Let's read colour data from a PiicoDev® Colour Sensor with a Micro:bit V2, and create a colour sorting machine. This guide will cover connecting the hardware, downloading some example code and remixing it. To f...

PiicoDev Buzzer Module - Raspberry Pi Guide

Introduction Let's play tones and melodies on a PiicoDev® Buzzer Module with a Raspberry Pi. This guide will cover connecting the hardware, running an example to make sure everything works, and playing simple melodies. To follow along...

Introduction Let's play tones and melodies on a PiicoDev® Buzzer Module with a Raspberry Pi. This guide will cover connecting the hardware, running an example to make sure everything works, and playing simple melodies. To follow along...

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,...

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 ...

Choosing the Right Raspberry Pi Kit

Show of hands, who loves Raspberry Pi? We all do, and one of the most common questions we get asked is which Raspberry Pi kit is going to best suit my project, which one has the right components in it etc. So today we’re going to be l...

Show of hands, who loves Raspberry Pi? We all do, and one of the most common questions we get asked is which Raspberry Pi kit is going to best suit my project, which one has the right components in it etc. So today we’re going to be l...

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 ...

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...

Powering Portable Projects: Batteries

Want to make your project portable? We've put together a quick guide to get you up to speed on battery options and help you decide which batteries might be best for your project. Batteries are a whole different game to plug packs and bencht...

Want to make your project portable? We've put together a quick guide to get you up to speed on battery options and help you decide which batteries might be best for your project. Batteries are a whole different game to plug packs and bencht...

Choosing Your Next LiPo Battery

As technology gets smaller and more powerful, wearables and portable devices are becoming more common in our everyday lives. Makers are looking to make projects portable and with that comes the need for high capacity batteries that are reli...

As technology gets smaller and more powerful, wearables and portable devices are becoming more common in our everyday lives. Makers are looking to make projects portable and with that comes the need for high capacity batteries that are reli...

Our recommendation on Breadboard Power Supplies

So, you’re looking for the right way to power your breadboard? You’ve found that your Arduino Uno just doesn’t quite have the juice to power up your circuit. It's likely that the microcontroller can output around 400mA whe...

So, you’re looking for the right way to power your breadboard? You’ve found that your Arduino Uno just doesn’t quite have the juice to power up your circuit. It's likely that the microcontroller can output around 400mA whe...

Using NeoPixels with Particle

Life’s better in colour right? Then why are you still using boring old regular LEDs in your project, when you could be using addressable RGB LEDs. Now LEDS that have Red, Green, and Blue integrated in a single package are nothing new,...

Life’s better in colour right? Then why are you still using boring old regular LEDs in your project, when you could be using addressable RGB LEDs. Now LEDS that have Red, Green, and Blue integrated in a single package are nothing new,...

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...

Digital to Analogue Conversion with Raspberry Pi

Raspberry Pi right? It’s amazing! Raspberry Pi has taken the world by storm and changed the way that people think about computing. The Raspberry Pi 3 builds on this with some amazing new features, however one feature that is still ab...

Raspberry Pi right? It’s amazing! Raspberry Pi has taken the world by storm and changed the way that people think about computing. The Raspberry Pi 3 builds on this with some amazing new features, however one feature that is still ab...

Run Raspberry Pi x86 on your Windows Desktop Computer (Virtual Machine)

Running a virtual Raspberry Pi on your computer can be a neat way to experiment in a Raspbian-like environment without being tethered to a physical Pi. In this video, I'll walk you through the process of installing Raspberry Pi Desktop on a...

Running a virtual Raspberry Pi on your computer can be a neat way to experiment in a Raspbian-like environment without being tethered to a physical Pi. In this video, I'll walk you through the process of installing Raspberry Pi Desktop on a...

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...

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 ...

Fix Raspberry Pi 4 HDMI Not Working With Specific Displays

If you've had issues getting your Raspberry Pi 4 to work with specific HDMI displays (monitors, TV's etc.) this tutorial has got you covered! It's a quick fix that just requires a bit of tinkering in the config.txt file that's present on al...

If you've had issues getting your Raspberry Pi 4 to work with specific HDMI displays (monitors, TV's etc.) this tutorial has got you covered! It's a quick fix that just requires a bit of tinkering in the config.txt file that's present on al...

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...

How to Run a Python Script Automatically on Bootup / Startup with Onion Omega 2

A common issue many makers face when they move from microcontrollers to Single-Board-Computers is how to get them to run a program automatically when they are powered on. People who have cut their teeth on Arduino, Micro:bit, and other micr...

A common issue many makers face when they move from microcontrollers to Single-Board-Computers is how to get them to run a program automatically when they are powered on. People who have cut their teeth on Arduino, Micro:bit, and other micr...

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 ...

Let's take a look at Makey Makey!

Makey Makey is a compact circuit board which allows you to create circuits using anything you like and connect them up to a computer. You use alligator clips to connect things to the Makey Makey, and then your Makey Makey connectors to a co...

Makey Makey is a compact circuit board which allows you to create circuits using anything you like and connect them up to a computer. You use alligator clips to connect things to the Makey Makey, and then your Makey Makey connectors to a co...

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...

Fritzing for Schematic and PCB Design

Fritzing is a completely free Circuit Design program available across all popular operating systems. The program was designed to support hobbyists, hackers, artists and makers (and all creative minds) in taking the step from concept to prot...

Fritzing is a completely free Circuit Design program available across all popular operating systems. The program was designed to support hobbyists, hackers, artists and makers (and all creative minds) in taking the step from concept to prot...

Tweezers for Every Task

In case you haven’t noticed, when dealing with electronics, you’ll be picking lots of small things up, and it only gets harder when dealing with tiny SMD components. But whatever you’re working on, be it a breadboard proto...

In case you haven’t noticed, when dealing with electronics, you’ll be picking lots of small things up, and it only gets harder when dealing with tiny SMD components. But whatever you’re working on, be it a breadboard proto...

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 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...

What is a JST Connector?

JST is a standard of electrical connection used widely across a spectrum of electrical applications. It's defined as a Japanese Solderless Terminal and is manufactured by a company of the same name. The JST range includes a variety of fami...

JST is a standard of electrical connection used widely across a spectrum of electrical applications. It's defined as a Japanese Solderless Terminal and is manufactured by a company of the same name. The JST range includes a variety of fami...

OctoPrint Integration with Cura 2.6+ Lulzbot Edition

OctoPrint Integration is one of my favourite new features in Cura 2.6+: LulzBot Edition. In short, this integration means that you can print and control your 3D Printer via it's OctoPrint server. All from within your slicer window on your P...

OctoPrint Integration is one of my favourite new features in Cura 2.6+: LulzBot Edition. In short, this integration means that you can print and control your 3D Printer via it's OctoPrint server. All from within your slicer window on your P...

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...

Our Guide for Arduino Beginner Kits

Kits are a pretty nifty idea for someone starting out in maker electronics. For this beginner-friendly article, we are just going to take a look at three of our great kits for the Arduino Uno. All three are all solder-free electronics ...

Kits are a pretty nifty idea for someone starting out in maker electronics. For this beginner-friendly article, we are just going to take a look at three of our great kits for the Arduino Uno. All three are all solder-free electronics ...

What is a Logic Analyser

If you’ve ever come across the term ‘logic analyser’ and not been sure exactly what is was, you’re in the right place. Logic analysers are one of the less common pieces of test and measuring equipment, but they&rsquo...

If you’ve ever come across the term ‘logic analyser’ and not been sure exactly what is was, you’re in the right place. Logic analysers are one of the less common pieces of test and measuring equipment, but they&rsquo...

How to Use Ultrasonic Sensors

ECHO…echo…echo…echo… We’ve all had fun shouting into a cave or large space and hearing our voice coming back to us at some point during our childhood. And if you’re like me, a fully grown adult who...

ECHO…echo…echo…echo… We’ve all had fun shouting into a cave or large space and hearing our voice coming back to us at some point during our childhood. And if you’re like me, a fully grown adult who...

Put the Internet to Work with IFTTT & Particle

We’re in a golden age of connectivity, the internet we know today has given us the tools to connect anything to anything, and now with the platform brought to us by Particle, DIYers everywhere can connect the creations up to this va...

We’re in a golden age of connectivity, the internet we know today has given us the tools to connect anything to anything, and now with the platform brought to us by Particle, DIYers everywhere can connect the creations up to this va...

Wi-Fly with Feather Boards

I’ll level with you; the idea of microcontrollers and wireless networks was a little daunting to me initially. How on earth was I going to connect and control it with Wi-Fi?! But when I eventually I waded into the world of networking ...

I’ll level with you; the idea of microcontrollers and wireless networks was a little daunting to me initially. How on earth was I going to connect and control it with Wi-Fi?! But when I eventually I waded into the world of networking ...

How to use GPS with Arduino - Parse and Log NMEA Sentences

Now that we've investigated and explained how How GPS Receivers work we can apply that understanding to some real-world applications of of the ideas. To start, we can use any GPS receiver, an Arduino Uno and some male-to-female Jumper ...

Now that we've investigated and explained how How GPS Receivers work we can apply that understanding to some real-world applications of of the ideas. To start, we can use any GPS receiver, an Arduino Uno and some male-to-female Jumper ...

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 ...

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...

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...

Which Raspberry Pi Case is Best For You?

What’s even better than the world’s most popular microcomputer sitting on your desk? When it’s sitting there in a case which protects it, makes it easier to use, and gives your desk some style. If you buy a Raspberry Pi i...

What’s even better than the world’s most popular microcomputer sitting on your desk? When it’s sitting there in a case which protects it, makes it easier to use, and gives your desk some style. If you buy a Raspberry Pi i...

What is the ESP32

The ESP8266 is the Serial to Wi-Fi SOC gaining steam back in August of 2014, no doubt you've heard of it; if not used one yourself. Since then, hundreds of IoT devices were built on this originally-undocumented device. With those projects a...

The ESP8266 is the Serial to Wi-Fi SOC gaining steam back in August of 2014, no doubt you've heard of it; if not used one yourself. Since then, hundreds of IoT devices were built on this originally-undocumented device. With those projects a...

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...

How GPS Receivers work

GPS is accurate and handy to use, so much so that we rely on it more and more every day. It's not often we take the time to learn how it works. The idea of GPS refers to a Global Positioning System; a collection of satellites in orbit above...

GPS is accurate and handy to use, so much so that we rely on it more and more every day. It's not often we take the time to learn how it works. The idea of GPS refers to a Global Positioning System; a collection of satellites in orbit above...

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...

Choosing a Benchtop Power Supply

If you're looking for a benchtop power supply, but you're unsure of what you should be looking for in a decent supply for your workspace, we have got you covered with this guide. We will look at the specifications to look out for in a power...

If you're looking for a benchtop power supply, but you're unsure of what you should be looking for in a decent supply for your workspace, we have got you covered with this guide. We will look at the specifications to look out for in a power...

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...

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...

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...

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...

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...

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...

Create an installer script for Raspberry Pi

After lovingly crafting your project on a Raspberry Pi, you might want to share it with the world. The easiest way is of course just to publish a list of the commands that you executed to get everything up and running. For complex proj...

After lovingly crafting your project on a Raspberry Pi, you might want to share it with the world. The easiest way is of course just to publish a list of the commands that you executed to get everything up and running. For complex proj...

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...

Media Centre with Kodi and LibreELEC - Raspberry Pi 4 Model B

You ever wanted an Ad-Free and Bloatware Free Media Streaming Device that can run 4K movies with clean audio that transforms any Screen into a Smart TV. Sounds almost too good to be true but Raspberry Pi, Kodi and LibreELEC OS have swooped ...

You ever wanted an Ad-Free and Bloatware Free Media Streaming Device that can run 4K movies with clean audio that transforms any Screen into a Smart TV. Sounds almost too good to be true but Raspberry Pi, Kodi and LibreELEC OS have swooped ...

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...

Identify Electrical Connectors

There are a ton of electrical wire connectors, too many to elaborate on in a single guide, however there are a couple of connectors that as a maker you will come across. Often when starting your way into the electronics world all you need ...

There are a ton of electrical wire connectors, too many to elaborate on in a single guide, however there are a couple of connectors that as a maker you will come across. Often when starting your way into the electronics world all you need ...

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...

Getting Started With Inertial Measurement Units | Exploring Degrees Of Freedom

In this guide, we'll be learning about sensors that measure inertial movement, how they work, how to choose the right sensor type, and how to get the most out of their readings. Hardware mentioned in this guide: PiicoDev Accelerometer ...

In this guide, we'll be learning about sensors that measure inertial movement, how they work, how to choose the right sensor type, and how to get the most out of their readings. Hardware mentioned in this guide: PiicoDev Accelerometer ...

Our Rigol DS1054Z Oscilloscope Review

The quality and features in entry-level 'scopes has made a huge jump in recent years - In a nutshell, the 4-channel Rigol DS1054Z oscilloscope delivers tremendous bang for your buck.  The DS1054Z is so well outfitted, I'd b...

The quality and features in entry-level 'scopes has made a huge jump in recent years - In a nutshell, the 4-channel Rigol DS1054Z oscilloscope delivers tremendous bang for your buck.  The DS1054Z is so well outfitted, I'd b...

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...

Raspberry Pi 5 Vs Raspberry Pi 4 Model B | Comparison & Benchmarking

The Raspberry Pi 5 is here and one of the biggest questions is, how does it stack up against the previous Pi 4? Well, we already have one to take a look at so let’s run some benchmarks and compare the two.(We also have another articl...

The Raspberry Pi 5 is here and one of the biggest questions is, how does it stack up against the previous Pi 4? Well, we already have one to take a look at so let’s run some benchmarks and compare the two.(We also have another articl...

Our Rigol DP-832 Power Supply Review

The Rigol DP-832 is a 3-channel, benchtop power supply suitable for a serious maker, makerspace or product developer. In this video I'll take you on a tour of the supply's operation and give my two cents on things I like and dislike. ...

The Rigol DP-832 is a 3-channel, benchtop power supply suitable for a serious maker, makerspace or product developer. In this video I'll take you on a tour of the supply's operation and give my two cents on things I like and dislike. ...

Our Rigol DS1052E Oscilloscope Review

The 2-channel Rigol DS1052E oscilloscope is beloved by many as a really decent, cheap 'scope for the home electronics lab. While its features pale next to those hosted by more modern offerings, the 1052 packs the basics into a reliable...

The 2-channel Rigol DS1052E oscilloscope is beloved by many as a really decent, cheap 'scope for the home electronics lab. While its features pale next to those hosted by more modern offerings, the 1052 packs the basics into a reliable...

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...

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...

How To Make and Crimp Custom Connectors

The wires in our circuits are often forgotten when we are planning our next big project, but the right connectors will a make your project look more professional and a lot easier to work with! In this tutorial, we are going to have a quick ...

The wires in our circuits are often forgotten when we are planning our next big project, but the right connectors will a make your project look more professional and a lot easier to work with! In this tutorial, we are going to have a quick ...

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...

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...

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...

How to Stress Test Temperature on Raspberry Pi (Stressberry)

First of all, why subject your Raspberry Pi to this level of stress? In the case of Raspberry Pi 4, the A72 CPU is so powerful that it can overheat if it doesn't have enough cooling. This results with the CPU being governed (slowed do...

First of all, why subject your Raspberry Pi to this level of stress? In the case of Raspberry Pi 4, the A72 CPU is so powerful that it can overheat if it doesn't have enough cooling. This results with the CPU being governed (slowed do...

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....

Fire-EdUp | Using a Real Temperature Sensor

In this guide we'll show you how to make a small improvement to the Fire-EdUp Platform to automatically capture temperature data. This will save us having to input the data manually - and could in theory be extended to many more calculatio...

In this guide we'll show you how to make a small improvement to the Fire-EdUp Platform to automatically capture temperature data. This will save us having to input the data manually - and could in theory be extended to many more calculatio...

"Hello World" with Raspberry Pi 3

Today we’re going to take a look at how to get started and setup that fancy Raspberry Pi you’ve just bought. If you’re still not sure exactly how the Raspberry Pi works, or what it can do, check out ‘What is a Ra...

Today we’re going to take a look at how to get started and setup that fancy Raspberry Pi you’ve just bought. If you’re still not sure exactly how the Raspberry Pi works, or what it can do, check out ‘What is a Ra...

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...

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...

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 ...

Stress Testing Your Raspberry Pi (for Cooling and Overclocking)

We have a more recent guide to Stress testing your Raspberry Pi, this guide has been kept here for reference. Part of the joy that is Raspberry Pi is getting stuck into it at a slightly lower level and finding out exactly what yo...

We have a more recent guide to Stress testing your Raspberry Pi, this guide has been kept here for reference. Part of the joy that is Raspberry Pi is getting stuck into it at a slightly lower level and finding out exactly what yo...

How to Choose a Bluetooth Module For Your Project

Alright, so we know that Bluetooth is awesome, and if you don’t, take a read of our Introduction to Bluetooth tutorial. But how exactly do we go about implementing Bluetooth communication in our projects? Well, fortunately for us, th...

Alright, so we know that Bluetooth is awesome, and if you don’t, take a read of our Introduction to Bluetooth tutorial. But how exactly do we go about implementing Bluetooth communication in our projects? Well, fortunately for us, 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...

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...

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...

uGateway: How to Update the WiFi Settings

uGateway is setup, with the exception of your WiFi password. It's perhaps best we don't know what that is! If you know your way around Pi Zero and Raspbian (with desktop edition) then you can edit WiFI details as normal. He...

uGateway is setup, with the exception of your WiFi password. It's perhaps best we don't know what that is! If you know your way around Pi Zero and Raspbian (with desktop edition) then you can edit WiFI details as normal. He...

Other tips for uGateway

Here are some other tips for your uGateway: We recommend you update the Raspberry Zero password - we've left it as default so you can make changes without a fuss. There is a folder on the Raspberry Pi Desktop with service scripts inside...

Here are some other tips for your uGateway: We recommend you update the Raspberry Zero password - we've left it as default so you can make changes without a fuss. There is a folder on the Raspberry Pi Desktop with service scripts inside...

Counting with Hexadecimal, Binary, and Decimal

Welcome to Counting with Computer 101. Have you ever looked at a colour on a computer and seen something like this #28FE9A? Or perhaps the T-shirt stating ‘There are 10 types of people in this world, those who understand binary, and t...

Welcome to Counting with Computer 101. Have you ever looked at a colour on a computer and seen something like this #28FE9A? Or perhaps the T-shirt stating ‘There are 10 types of people in this world, those who understand binary, and t...

Cool API Python Scripts

Let us set our codes free into the world wide web and design codes which access real world data! This real-world data will represent the current reality of the world around us. Application Programming Interface requests is the method that a...

Let us set our codes free into the world wide web and design codes which access real world data! This real-world data will represent the current reality of the world around us. Application Programming Interface requests is the method that a...

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...

What Are DotStar LEDs (APA102/SK98225)?

So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connection. Digital...

So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connection. Digital...

What Are NeoPixel LEDs?

So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connectio...

So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connectio...

micro:bit in the classroom

Check out our Getting started with micro:bit video if you'd like to see a quick tutorial on writing a program, start-to-finish, with a micro:bit. In a Nutshell The micro:bit is a versatile and classroom-friendly, programmable ele...

Check out our Getting started with micro:bit video if you'd like to see a quick tutorial on writing a program, start-to-finish, with a micro:bit. In a Nutshell The micro:bit is a versatile and classroom-friendly, programmable ele...

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...

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...

Chibitronics at Home - STEM Starter Kit

Now that we have dipped our toes into the Chibitronics environment, let's take a look at a more in-depth kit and see what kind of projects it offers. The Chibitronics STEM starter kit comes with: 1 Circuit Stic...

Now that we have dipped our toes into the Chibitronics environment, let's take a look at a more in-depth kit and see what kind of projects it offers. The Chibitronics STEM starter kit comes with: 1 Circuit Stic...

An Educators Perspective - Chibitronics

We have tailored guides on series circuits and basic switches, but that’s not even close to the limit of what you can learn and teach with Chibitronics. The Classroom Pack comes with all the components an educator would need to teach...

We have tailored guides on series circuits and basic switches, but that’s not even close to the limit of what you can learn and teach with Chibitronics. The Classroom Pack comes with all the components an educator would need to teach...

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 ...

Pycom GPy Overview

School zone sign There are lots of maker and Internet of Things (IoT) projects that need a high quality mobile Internet connection. While technologies like Sigfox and LoRa are going to be a big part of our future, in a lot of places cellu...

School zone sign There are lots of maker and Internet of Things (IoT) projects that need a high quality mobile Internet connection. While technologies like Sigfox and LoRa are going to be a big part of our future, in a lot of places cellu...

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...

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...

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...

Wings of the Feather

The Feather boards are the brains of your project, we took a closer look at the different models in our Birds of Feather article, check that out first (especially if you have no idea what the difference is between a feather and a wing). You...

The Feather boards are the brains of your project, we took a closer look at the different models in our Birds of Feather article, check that out first (especially if you have no idea what the difference is between a feather and a wing). You...

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 ...

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...

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...

Temperature Sensing with the TMP36 and Pycom

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. The TMP36 is a low cost, eas...

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. The TMP36 is a low cost, eas...

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 ...

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...

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...

Light Sensing with an LDR and Pycom

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. One of the simplest sensors in 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. One of the simplest sensors in an...

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 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...

Getting Started Guide for Laser Cutting

Welcome to the exciting world of laser cutting! For all those makers out there looking to start creating with a laser cutter, this tutorial will have the basic information you need to get started! We recently added a Laser Cutting Service t...

Welcome to the exciting world of laser cutting! For all those makers out there looking to start creating with a laser cutter, this tutorial will have the basic information you need to get started! We recently added a Laser Cutting Service t...

How to Connect to your Raspberry Pi 3 Model A+ Remotely Using SSH

Sometimes a good Raspberry Pi project needs to be in a place that just hard to reach. The Raspberry Pi 3 Model A+ has a small form factor and is well suited for being tucked away inside a box, ceiling, or wherever your project demands. It...

Sometimes a good Raspberry Pi project needs to be in a place that just hard to reach. The Raspberry Pi 3 Model A+ has a small form factor and is well suited for being tucked away inside a box, ceiling, or wherever your project demands. It...

Pycom FiPy Overview

This is the Big Daddy of the Pycom range of devices. The Pycom FiPy has all these connection capabilities (with one tiny caveat): Wi-Fi 802.11b/g/n 16Mbps LoRa (all regions, not 433MHz) Sigfox Cellular LTE (Cat-M1/NB-IoT) Bluetooth L...

This is the Big Daddy of the Pycom range of devices. The Pycom FiPy has all these connection capabilities (with one tiny caveat): Wi-Fi 802.11b/g/n 16Mbps LoRa (all regions, not 433MHz) Sigfox Cellular LTE (Cat-M1/NB-IoT) Bluetooth L...

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...

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...

Getting Started 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. Since you’ve got your new P...

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. Since you’ve got your new P...

Encoding and Decoding Payloads 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. Sending data to the cloud is grea...

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. Sending data to the cloud is grea...

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...

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...

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...

Effective Ways To Detect People Using Common Sensors

In this guide, we'll look at common methods of detecting people and some of the different sensors you can use to detect people in your next project.Sensors covered in this guide: PIR Sensor RCWL-0516 Microwave Radar SEN0395 mmWave Rad...

In this guide, we'll look at common methods of detecting people and some of the different sensors you can use to detect people in your next project.Sensors covered in this guide: PIR Sensor RCWL-0516 Microwave Radar SEN0395 mmWave Rad...

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 ...

DC Motor Control with an Arduino

Electronics is fun, so far we have covered off on communicating between devices, making LEDs flash and LCD screen operation. However using electricity to control some form of movement in your project is a fun and interesting aspect to inves...

Electronics is fun, so far we have covered off on communicating between devices, making LEDs flash and LCD screen operation. However using electricity to control some form of movement in your project is a fun and interesting aspect to inves...

Our Lulzbot Taz 6 Review

Lulzbot is constantly building upon their printer's design, incorporating the best modifications and add-ons from the community into their newer models.  In May 2016, their newest addition to the TAZ line of printers, the TAZ 6 wa...

Lulzbot is constantly building upon their printer's design, incorporating the best modifications and add-ons from the community into their newer models.  In May 2016, their newest addition to the TAZ line of printers, the TAZ 6 wa...

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...

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 ...

PLA 3D Printing Tips

PLA is Poly-Lactic Acid filament, and it's usually the go-to choice for people looking to print larger models or for longer periods of time. The important properties of the material dictate the reasons for using it; it doesn't warp at all a...

PLA is Poly-Lactic Acid filament, and it's usually the go-to choice for people looking to print larger models or for longer periods of time. The important properties of the material dictate the reasons for using it; it doesn't warp at all a...

Power Supplies for your Project

Ever had the issue where you have dozens of old phone chargers and appliance plug packs piled up in a rats nest of AC-to-DC mayhem? We tend to breeze right past these square, black power supplies, not knowing what's happening under the hood...

Ever had the issue where you have dozens of old phone chargers and appliance plug packs piled up in a rats nest of AC-to-DC mayhem? We tend to breeze right past these square, black power supplies, not knowing what's happening under the hood...

How to Use DC Regulators/Converters

So, you might have the best project in the world, an amazing idea and design, but no matter how clever your circuitry or how advanced your prototype is, unless you can power your project correctly, it all counts for nothing. Often you will ...

So, you might have the best project in the world, an amazing idea and design, but no matter how clever your circuitry or how advanced your prototype is, unless you can power your project correctly, it all counts for nothing. Often you will ...

Serial Monitoring with Tera Term

Monitoring what’s happening inside your microcontroller is an invaluable tool for prototyping and debugging. One of the best ways to do this is to send/receive data over a serial port. Most microcontrollers have a serial port that can...

Monitoring what’s happening inside your microcontroller is an invaluable tool for prototyping and debugging. One of the best ways to do this is to send/receive data over a serial port. Most microcontrollers have a serial port that can...

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...

Arduino Projects with Robotics Using the Sparkfun RedBoard

Welcome to the final Project Set of the Sparkfun Inventors Kit! This Project Set focuses on Robotics with the final Circuit being an Autonomously Driving Vehicle! New components introduced in this tutorial are:  DC Motor/Gearbox Mo...

Welcome to the final Project Set of the Sparkfun Inventors Kit! This Project Set focuses on Robotics with the final Circuit being an Autonomously Driving Vehicle! New components introduced in this tutorial are:  DC Motor/Gearbox Mo...

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...

How To Control A Motor with the Raspberry Pi

In this tutorial, we are going to connect a Motor to the Raspberry Pi and create a hypnotic self-spinner. We are first going to look at how to wire the Raspberry Pi to the motor controller and the motor. We will then look at using the raspb...

In this tutorial, we are going to connect a Motor to the Raspberry Pi and create a hypnotic self-spinner. We are first going to look at how to wire the Raspberry Pi to the motor controller and the motor. We will then look at using the raspb...

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...

Raspberry Pi: Where It Began

The Raspberry Pi as we know it today is just the “tip of the iceberg”, the product of more than a decade of development, spanning 4 generations with up-to 18 boards and counting released so far. Alongside this development, there...

The Raspberry Pi as we know it today is just the “tip of the iceberg”, the product of more than a decade of development, spanning 4 generations with up-to 18 boards and counting released so far. Alongside this development, there...

Raspberry Pi Generations Up To 2020

It is long overdue. Time for a table with all the info comparing every generation and style of Raspberry Pi from the genesis to now! We have come a long way to have our hands on the Raspberry Pi 4 Model B 8 GB so it is time we give you the ...

It is long overdue. Time for a table with all the info comparing every generation and style of Raspberry Pi from the genesis to now! We have come a long way to have our hands on the Raspberry Pi 4 Model B 8 GB so it is time we give you the ...

CPE (PETG) - My Trick to 3D Print It Beautifully and More

Co-Polyester is an astounding material in terms of properties, all the best properties of Tough PLA and ABS which are then dialled up just that extra bit in regards to both ruggedness and durability. Ultimaker offers two versions of Co-Poly...

Co-Polyester is an astounding material in terms of properties, all the best properties of Tough PLA and ABS which are then dialled up just that extra bit in regards to both ruggedness and durability. Ultimaker offers two versions of Co-Poly...

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...

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...

Pico Baro V2

Introduction:

The inspiration for this project stems back to my childhood when I was curious to find out how the mechanical barometer worked.

...

Introduction:

The inspiration for this project stems back to my childhood when I was curious to find out how the mechanical barometer worked.

...

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 ...

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...

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 ...

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...

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...

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...

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...

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...

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...

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...

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...

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...

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 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...

BuzzBox

Do you ever wanna pump up some tunes but you don't know how to play a MIDI file? Fear not, the PiicoDev Buzzer modules let you stack up multiple tones into a song. Find your MIDI, export it through a script, upload it and get grovin'! ...

Do you ever wanna pump up some tunes but you don't know how to play a MIDI file? Fear not, the PiicoDev Buzzer modules let you stack up multiple tones into a song. Find your MIDI, export it through a script, upload it and get grovin'! ...

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...

The Curse Of The Mummy! Egyptian-Themed Halloween Puzzle

Introduction

I’ve had this idea for Halloween for a few years now. I wanted to make my porch display into an escape room for trick or treating. The kids would have to solve an environmental...

Introduction

I’ve had this idea for Halloween for a few years now. I wanted to make my porch display into an escape room for trick or treating. The kids would have to solve an environmental...

Simple e-ink dashboard

The aim of my project was to make a small display to show information such as the clock, weather, calendar, etc. I liked the idea of making a magic mirror, but wanted to try something more unique, less expensive, and easier to assemble (no ...

The aim of my project was to make a small display to show information such as the clock, weather, calendar, etc. I liked the idea of making a magic mirror, but wanted to try something more unique, less expensive, and easier to assemble (no ...

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...

RPi Cluster - SETI@Home

I was interested in creating a RPi Cluster to learn about how they work. After getting the clusterhat and Pi Zero Ws I set about creating the images for 5 sd cards. This seemed a waste so I scrapped that idea and setup the image for one sd ...

I was interested in creating a RPi Cluster to learn about how they work. After getting the clusterhat and Pi Zero Ws I set about creating the images for 5 sd cards. This seemed a waste so I scrapped that idea and setup the image for one sd ...

ATX Benchtop Power Supply

Despite having two high-quality variable (but analog) benchtop power supplies, I decided you can never have too many. I also specifically wanted a fixed, multi-output supply for standard project voltages such as 3.3V, 5V, 9V, 12V, ...

Despite having two high-quality variable (but analog) benchtop power supplies, I decided you can never have too many. I also specifically wanted a fixed, multi-output supply for standard project voltages such as 3.3V, 5V, 9V, 12V, ...

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...

Roverling

Introduction


My first 3D printer was a CTC generation 2 clone of MakerBot ‘The Replicator Dual’,  circa 2012.  It died a little while back and has since been replaced ...

Introduction


My first 3D printer was a CTC generation 2 clone of MakerBot ‘The Replicator Dual’,  circa 2012.  It died a little while back and has since been replaced ...

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...

Hyperweb: Interactive Art for Vivid Sydney

Hyperweb is a collaborative interactive sculpture installation at Vivid in Sydney. I designed and built a crowd sensing weather station that is used to control an audio "soundscape" within the piece. It also triggers light show events that ...

Hyperweb is a collaborative interactive sculpture installation at Vivid in Sydney. I designed and built a crowd sensing weather station that is used to control an audio "soundscape" within the piece. It also triggers light show events that ...

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 ...

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! ...

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...

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...

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...

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...

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...

PiicoDev Sketcher - An interactive sketching toy

The PiicoDev Sketcher is a fun, interactive toy reminiscent of sketching toys from my childhood. The user draws an image using the two knobs - one for X-control and the other for Y. Turning one knob at a time produces horizontal or vertica...

The PiicoDev Sketcher is a fun, interactive toy reminiscent of sketching toys from my childhood. The user draws an image using the two knobs - one for X-control and the other for Y. Turning one knob at a time produces horizontal or vertica...

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...

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 Soundscape

I had been captivated by the sound levels of trains I could hear passing by Metford throughout the day/night. I wondered if a sound level sensor reporting data back over LoRa would help me understand when a train was noisy. I also like the ...

I had been captivated by the sound levels of trains I could hear passing by Metford throughout the day/night. I wondered if a sound level sensor reporting data back over LoRa would help me understand when a train was noisy. I also like the ...

YAM: Monitoring Animal Enclosures

YAM (or YetAnotherMonitor) I keep more than 20 enclosures of Australian native lizards and turtles and I want to make sure they are all in an appropriate environment. To that end, I built a microcontroller-based system to monitor the tempe...

YAM (or YetAnotherMonitor) I keep more than 20 enclosures of Australian native lizards and turtles and I want to make sure they are all in an appropriate environment. To that end, I built a microcontroller-based system to monitor the tempe...

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...

Remote Automation With a W5100 Shield

This is an Arduino project using and ethernet shield for remote control of a set of relays. The IPControl module was meant to be a simple web accessible device controller. It sort of grew! A little out of hand as you will see...

This is an Arduino project using and ethernet shield for remote control of a set of relays. The IPControl module was meant to be a simple web accessible device controller. It sort of grew! A little out of hand as you will see...

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...

UNITRAC

The UNITRAC (UNIversal TRACtion system) is a simple 3D printable conversion for the Black Gladiator-Tracked chassis, It’s designed to transform the large wheelbase platform into a self-contained propulsion system that has all the torq...

The UNITRAC (UNIversal TRACtion system) is a simple 3D printable conversion for the Black Gladiator-Tracked chassis, It’s designed to transform the large wheelbase platform into a self-contained propulsion system that has all the torq...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

Introduction

A suspended ceiling display of forty repurposed screens and displays, each screening crowd-sourced content captured on mobile devices, installed in the entry to Testing Grounds...

Introduction

A suspended ceiling display of forty repurposed screens and displays, each screening crowd-sourced content captured on mobile devices, installed in the entry to Testing Grounds...

Hydra Bluetooth Speaker

Wow - this is one monstrous sounding and great looking speaker - even if I do say so myself! This is basically a 2.1 (stereo + subwoofer) system made with 3D plastic parts. Both the full range and subwoofer speakers are based on closed (se...

Wow - this is one monstrous sounding and great looking speaker - even if I do say so myself! This is basically a 2.1 (stereo + subwoofer) system made with 3D plastic parts. Both the full range and subwoofer speakers are based on closed (se...

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...

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...

Simulated Parisians: Little Autonomous Pedestrians

Introduction

Parisians is a cute simulation of Paris with autonomous pedestrians. It’s simple to build and easy to personalize, a Single Board Computer "wall piece": on display and looping ...

Introduction

Parisians is a cute simulation of Paris with autonomous pedestrians. It’s simple to build and easy to personalize, a Single Board Computer "wall piece": on display and looping ...

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...

Concrete Lamp

The concrete body of the lamp (which, to my eye look a bit like a leek) is made is two halves. The 1st and 2nd halves are cast in 2 steps using the same mould twice. I had a few failed attempts at making the mould entirely from sta...

The concrete body of the lamp (which, to my eye look a bit like a leek) is made is two halves. The 1st and 2nd halves are cast in 2 steps using the same mould twice. I had a few failed attempts at making the mould entirely from sta...

LoRaWAN Tank Level Sensor Node

My brother-in-law has a dairy farm in Victoria and many hours per week are wasted traversing the farm to check water tank levels, opening/closing valves, and other small tasks that could easily be remotely monitored and controlled. It was ...

My brother-in-law has a dairy farm in Victoria and many hours per week are wasted traversing the farm to check water tank levels, opening/closing valves, and other small tasks that could easily be remotely monitored and controlled. It was ...

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...

Salvaged Street Light Conversion

Introduction

I salvaged some decommissioned street lights from the local transfer station.  I suspect they adorned the main street of Woodend in the past and would now look good in our...

Introduction

I salvaged some decommissioned street lights from the local transfer station.  I suspect they adorned the main street of Woodend in the past and would now look good in our...

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...

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, ...

433mHz Radio connected pool thermometer

I was wanting to know what the water temperature was without having to physically go and check and I was curious about how warm the water would get during a sunny day and how much heat was lost overnight. I am interested in the idea of home...

I was wanting to know what the water temperature was without having to physically go and check and I was curious about how warm the water would get during a sunny day and how much heat was lost overnight. I am interested in the idea of home...

Creating our own Raspberry Pi 3 Case

We've got a whole bunch of Raspberry Pi 3 Cases here at Core Electronics. From the Official Enclosure that's perfect for most uses, right through to the gilded PiBow Coupe from Pimoroni. All of the cases we see have one or two impressive fe...

We've got a whole bunch of Raspberry Pi 3 Cases here at Core Electronics. From the Official Enclosure that's perfect for most uses, right through to the gilded PiBow Coupe from Pimoroni. All of the cases we see have one or two impressive fe...

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...

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...

SOLARBOI

Since I was young, I've always loved to explore. Over the years, I've tinkered with RC cars and played with planes, which were always plenty of fun. But I always dreamed of going out further - out into the real world, far beyond the confine...

Since I was young, I've always loved to explore. Over the years, I've tinkered with RC cars and played with planes, which were always plenty of fun. But I always dreamed of going out further - out into the real world, far beyond the confine...

The Euclidean

I'm an amateur musician but a pretty serious classical & jazz pianist, and this project arose out of my interest in exploring the difference between writing music for synthesisers and music for piano.  I work as a mathematician, so...

I'm an amateur musician but a pretty serious classical & jazz pianist, and this project arose out of my interest in exploring the difference between writing music for synthesisers and music for piano.  I work as a mathematician, so...

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 ...

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...

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...

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...

DIY Pi Buggy

The motivation behind this project came from a robotics and engineering club that I've been going to. I've been saving my money and building up an understanding of raspberry pi and electronics. The reason I chose this project was to get use...

The motivation behind this project came from a robotics and engineering club that I've been going to. I've been saving my money and building up an understanding of raspberry pi and electronics. The reason I chose this project was to get use...

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 ...

Basic Weather Station

The aim of this project was to provide a cost effective and basic weather station for my backyard that can upload readings to Weather Underground. Part 2 of the project will be using this local data to trigger activities in and around my ho...

The aim of this project was to provide a cost effective and basic weather station for my backyard that can upload readings to Weather Underground. Part 2 of the project will be using this local data to trigger activities in and around my ho...

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...

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...

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 ...

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...

Automatic Bike Indicators

This project uses an Accelerometer to detect when you are leaning left or right. Depending on if/where you are leaning, it will flash LEDs on the right or left of the bike's rear. Powered by an Arduino and a 12v battery pack (my case 8 AA B...

This project uses an Accelerometer to detect when you are leaning left or right. Depending on if/where you are leaning, it will flash LEDs on the right or left of the bike's rear. Powered by an Arduino and a 12v battery pack (my case 8 AA B...

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...

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...

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...

8-Bit Breadboard Computer

This project is about how to build an 8 bit computer on breadboards, from 7400 series basic TTL. I am currently in the process of building mine, and will give an overview of what's involved. It is a great project that can teach you a lot ab...

This project is about how to build an 8 bit computer on breadboards, from 7400 series basic TTL. I am currently in the process of building mine, and will give an overview of what's involved. It is a great project that can teach you a lot ab...

House Power and Solar Monitor

I’ve had a Current Cost Power Monitor for a number of years which worked well until we put solar on the roof. The Current Cost can’t determine which direction the power is flowing and so power generation and con...

I’ve had a Current Cost Power Monitor for a number of years which worked well until we put solar on the roof. The Current Cost can’t determine which direction the power is flowing and so power generation and con...

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...

Quadbeest - A Flying Strandbeest

Introducing to you today, the Quadbeest, the next evolutionary step in the Strandbeest genealogy. It seemed to be about time for Strandbeests to evolve to take over the air, so I made it happen. Able to be controlled over a kilometre in the...

Introducing to you today, the Quadbeest, the next evolutionary step in the Strandbeest genealogy. It seemed to be about time for Strandbeests to evolve to take over the air, so I made it happen. Able to be controlled over a kilometre in the...

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 ...
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.