Search results for: 'POLOLU-2588'

We could not find anything for POLOLU-2588

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

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

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

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

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

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

WS2812 / NeoPixel Addressable LEDs: Pycom Quickstart Guide

Sometimes all a good Pycom project needs is some colourful lights! This tutorial demonstrates how to control WS2812 LEDs with the Pycom Wipy and Lopy4. WS2812 or WS2812B LEDs (otherwise known as NeoPixels) are the most commonly used RG...

Sometimes all a good Pycom project needs is some colourful lights! This tutorial demonstrates how to control WS2812 LEDs with the Pycom Wipy and Lopy4. WS2812 or WS2812B LEDs (otherwise known as NeoPixels) are the most commonly used RG...

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

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

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

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

What are Xbee Modules?

Wi-Fi, as we know it, is a form of wireless communication based on the 802.11 standards as outlined by the IEEE (the Institute of Electrical and Electronics Engineers). If you're paying attention to it, you'll notice an appendage to this st...

Wi-Fi, as we know it, is a form of wireless communication based on the 802.11 standards as outlined by the IEEE (the Institute of Electrical and Electronics Engineers). If you're paying attention to it, you'll notice an appendage to this st...

Remote 3D Printing with OctoPi

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

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

Relay Operation and the Arduino Uno

If you could operate your switch without physically toggling it on and off, you would open yourself up to an entire section of electronics. Relays are one of the best ways of doing this. A relay is essentially just a switch, controlled by a...

If you could operate your switch without physically toggling it on and off, you would open yourself up to an entire section of electronics. Relays are one of the best ways of doing this. A relay is essentially just a switch, controlled by a...

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

Printing with Rigid and Flexible Filaments

LulzBot have released the Aerostruder for both Mini and Taz Printers now (Mid 2018). It features a Titan Aero Extruder from E3D, which makes it capable of printing in flexible filament and rigid filament, depending on the situation! It's an...

LulzBot have released the Aerostruder for both Mini and Taz Printers now (Mid 2018). It features a Titan Aero Extruder from E3D, which makes it capable of printing in flexible filament and rigid filament, depending on the situation! It's an...

GlowBit Matrix 8x8 - Python and MicroPython Guide

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

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

Our Arduino SPI Tutorial

SPI stands for Serial Peripheral Interface and it is a way to send data between microcontrollers and other small devices. It is a synchronous data bus, meaning it uses a clock to regulate the data transfer. SPI is also Full-Duplex com...

SPI stands for Serial Peripheral Interface and it is a way to send data between microcontrollers and other small devices. It is a synchronous data bus, meaning it uses a clock to regulate the data transfer. SPI is also Full-Duplex com...

Micro:bit Light and UV Sensing

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

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

How 3D Printing Works

3D Printing is one of the ways we can turn virtual 3-dimensional models into real world objects. It is an Additive manufacturing (AM) process, building models layer by layer. AM is the opposite of subtractive manufacturing which takes a blo...

3D Printing is one of the ways we can turn virtual 3-dimensional models into real world objects. It is an Additive manufacturing (AM) process, building models layer by layer. AM is the opposite of subtractive manufacturing which takes a blo...

Our Ozobots Review and Educational Tips

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

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

Raspberry Pi 3 Model B+ Performance vs Raspberry Pi 3 Model B

The Raspberry Pi 3 Model B+ (I’ll be calling it the Pi 3+ for short) is an update to the existing Raspberry Pi 3 Model B and was released on Wednesday 14th March 2018. It has some very interesting changes: The Broadcom BCM2837 has ...

The Raspberry Pi 3 Model B+ (I’ll be calling it the Pi 3+ for short) is an update to the existing Raspberry Pi 3 Model B and was released on Wednesday 14th March 2018. It has some very interesting changes: The Broadcom BCM2837 has ...

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

WS2812 / NeoPixel Addressable LEDs: Arduino Quickstart Guide

This tutorial is aimed at getting some instant gratification from your WS2812 LEDs (also known as NeoPixels). I'll briefly cover a bare-bones setup for Arduino. If you've never used an Arduino before, we've got you covered with our free, o...

This tutorial is aimed at getting some instant gratification from your WS2812 LEDs (also known as NeoPixels). I'll briefly cover a bare-bones setup for Arduino. If you've never used an Arduino before, we've got you covered with our free, o...

How to use an ESP8266 in the Arduino IDE

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

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

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

Infinity Mirror Kit V2 - Assembly and Tutorials

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

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

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

Infinity Mirror Kit V1 - Assembly and tutorials

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

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

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

Introducing CircuitPython: Adafruit Circuit Playground Express

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

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

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

Benchtop Helping Hands

How does your workspace look? Could it be tidier? I know that mine always could be, but with the daily addition of different tools, components, boards and general tech, it can be hard to keep on top of it all. Then when it comes to working ...

How does your workspace look? Could it be tidier? I know that mine always could be, but with the daily addition of different tools, components, boards and general tech, it can be hard to keep on top of it all. Then when it comes to working ...

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

Join the new age with a Mooshimeter

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

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

FAQ on Lulzbot Support and Warranty

What level of support do I get with my Lulzbot products? For all technical support enquiries for anything Lulzbot related, Aleph Objects have support covered all-day long. Email [email protected] and the team over at AO will get back to ...

What level of support do I get with my Lulzbot products? For all technical support enquiries for anything Lulzbot related, Aleph Objects have support covered all-day long. Email [email protected] and the team over at AO will get back to ...

Potentiometers and the Arduino Uno

Variable resistors come in all shapes and sizes, and they all do the same basic job. They allow you precisely control voltage/current flow within a circuit. The most common type of variable resistor we see in DIY electronics is the Potentio...

Variable resistors come in all shapes and sizes, and they all do the same basic job. They allow you precisely control voltage/current flow within a circuit. The most common type of variable resistor we see in DIY electronics is the Potentio...

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

Pycom Expansion Board 2.0 Overview

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

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

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

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

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

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

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

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

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

Repair your Raspberry Pi's SD Card with Diskpart

If you’ve ever pulled an SD card out of a Raspberry Pi and attempted to re-flash it with another disk image, you may have noticed something funny… "My X Gigabyte SD card has shrunk to a few megabytes! What gives?" No, your S...

If you’ve ever pulled an SD card out of a Raspberry Pi and attempted to re-flash it with another disk image, you may have noticed something funny… "My X Gigabyte SD card has shrunk to a few megabytes! What gives?" No, your S...

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

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

Powerboost your LiPo Batteries

We're going to pick up where the LiPo Battery tutorial left off and look closer at the Adafruit Powerboost modules for charging your LiPos. We talked about the rules of using these batteries and how to make sure you don't set your project a...

We're going to pick up where the LiPo Battery tutorial left off and look closer at the Adafruit Powerboost modules for charging your LiPos. We talked about the rules of using these batteries and how to make sure you don't set your project a...

Switches, Debouncing and the Arduino

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

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

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

Controlling a Solenoid with an Arduino

In this tutorial, we will look at the basics of Solenoids and how they work. Then we will design a small circuit that can drive a Solenoid from the input/output pins on your Arduino board. We covered a whole bunch of rotational motion co...

In this tutorial, we will look at the basics of Solenoids and how they work. Then we will design a small circuit that can drive a Solenoid from the input/output pins on your Arduino board. We covered a whole bunch of rotational motion co...

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 the better tech, innoBits or littleBits?

We get a lot of interest from parents and educators surrounding littleBits and innobits. Especially the difference between the two products. Both are magnetically connected electronic building blocks. Both products empower people to invent ...

We get a lot of interest from parents and educators surrounding littleBits and innobits. Especially the difference between the two products. Both are magnetically connected electronic building blocks. Both products empower people to invent ...

Never Have Filament Grinding Again - Ultimaker

Filament grinding is very unlikely to occur if your running an Ultimaker S5 3D Printer with Ultimaker materials or 3rd party supported materials. Filament grinding occurs when the knurled feeder gear slips against the filament instead of sm...

Filament grinding is very unlikely to occur if your running an Ultimaker S5 3D Printer with Ultimaker materials or 3rd party supported materials. Filament grinding occurs when the knurled feeder gear slips against the filament instead of sm...

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

Arduino Serial Communications

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

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

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

Fritzing up an Arduino SHIELD

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

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

Our Recommendation for your first Benchtop Oscilloscope

You’ve been working on that project for days, even weeks, and you’ve gone through all the steps of the process; meticulously ensuring everything is above board. And yet, for some unexplainable reason, your circuit is acting out....

You’ve been working on that project for days, even weeks, and you’ve gone through all the steps of the process; meticulously ensuring everything is above board. And yet, for some unexplainable reason, your circuit is acting out....

Oscilloscope Triggers: A quick what and how

So we have vertical graphing of voltage and horizontal sweep, but our signal is just going to go bananas on our screen if we don't sweep at the same point in the waveform. That's where triggers come in, allowing us multiple ways to fix ou...

So we have vertical graphing of voltage and horizontal sweep, but our signal is just going to go bananas on our screen if we don't sweep at the same point in the waveform. That's where triggers come in, allowing us multiple ways to fix ou...

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

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

Our littleBits Rule Your Room Kit Review

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

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

Disable Features to Save Energy Using Raspberry Pi

Raspberry Pi Boards are a great gateway for learning about how to get to grips with computers, at a price that makes it hugely accessible and a size that fits right in your hand. Raspberry Pi boards are chock a block full of features a...

Raspberry Pi Boards are a great gateway for learning about how to get to grips with computers, at a price that makes it hugely accessible and a size that fits right in your hand. Raspberry Pi boards are chock a block full of features a...

Using Copper Tape with Paper Circuits

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

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

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

Hello World! First Python Script

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

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

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

Sound Reactive Lights using MakeCode: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using MakeCode to turn the lights on the board into a ...

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using MakeCode to turn the lights on the board into a ...

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

Loops in Python

To better yourself for future programming skylarking let me welcome you to the next step of understanding Python. Loops are among the most basic yet also the most powerful features in programming. Utilised by all modern programming language...

To better yourself for future programming skylarking let me welcome you to the next step of understanding Python. Loops are among the most basic yet also the most powerful features in programming. Utilised by all modern programming language...

PiicoDev Ambient Light Sensor VEML6030 - Micro:bit Guide

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

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

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

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

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

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

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

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

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

PiicoDev Distance Sensor VL53L1X - Micro:bit Guide

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

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

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

RaspController - Use Your Phone to Control Your Raspberry Pi

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

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

PiicoDev Distance Sensor VL53L1X - Raspberry Pi Guide

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

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

PiicoDev Ambient Light Sensor VEML6030 - Raspberry Pi Guide

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

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

Arduino, Learn the Lingo

Getting into the Arduino environment is a lot of fun but with so many acronyms and slang terms its easy to get confused. Knowing this first hand, I have put together a glossary of sorts for terms relating to Arduino, if you are new to the A...

Getting into the Arduino environment is a lot of fun but with so many acronyms and slang terms its easy to get confused. Knowing this first hand, I have put together a glossary of sorts for terms relating to Arduino, if you are new to the A...

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

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

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

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

Infrared Sensing, Hardware Interrupts, and the Arduino

Infrared (IR) is a great way of using non-visible light to control electronics, and there are a bunch of modules that we can use with our Arduino. However, what do we mean when we are talking about infrared and electronics? Well, IR remotes...

Infrared (IR) is a great way of using non-visible light to control electronics, and there are a bunch of modules that we can use with our Arduino. However, what do we mean when we are talking about infrared and electronics? Well, IR remotes...

Convert an Image to a Vector Graphic for Laser Cutting

Interested in creating designs to be laser cut? In this tutorial, we will learn how to use Gimp and Inkscape to convert a graphic image to a vector image that you can cut on a laser cutter! In order for the job control software to turn you...

Interested in creating designs to be laser cut? In this tutorial, we will learn how to use Gimp and Inkscape to convert a graphic image to a vector image that you can cut on a laser cutter! In order for the job control software to turn you...

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

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 Motion Sensor MPU-6050 - Micro:bit Guide

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

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

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

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

Sound Reactive Lights with CircuitPython: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using CircuitPython to turn the lights on the board in...

The Adafruit Circuit Playground Express comes equipped with an onboard microphone that is capable of sensing both amplitude and frequency. This tutorial will walk through a quick sketch using CircuitPython to turn the lights on the board in...

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

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

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

GlowBit™ rainbow Quickstart Guide for micro:bit

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

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

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

How to get started with Circuit Playground

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

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

How to use Solar LiPO Chargers

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

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

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

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

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

3D Printing for the Circuit Playground

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

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

PiicoDev Precision Temperature Sensor TMP117 - Micro:bit Guide

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

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

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

PiicoDev Atmospheric Sensor BME280 - Micro:bit Guide

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

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

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

Cura: 3D printing software for your Lulzbot Printer

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

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

Boards of a Feather

Have you ever used an Arduino board, and wanted to hook it straight up to a JST connected LiPo battery but knew it wouldn’t work? Or maybe you wanted a microcontroller with built-in wireless capabilities? Well, Adafruit has developed...

Have you ever used an Arduino board, and wanted to hook it straight up to a JST connected LiPo battery but knew it wouldn’t work? Or maybe you wanted a microcontroller with built-in wireless capabilities? Well, Adafruit has developed...

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

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

3D Printed Case For Raspberry Pi Pico and PiicoDev Boards

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

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

PiicoDev Motion Sensor MPU-6050 - Raspberry Pi Guide

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

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

Say Cheese with Raspberry Pi Camera

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

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

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

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

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

All Pycom Boards and Expansion Boards Compared

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

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

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

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

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

LCD Screens and the Arduino Uno

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

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

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

PiicoDev Atmospheric Sensor BME280 - Raspberry Pi Guide

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

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

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 Precision Temperature Sensor TMP117 - Raspberry Pi Guide

Introduction This guide will help you read temperature data from your PiicoDev® Precision Temperature Sensor and a Raspberry Pi single-board computer To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero or Zer...

Introduction This guide will help you read temperature data from your PiicoDev® Precision Temperature Sensor and a Raspberry Pi single-board computer To follow along, it's best to have: A Raspberry Pi (model 3, 4, Zero or Zer...

Ohm's Law - Practical Examples for Makers

This tutorial is a guide to the Ohm's Law / Power cheat sheet. You may have arrived here because you received a cheat sheet with your Core Electronics order. If not, no worries! You can still follow along with the examples - we've pro...

This tutorial is a guide to the Ohm's Law / Power cheat sheet. You may have arrived here because you received a cheat sheet with your Core Electronics order. If not, no worries! You can still follow along with the examples - we've pro...

Python Variables and Types

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

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

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

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

PiicoDev Capacitive Touch Sensor CAP1203 - Micro:bit Guide

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

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

PiicoDev Capacitive Touch Sensor CAP1203 - Raspberry Pi Guide

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

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

PiicoDev Magnetometer QMC6310 - Guide for MicroBit

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

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

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

3D Printing Onto Fabrics

One of the swell things about 3D printers is being able to lay fabric onto a build plate and create components directly on top of or embedded with fabric material through them. This lets you easily sew designs onto clothes or create interes...

One of the swell things about 3D printers is being able to lay fabric onto a build plate and create components directly on top of or embedded with fabric material through them. This lets you easily sew designs onto clothes or create interes...

Make 3D Prints Perfectly Clear

★ Achievement unlocked - 3D Print "Glass" ★ Your friends will not believe the results but this guide will tell you all the secrets to have a 3D printed component which is beautifully transparent to the point of being able to ...

★ Achievement unlocked - 3D Print "Glass" ★ Your friends will not believe the results but this guide will tell you all the secrets to have a 3D printed component which is beautifully transparent to the point of being able to ...

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

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

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

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

Your First LoRaWAN Node on The Things Network

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

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

Alcohol Inks to Colourise Resin Prints - Three Different Methods

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

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

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

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

Temperature Sensing With Raspberry Pi

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

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

All About LEDs

Hello and welcome to our tutorial where we a look at all things LED. Now first of all, what is an LED? LED stands for Light Emitting Diode and is an electronic component used to convert electrical energy to light energy. This process is cal...

Hello and welcome to our tutorial where we a look at all things LED. Now first of all, what is an LED? LED stands for Light Emitting Diode and is an electronic component used to convert electrical energy to light energy. This process is cal...

Our Review of the MOARstruder by Lulzbot

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

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

Pycom Pysense Getting Started Guide

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

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

PiicoDev Colour Sensor VEML6040 - Raspberry Pi Guide

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

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

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

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

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

Dual-Coloured 3D Printing

The eternal question of ‘does it print in more colours?’ is often one of the most common community desires. And yes you can! One of the best ways that this need is delivered is through dual-extrusion printing. Dual-extrusion pri...

The eternal question of ‘does it print in more colours?’ is often one of the most common community desires. And yes you can! One of the best ways that this need is delivered is through dual-extrusion printing. Dual-extrusion pri...

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

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

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

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

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

Pass, Break and Continue Keywords in Python

Hola on your next viaje in Python. Python is an absolutely asombroso programming language and this is the next step on the escalera of understanding. This guide will focus on the | pass |, | continue | and | break | keywords. The...

Hola on your next viaje in Python. Python is an absolutely asombroso programming language and this is the next step on the escalera of understanding. This guide will focus on the | pass |, | continue | and | break | keywords. The...

Automating Test-Equipment with Python

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

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

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

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

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

Create Fantastic Finishes on 3D Printed Components

A special part of me enjoys it when people go ‘I cannot believe that was 3D printed’ and one of the best ways to get that reaction is through post-processing. Now not to belittle the beauty of a raw print result you can achieve ...

A special part of me enjoys it when people go ‘I cannot believe that was 3D printed’ and one of the best ways to get that reaction is through post-processing. Now not to belittle the beauty of a raw print result you can achieve ...

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

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

Pose Estimation and Face Landmark Tracking with Raspberry Pi and OpenCV

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

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

Solar Powered Raspberry Pi 4 Model B

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

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

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 OLED Module SSD1306 - Raspberry Pi Guide

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

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

PiicoDev RFID Module - Guide for Raspberry Pi Pico

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

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

PiicoDev RFID Module - Guide for Raspberry Pi

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

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

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

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

Exciting Features - Ultimaker Cura

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

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

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

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

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

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

How to Drive High Power LEDs – 3W Aluminum Backed Star LEDs

High power LEDs (Light Emitting Diodes) have different requirements that need to be met when compared to regular LEDs. Current regulation using only resistors is impractical so it is necessary to use a switched-mode voltage and current reg...

High power LEDs (Light Emitting Diodes) have different requirements that need to be met when compared to regular LEDs. Current regulation using only resistors is impractical so it is necessary to use a switched-mode voltage and current reg...

Ultimaker 3D Printer Material Guide

One of the most critical parts of a successful 3D print is the correct material choice and through its careful consideration you will get the best result for the final component you had in mind. Ultimaker has a wide range of 3D printi...

One of the most critical parts of a successful 3D print is the correct material choice and through its careful consideration you will get the best result for the final component you had in mind. Ultimaker has a wide range of 3D printi...

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

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

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

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

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

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

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

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

Infinity-Mirror Table

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

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

Desktop Infinity Mirror (Lasercut!)

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

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

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

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

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

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

The Hipster Coaster

We wanted to make a interactive display of the fun that can be had with DIY projects to take to Sydney Mini Maker Faire. We decided to do so by utilising the TinkerKit Braccio from Arduino.org, alongside some 3D Printing ingenuity, for an e...

We wanted to make a interactive display of the fun that can be had with DIY projects to take to Sydney Mini Maker Faire. We decided to do so by utilising the TinkerKit Braccio from Arduino.org, alongside some 3D Printing ingenuity, for an e...

Rad10

I wanted a self-contained internet radio with the following criteria: Reasonably compact/portable. Only required an external connection for power (i.e. wireless internet access). Simple controls for volume and mute-toggle.

Th...

I wanted a self-contained internet radio with the following criteria: Reasonably compact/portable. Only required an external connection for power (i.e. wireless internet access). Simple controls for volume and mute-toggle.

Th...

Circadian Lighting

After experimenting with automatic blue light filters on my electronic devices I wanted to replicate the idea with the lighting around the house so that it would gradually transition to warmer colours as the night progresses. I believe this...

After experimenting with automatic blue light filters on my electronic devices I wanted to replicate the idea with the lighting around the house so that it would gradually transition to warmer colours as the night progresses. I believe this...

A 3D Printed Ukulele

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

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

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

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

Meet 'Holman' the Ultimate Bluetooth Speaker

Who says you can't have it all? Good looks and a great sound! My name is 'Holman" and I'm a Bluetooth speaker in the form of mans best friend - a dog of course! Why is my name Holman? Well, that's the name of the manufacturer of the PVC pi...

Who says you can't have it all? Good looks and a great sound! My name is 'Holman" and I'm a Bluetooth speaker in the form of mans best friend - a dog of course! Why is my name Holman? Well, that's the name of the manufacturer of the PVC pi...

Portable Arcade Emulator

Introduction

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

Introduction

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

NeoPixel Mini Cube

This mini cube is made up of six 4x4 WS2812B panels giving a total of 96 individually addressable RGB LEDs. Buried inside the cube is an ATTiny85 microcontroller powered by a 120mAh Lithium-Ion battery. It also contains a mercury switch and...

This mini cube is made up of six 4x4 WS2812B panels giving a total of 96 individually addressable RGB LEDs. Buried inside the cube is an ATTiny85 microcontroller powered by a 120mAh Lithium-Ion battery. It also contains a mercury switch and...

KiPad - A custom macro keypad for KiCad

Presenting the KiPad - a custom macro keypad for the popular open-source PCB design software KiCad. KiCad is awesome! But I've found that during PCB layout, my right hand is constantly moving back-and-forth between the keyboard and mouse -...

Presenting the KiPad - a custom macro keypad for the popular open-source PCB design software KiCad. KiCad is awesome! But I've found that during PCB layout, my right hand is constantly moving back-and-forth between the keyboard and mouse -...

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

Auto Tracking Camera System

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

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

Stargate Zero Point Module

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

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

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

The Amazon Alexa-Enabled Smart Pool System

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

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

Camera Dew Controller

Introduction My passion hobby is night-time time-lapse photography and astrophotography/nightscapes. This means a lot of time spent outside in the dead of winter overnight and an issue that I faced was dew condensing on the lens. This is...

Introduction My passion hobby is night-time time-lapse photography and astrophotography/nightscapes. This means a lot of time spent outside in the dead of winter overnight and an issue that I faced was dew condensing on the lens. This is...

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

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

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

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

Ping Pong Launcher

I like to take on projects that give me an opportunity to learn new things. For this project, my two goals were to learn more about face detection algorithms and PID controllers but of course, there were so many more skills learned along th...

I like to take on projects that give me an opportunity to learn new things. For this project, my two goals were to learn more about face detection algorithms and PID controllers but of course, there were so many more skills learned along th...

Roverling

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

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

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

Borg Cube for Scouts STEM Camp

Introduction

What does one make for a Startrek-themed STEM camp for Scouts? Especially when given the Search and Rescue (SAR) activity base to run.  Why this base you ask? Usually I run a radio d...

Introduction

What does one make for a Startrek-themed STEM camp for Scouts? Especially when given the Search and Rescue (SAR) activity base to run.  Why this base you ask? Usually I run a radio d...
Heads up! Our forum has separate search to our main website. You are about to be redirected to our forum and when you arrive you can search for forum only content using the icon shown below. Click continue to search our forum.

Forum Search
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.