The EinScan Pro HD delivers unparalleled performance in capturing high resolution and accuracy by handheld scanning. Exceptional versatility and powerful optimizations come together for the ultimate high-efficiency and professional-grade 3D scanning experience. It is reliable assistant for designers and engineers who care about high quality 3D modeling.
Experience the power of precision with the EinScan-Pro HD Industrial Pack. This all-inclusive 3D scanning solution offers a turntable, tripod mount, and reference stickers for rapid scans. Ideal for small to medium objects, it captures high-accuracy data, transforming your 3D scanning projects. Upgrade your toolkit today!
The EinScan Pro HD delivers unparalleled performance in capturing high resolution and accuracy by handheld scanning. Exceptional versatility and powerful optimizations come together for the ultimate high-efficiency and professional-grade 3D scanning experience. It is reliable assistant for designers and engineers who care about high quality 3D modeling.
By attaching an external texture camera, the EinScan-Pro HD can capture geometry with full-color texture. This can be useful for computer graphics, animation, game development, digital archiving, prototyping and color 3D printing. Color scanning is not supported in Handheld HD Scan Mode.
This board adds two micro HDMI ports to your Alchitry Au or Pt!
Each port is configurable as a source or sink via solder jumpers.
The board haves a 5V...
The 8x8 RGB LED Matrix! This module is a square panel with a XH2.54 3-pin interface. This 8x8 RGB full-color LED matrix module is based on WS2812 intelligent control...
Explore the HDMI Matrix 4:2; a versatile switch offering 4 HDMI inputs and 2 outputs for a streamlined multimedia setup. Ideal for hobbyists and tech enthusiasts, this compact solution supports seamless device management without the need for additional software.
You will squeak with delight when you hold this adorable miniature LED matrix. 0.8" square, its got everything a big LED matrix has, but bite sized! 64 bright blue...
You will squeak with delight when you hold this adorable miniature LED matrix. 0.8" square, its got everything a big LED matrix has, but bite sized! 64 bright yellow-green...
You will squeak with delight when you hold this adorable miniature LED matrix. 0.8" square, its got everything a big LED matrix has, but bite sized! 64 bright red...
The Kitronik ZIP Halo HD for micro:bit is the ultimate micro:bit interface. 60 full-colour ZIP LEDs, Pins 1 & 2 broken out, MEMs mic, Piezo sounder, RTC & more!
The HD-1800A analog servo from Power HD is a great general-purpose micro servo at a great price. Servo horns and associated hardware are included. Key specs at 6 V: 0.08 sec/60°, 18 oz-in (1.3 kg-cm), 8.0 g.
The HD-1900A analog servo from Power HD is a great general-purpose micro servo at a great price. Servo horns and associated hardware are included. Key specs at 6 V: 0.08 sec/60°, 21 oz-in (1.5 kg-cm), 9.0 g.
Add extra-sensory powers to your toolkit with this nifty piece of HD Magnet Viewing Film. It's a special film that contains a ferromagnetic slurry of ultra small...
Make a scrolling sign, or a small video display with this 8x8 gridded bi-color LED matrix. Only 1.2" on a side, it is quite visible but not so large it wont plug...
This is the 8x8 SparkFun LuMini LED Matrix, packed with 64 individually addressable LEDs, each capable of producing 16 million colors, it provides you with a great...
What's better than a single LED? Lots of LEDs! A fun way to make a small display is to use an 8x8 matrix or a 4-digit 7-segment display. Matrices like these are...
What's better than a single LED? Lots of LEDs! A fun way to make a small display is to use an 8x8 matrix or a 4-digit 7-segment display. Matrices like these are...
This is an anodized aluminum servo horn for the Power HD Ultra-High-Torque, High-Voltage Digital Giant Servo HD-1235MG. The HD-1235 ships with a set of plastic horns, but metal is the way to go if you want to get the most torque out of this 1/4-scale servo.
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...
Introduction
This guide will cover the basic functionality of the GlowBit Python library when driving a GlowBit Matrix8x8 module.
To follow along, it's best to have:
A GlowBit Matrix8x8
A Raspberry Pi Pico ...
Introduction
This guide will cover the basic functionality of the GlowBit Python library when driving a GlowBit Matrix8x8 module.
To follow along, it's best to have:
A GlowBit Matrix8x8
A Raspberry Pi Pico ...
On and Off. It’s the basis for all electronics, from the most sophisticated computer network to a simple circuit. Electronics is all about using one thing, to control another, input and output, on and off. Even the transistors inside ...
On and Off. It’s the basis for all electronics, from the most sophisticated computer network to a simple circuit. Electronics is all about using one thing, to control another, input and output, on and off. Even the transistors inside ...
Nothing beats bright shiny colourful lights and adding an extra dimension only makes them better. This guide demonstrates the fastest and most customizable way to have WS2812B grids of fully addressable LED Nodes come alive. Exactly ...
Nothing beats bright shiny colourful lights and adding an extra dimension only makes them better. This guide demonstrates the fastest and most customizable way to have WS2812B grids of fully addressable LED Nodes come alive. Exactly ...
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 ...
If you've had issues getting your Raspberry Pi 4 to work with specific HDMI displays (monitors, TV's etc.) this tutorial has got you covered! It's a quick fix that just requires a bit of tinkering in the config.txt file that's present on al...
If you've had issues getting your Raspberry Pi 4 to work with specific HDMI displays (monitors, TV's etc.) this tutorial has got you covered! It's a quick fix that just requires a bit of tinkering in the config.txt file that's present on al...
Single characters can be drawn on the display with:
matrix.drawChar(char, Px, Py, colour)
where:
char is a single-character long string
Px and Py specify the pixel coordinate of the upper left corner of the character
colour is...
Single characters can be drawn on the display with:
matrix.drawChar(char, Px, Py, colour)
where:
char is a single-character long string
Px and Py specify the pixel coordinate of the upper left corner of the character
colour is...
What fun would a computer be without a screen to see what you’re doing? Well if you own a Raspberry Pi and are curious about the different ways you can connect an external display or monitor up to it, then look no further. Today we&rs...
What fun would a computer be without a screen to see what you’re doing? Well if you own a Raspberry Pi and are curious about the different ways you can connect an external display or monitor up to it, then look no further. Today we&rs...
I SPI with my Raspberry Pi, something beginning with…S! Serial-Peripheral-Interface (SPI)! Welcome to our Raspberry Pi SPI communication tutorial. Today we’re going to look at how to use the SPI bus on our Raspberry Pi ...
I SPI with my Raspberry Pi, something beginning with…S! Serial-Peripheral-Interface (SPI)! Welcome to our Raspberry Pi SPI communication tutorial. Today we’re going to look at how to use the SPI bus on our Raspberry Pi ...
Cameras in combination with artificial intelligence create arguably the most powerful sensor you can ever put on a microcontroller. So that’s exactly what we will do here with an ESP32-CAM Development Board that sports an inbuilt 2MB...
Cameras in combination with artificial intelligence create arguably the most powerful sensor you can ever put on a microcontroller. So that’s exactly what we will do here with an ESP32-CAM Development Board that sports an inbuilt 2MB...
It is time for a high-quality, complete package, 1920x1200 (HD) display set up with a Raspberry Pi Single-Board Computer. In regards to touch screens with Raspberry Pi have looked at Tiny GPIO HAT LCD displays, medium-sized AMOLED maker di...
It is time for a high-quality, complete package, 1920x1200 (HD) display set up with a Raspberry Pi Single-Board Computer. In regards to touch screens with Raspberry Pi have looked at Tiny GPIO HAT LCD displays, medium-sized AMOLED maker di...
Near Field Communication (NFC) is used all and everywhere. As it stands there are over two billion NFC-enabled devices (many of them smartphones) in use today. This basically means over 20% of the world’s population has access t...
Near Field Communication (NFC) is used all and everywhere. As it stands there are over two billion NFC-enabled devices (many of them smartphones) in use today. This basically means over 20% of the world’s population has access t...
So, you want to control things with your Particle Photon and/or Electron do you? Well, a relay is a perfect way to do that. Whilst there are many ways to control an electrical signal from digital logic such as transistors and optoisolators,...
So, you want to control things with your Particle Photon and/or Electron do you? Well, a relay is a perfect way to do that. Whilst there are many ways to control an electrical signal from digital logic such as transistors and optoisolators,...
Ever wanted a pocket computer with a Full HD screen (1080x1920)? Love tiny GPIO screens like this 3.5 Inch from Waveshare but want one that is a little bigger and higher resolution so that it is easier to read? Or want a really premi...
Ever wanted a pocket computer with a Full HD screen (1080x1920)? Love tiny GPIO screens like this 3.5 Inch from Waveshare but want one that is a little bigger and higher resolution so that it is easier to read? Or want a really premi...
In this guide, we’ll learn how to harness the power of MOSFET transistors to easily control higher-powered components like solenoids, motors, and Peltiers with a microcontroller. First, we will cover an easy-to-follow example using s...
In this guide, we’ll learn how to harness the power of MOSFET transistors to easily control higher-powered components like solenoids, motors, and Peltiers with a microcontroller. First, we will cover an easy-to-follow example using s...
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...
[Update: The OMXPlayer system, needed for the video looper, has been dropped with the recent 'Bullseye' Raspberry Pi OS. Updates are coming out fast and all the teething troubles from this new OS will be ironed out.
For now, download and f...
[Update: The OMXPlayer system, needed for the video looper, has been dropped with the recent 'Bullseye' Raspberry Pi OS. Updates are coming out fast and all the teething troubles from this new OS will be ironed out.
For now, download and f...
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...
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...
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...
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...
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.
...
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...
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,...
Media centres are everywhere nowadays, from smart TV’s with built in media apps, to standalone lounge room boxes to watch all your favourite shows on. With the new features found on the Raspberry Pi 3, it makes sense for it to become...
Media centres are everywhere nowadays, from smart TV’s with built in media apps, to standalone lounge room boxes to watch all your favourite shows on. With the new features found on the Raspberry Pi 3, it makes sense for it to become...
Hello and welcome to another tutorial on the joys of RetroPie. Today we’re going to look at making RetroPie even better. If you’ve had the chance to play around with the RetroPie system, you’ll have noticed that whilst it ...
Hello and welcome to another tutorial on the joys of RetroPie. Today we’re going to look at making RetroPie even better. If you’ve had the chance to play around with the RetroPie system, you’ll have noticed that whilst it ...
Hello and welcome to our tutorial on using rotary encoders. Today we’re going to be taking a look at what is a rotary encoder, how does it work, why we would use it over other sensory inputs and creating code to use them. Rotary encod...
Hello and welcome to our tutorial on using rotary encoders. Today we’re going to be taking a look at what is a rotary encoder, how does it work, why we would use it over other sensory inputs and creating code to use them. Rotary encod...
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 ...
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...
In this guide, we’re going diving into everything custom RGB on the Pi 500+. If you have one, chances are you have played around with some of the RGB presets that come loaded with it, but we can take things way further. We&rsqu...
In this guide, we’re going diving into everything custom RGB on the Pi 500+. If you have one, chances are you have played around with some of the RGB presets that come loaded with it, but we can take things way further. We&rsqu...
If you ever needed a performance boost when running Machine Learnt AI Systems (like facial recognition) with a Raspberry Pi Single Board Computer then I have a solution for you. The OAK-D Lite. The Oak-D Lite is the Leatherman Multi-tool o...
If you ever needed a performance boost when running Machine Learnt AI Systems (like facial recognition) with a Raspberry Pi Single Board Computer then I have a solution for you. The OAK-D Lite. The Oak-D Lite is the Leatherman Multi-tool o...
Break your television and monitors free from the confines of their edges with Hyperbian! This is an open-source ambient light software that will improve the way you enjoy your favourite media.
Hyperion for the Raspberry Pi ∴ Hy...
Break your television and monitors free from the confines of their edges with Hyperbian! This is an open-source ambient light software that will improve the way you enjoy your favourite media.
Hyperion for the Raspberry Pi ∴ Hy...
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...
Project Set 2 – Sound
Welcome to the second Project Set from the Sparkfun Inventors Kit V4.0 Guide! In our last Project Set, we explored the basics of the Arduino IDE, some electrical and electronic concepts and looked at vario...
Project Set 2 – Sound
Welcome to the second Project Set from the Sparkfun Inventors Kit V4.0 Guide! In our last Project Set, we explored the basics of the Arduino IDE, some electrical and electronic concepts and looked at vario...
Arduino Projects with an LCD (Using Sparkfun RedBoard)
Welcome to Project Set 4 in the Sparkfun Inventors Kit Guide! In this tutorial, we will look into using Liquid Crystal Displays (LCD's) to print data. This ability allows us to remotel...
Arduino Projects with an LCD (Using Sparkfun RedBoard)
Welcome to Project Set 4 in the Sparkfun Inventors Kit Guide! In this tutorial, we will look into using Liquid Crystal Displays (LCD's) to print data. This ability allows us to remotel...
Layer Exposure Time is the crucial parameter that when dialed in will change average 3D resin printed components into awesome, crispy, final results that capture every single detail of the CAD model. As a general rule for Normal Layer ...
Layer Exposure Time is the crucial parameter that when dialed in will change average 3D resin printed components into awesome, crispy, final results that capture every single detail of the CAD model. As a general rule for Normal Layer ...
If you’ve ever built a robot with wheels, or any motorised parts really, you’ll have come across the issue of needing to drive it from your microcontroller. Because a standard chip is only able to output a small amount of curren...
If you’ve ever built a robot with wheels, or any motorised parts really, you’ll have come across the issue of needing to drive it from your microcontroller. Because a standard chip is only able to output a small amount of curren...
In this guide, we’re taking a close look at the Arduino Uno Q — Arduino’s new hybrid development board that combines a Linux single board computer with a dedicated microcontroller. A device that feels like not...
In this guide, we’re taking a close look at the Arduino Uno Q — Arduino’s new hybrid development board that combines a Linux single board computer with a dedicated microcontroller. A device that feels like not...
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...
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...
There is a whole range of Sub-4 Inch Displays that attach directly to the GPIO pins of Raspberry Pi Palm-Sized Computers. Many of them are touch devices and increase the usability of your Raspberry Pi whilst making almost no size sacrifices...
There is a whole range of Sub-4 Inch Displays that attach directly to the GPIO pins of Raspberry Pi Palm-Sized Computers. Many of them are touch devices and increase the usability of your Raspberry Pi whilst making almost no size sacrifices...
UPDATE: This tutorial has been updated for the Krypton release of Kodi (Version 17)
If you have built yourself a home media center using a Raspberry Pi, you're one step ahead of most people out there. The pure joy that comes from having a ...
UPDATE: This tutorial has been updated for the Krypton release of Kodi (Version 17)
If you have built yourself a home media center using a Raspberry Pi, you're one step ahead of most people out there. The pure joy that comes from having a ...
What’s even better than the world’s most popular microcomputer sitting on your desk? When it’s sitting there in a case which protects it, makes it easier to use, and gives your desk some style.
If you buy a Raspberry Pi i...
What’s even better than the world’s most popular microcomputer sitting on your desk? When it’s sitting there in a case which protects it, makes it easier to use, and gives your desk some style.
If you buy a Raspberry Pi i...
Now that we have dipped our toes into the Chibitronics environment, let's take a look at a more in-depth kit and see what kind of projects it offers. The Chibitronics STEM starter kit comes with:
1 Circuit Stic...
Now that we have dipped our toes into the Chibitronics environment, let's take a look at a more in-depth kit and see what kind of projects it offers. The Chibitronics STEM starter kit comes with:
1 Circuit Stic...
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...
In this guide, we are going to learn how to use a series of Ultra-Wideband modules to track an object in both 2D and 3D space. By the end of this guide, you will be equipped with the skills and code to use up to nine modules in your maker ...
In this guide, we are going to learn how to use a series of Ultra-Wideband modules to track an object in both 2D and 3D space. By the end of this guide, you will be equipped with the skills and code to use up to nine modules in your maker ...
[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto y...
[Update – Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto y...
Flawless high-quality audio output on a Raspberry Pi Single Board Computer! All is achieved by the IQaudio DAC+ HAT. This dedicated DAC lets you enjoy high-quality, distortion-free, artifact-free, low noise, and high-bitrate audio playback...
Flawless high-quality audio output on a Raspberry Pi Single Board Computer! All is achieved by the IQaudio DAC+ HAT. This dedicated DAC lets you enjoy high-quality, distortion-free, artifact-free, low noise, and high-bitrate audio playback...
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...
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 ...
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...
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 '...
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...
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...
In this guide, we'll learn what a Relay is, why we might use one, how to choose a Relay, and finally how to use one with a Raspberry Pi Pico.
To follow along you'll need:
A 5V SPDT Relay - I'll be using a 5V Single Channel Relay M...
In this guide, we'll learn what a Relay is, why we might use one, how to choose a Relay, and finally how to use one with a Raspberry Pi Pico.
To follow along you'll need:
A 5V SPDT Relay - I'll be using a 5V Single Channel Relay M...
In this tutorial we will learn how to set up the Onion Omega2/Omega2+ for the first time. You will require the following:
Onion Omega2 or Omega2+
An Onion Omega2 Dock, such as:
An Onion Omega2 dock, eg. Power Dock or Bre...
In this tutorial we will learn how to set up the Onion Omega2/Omega2+ for the first time. You will require the following:
Onion Omega2 or Omega2+
An Onion Omega2 Dock, such as:
An Onion Omega2 dock, eg. Power Dock or Bre...
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 ...
Today we’re going to take a look at how to get started and setup that fancy Raspberry Pi you’ve just bought. If you’re still not sure exactly how the Raspberry Pi works, or what it can do, check out ‘What is a Ra...
Today we’re going to take a look at how to get started and setup that fancy Raspberry Pi you’ve just bought. If you’re still not sure exactly how the Raspberry Pi works, or what it can do, check out ‘What is a Ra...
In this guide, we will be transforming your Raspberry Pi into a bespoke device to interface humans with the web. This guide will walk you through setting up a Pi as a dedicated kiosk device, meaning it will seamlessly and automatically lau...
In this guide, we will be transforming your Raspberry Pi into a bespoke device to interface humans with the web. This guide will walk you through setting up a Pi as a dedicated kiosk device, meaning it will seamlessly and automatically lau...
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...
In this tutorial, we will learn how to set up the Onion Omega2/Omega2+ for the first time using the command line.
While the Omega2/2+ has a graphical setup wizard and a web-based GUI called the "Console," we have found both to ...
In this tutorial, we will learn how to set up the Onion Omega2/Omega2+ for the first time using the command line.
While the Omega2/2+ has a graphical setup wizard and a web-based GUI called the "Console," we have found both to ...
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
...
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...
There is a new Raspberry Pi! The long-awaited upgrade to the Rasberry Pi 1 Model A+ (Rpi1 A+). In this article, we are going to look at how much improvement the new Raspberry Pi 3 Model A+ (Rpi3 A+) is over the Rpi1 A+ as well as how ...
There is a new Raspberry Pi! The long-awaited upgrade to the Rasberry Pi 1 Model A+ (Rpi1 A+). In this article, we are going to look at how much improvement the new Raspberry Pi 3 Model A+ (Rpi3 A+) is over the Rpi1 A+ as well as how ...
In this guide, we will be taking a hands-on look at the xTool P3, an 80-watt CO2 laser cutter that aims to bring industrial capability to a desktop format and price tag. We are going to be exploring its features, and seeing how this deskto...
In this guide, we will be taking a hands-on look at the xTool P3, an 80-watt CO2 laser cutter that aims to bring industrial capability to a desktop format and price tag. We are going to be exploring its features, and seeing how this deskto...
Being productive and efficient on a computer has become synonymous with dual-screens. Being able to run two application and have both take up a whole screen or run four text documents each taking up an A4 sized half screen really improves e...
Being productive and efficient on a computer has become synonymous with dual-screens. Being able to run two application and have both take up a whole screen or run four text documents each taking up an A4 sized half screen really improves e...
Arduino Projects with Motion (Using Sparkfun RedBoard)
Welcome to the Third Project Set from the Sparkfun Inventors Kit V4.0 Guide! In this tutorial, we will explore the operation of a Servo Motor and an UltraSonic Sensor in combination wi...
Arduino Projects with Motion (Using Sparkfun RedBoard)
Welcome to the Third Project Set from the Sparkfun Inventors Kit V4.0 Guide! In this tutorial, we will explore the operation of a Servo Motor and an UltraSonic Sensor in combination wi...
Hi there! If you’re wondering what all the hype and interest surrounding Raspberry Pi is about, you’ve come to the right place.
The original Raspberry Pi debuted in 2012, and is a credit card sized computer that has ports for U...
Hi there! If you’re wondering what all the hype and interest surrounding Raspberry Pi is about, you’ve come to the right place.
The original Raspberry Pi debuted in 2012, and is a credit card sized computer that has ports for U...
Welcome to our beginners tutorial on analog electronics. Living in the digital age that we do, it’s easy to disregard the world of discrete analog components, however these concepts form the basis for everything from your mobile phon...
Welcome to our beginners tutorial on analog electronics. Living in the digital age that we do, it’s easy to disregard the world of discrete analog components, however these concepts form the basis for everything from your mobile phon...
By default, FFF/FDM 3D Printers require the 3D Models they print to grow up from the Print bed at an angle of 45 or more. This is by far the biggest limitation of all 3D Printers. To print models that don't follow that rule, and have parts ...
By default, FFF/FDM 3D Printers require the 3D Models they print to grow up from the Print bed at an angle of 45 or more. This is by far the biggest limitation of all 3D Printers. To print models that don't follow that rule, and have parts ...
The Slim Case for the Raspberry Pi Zero, Zero W and Zero WH provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was de...
The Slim Case for the Raspberry Pi Zero, Zero W and Zero WH provides protection for your Raspberry Pi without adding unnecessary bulk. Best of all it keeps everything sleek and tidy without hiding the board itself. The Slim Case was de...
There is a new board in the Raspberry Pi family!
In this Tutorial, we will walk you through the steps to set up your new Raspberry Pi 3 Model A+.To setup your Raspberry Pi 3A+ you will need:
A Raspberry Pi 3A+
A Preloaded NOOBS SD Card...
There is a new board in the Raspberry Pi family!
In this Tutorial, we will walk you through the steps to set up your new Raspberry Pi 3 Model A+.To setup your Raspberry Pi 3A+ you will need:
A Raspberry Pi 3A+
A Preloaded NOOBS SD Card...
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...
In this article we'll show you how to connect your PiicoDev® modules to your favourite development platforms.
Connection Guides
Other Connection Methods
Pinouts
Connecting Many Modules
PiicoDev Smart Modules
Custom I2C Addres...
In this article we'll show you how to connect your PiicoDev® modules to your favourite development platforms.
Connection Guides
Other Connection Methods
Pinouts
Connecting Many Modules
PiicoDev Smart Modules
Custom I2C Addres...
So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connectio...
So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connectio...
In this guide, we will be taking a look at the Arduino Uno Q. We will be looking at what you will need to get started, how to run the board both through both the Linux environment and over the network, as well as looking at some demos in A...
In this guide, we will be taking a look at the Arduino Uno Q. We will be looking at what you will need to get started, how to run the board both through both the Linux environment and over the network, as well as looking at some demos in A...
Perhaps you’ve read our Gaming Kit for RetroPie tutorial on how to setup a RetroPie console and wondered what’s required to actually build one, or heard about it and not been sure what you need. Well, today is your lucky day bec...
Perhaps you’ve read our Gaming Kit for RetroPie tutorial on how to setup a RetroPie console and wondered what’s required to actually build one, or heard about it and not been sure what you need. Well, today is your lucky day bec...
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 ...
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...
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 ...
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 ...
Buttons are a ubiquitous user interface - of course, you've seen them everywhere! The humble button is often the fastest way to create a control interface for your project too. This guide will help you get started with a PiicoDev® Butt...
Buttons are a ubiquitous user interface - of course, you've seen them everywhere! The humble button is often the fastest way to create a control interface for your project too. This guide will help you get started with a PiicoDev® Butt...
The ONESIE family of cases come in three distinct models; Stealth, Maker and Hats. This will be a guide introducing the ONESIE family, the 3D printable monocoque stealth cases for Raspberry Pi 4 Model B, talk about what makes them di...
The ONESIE family of cases come in three distinct models; Stealth, Maker and Hats. This will be a guide introducing the ONESIE family, the 3D printable monocoque stealth cases for Raspberry Pi 4 Model B, talk about what makes them di...
Pulling the power to your Raspberry Pi can cause image corruptions & other issues that can damage your Pi! In this article, we will create a small push button that will work as a ‘Safe-Shutdown’ option. We’ll connect i...
Pulling the power to your Raspberry Pi can cause image corruptions & other issues that can damage your Pi! In this article, we will create a small push button that will work as a ‘Safe-Shutdown’ option. We’ll connect i...
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...
Time to create a Little Red Advertisement Devouring Monster. This will be a self-hosted, network-wide, ad-blocking system running on a Raspberry Pi Single Board Computer. It will also stop access to malware sites and phishing websites. Fur...
Time to create a Little Red Advertisement Devouring Monster. This will be a self-hosted, network-wide, ad-blocking system running on a Raspberry Pi Single Board Computer. It will also stop access to malware sites and phishing websites. Fur...
Amid all the new controllers that 8Bitdo have brought out and the mountain of Raspberry Pi cases and accessories that are available, we’ve bundled everything together to create the ultimate RetroPie gaming console. If you’ve bee...
Amid all the new controllers that 8Bitdo have brought out and the mountain of Raspberry Pi cases and accessories that are available, we’ve bundled everything together to create the ultimate RetroPie gaming console. If you’ve bee...
The New Version of the Raspberry Pi 4 has started going out to makers everywhere. If you are wanting to upgrade your old RPi3 project to take advantage of all the cool new features there are a few steps we are going to have to take first to...
The New Version of the Raspberry Pi 4 has started going out to makers everywhere. If you are wanting to upgrade your old RPi3 project to take advantage of all the cool new features there are a few steps we are going to have to take first to...
So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connection. Digital...
So in case you haven’t heard yet, digital LEDs are the go-to solution for any project that uses RGB LEDs and you want to avoid the rat's nest that ensures when using multiple RGB LEDs, each colour requiring its own connection. Digital...
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...
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...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
How 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...
A new day is upon us, and it is glorious. After all, it’s not often that a new Raspberry Pi board is released. As you’re probably aware, the current iteration of the popular Raspberry Pi microcomputer is the Raspberry Pi 3. It h...
A new day is upon us, and it is glorious. After all, it’s not often that a new Raspberry Pi board is released. As you’re probably aware, the current iteration of the popular Raspberry Pi microcomputer is the Raspberry Pi 3. It h...
Who should follow this tutorial?
If this is your first experience with Raspberry Pi, and you're using a starter kit for a Raspberry Pi Zero W, then this tutorial is for you. We'll plug everything into where it needs to be, install an ...
Who should follow this tutorial?
If this is your first experience with Raspberry Pi, and you're using a starter kit for a Raspberry Pi Zero W, then this tutorial is for you. We'll plug everything into where it needs to be, install an ...
The Raspberry Pi is an amazing piece of technology, and it’s the platform of choice for all kinds of projects. Something that makes it great is the integration of complex hardware that is taken care of for you. For example, if you wan...
The Raspberry Pi is an amazing piece of technology, and it’s the platform of choice for all kinds of projects. Something that makes it great is the integration of complex hardware that is taken care of for you. For example, if you wan...
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...
The Raspberry Pi 4 Model B is finally here! This is a huge leap forward for single-board computing and what better way to explore it than power one up, run some tests and stress it out!
Here are the test results for those peopl...
The Raspberry Pi 4 Model B is finally here! This is a huge leap forward for single-board computing and what better way to explore it than power one up, run some tests and stress it out!
Here are the test results for those peopl...
In this guide, we’re going to get you all the way from "I don’t know what a laser cutter is" to holding your very first custom creation cut on the xTool P3. We’re going to start with some important safety tips, look at ho...
In this guide, we’re going to get you all the way from "I don’t know what a laser cutter is" to holding your very first custom creation cut on the xTool P3. We’re going to start with some important safety tips, look at ho...
"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 ...
Raspberry Pi Compute Modules have developed in tandem with the many generations of Raspberry Pi single-board computers. These boards are in every right a microprocessor just like their bigger cousins however they are a very different form f...
Raspberry Pi Compute Modules have developed in tandem with the many generations of Raspberry Pi single-board computers. These boards are in every right a microprocessor just like their bigger cousins however they are a very different form f...
If you’ve been around electronics for a while you’ll have noticed the trend of single board microcomputers targeted at hobbyists through to industrial projects, the most popular platform being the Raspberry Pi. Now the Raspberry...
If you’ve been around electronics for a while you’ll have noticed the trend of single board microcomputers targeted at hobbyists through to industrial projects, the most popular platform being the Raspberry Pi. Now the Raspberry...
Similar to how bats echo-locate and how submarines use sonar, the PiicoDev® Ultrasonic Rangefinder uses sound waves to measure the distance to an object. It sends out a high-pitched sound wave, which bounces off of the object and comes...
Similar to how bats echo-locate and how submarines use sonar, the PiicoDev® Ultrasonic Rangefinder uses sound waves to measure the distance to an object. It sends out a high-pitched sound wave, which bounces off of the object and comes...
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...
It is time for an Airplane Tracking Raspberry Pi! The final setup here will let you personally collect data on the exact whereabouts of airplanes over 400km away. It will update one to four times each minute. Be passenger planes, cargo air...
It is time for an Airplane Tracking Raspberry Pi! The final setup here will let you personally collect data on the exact whereabouts of airplanes over 400km away. It will update one to four times each minute. Be passenger planes, cargo air...
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...
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...
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...
IntroductionWelcome to the guide for the Makerverse Essentials Kit. This kit provides the fundamental hardware required to construct many of the kits in the Makerverse Kits range along with providing hardware which will continue to be usef...
IntroductionWelcome to the guide for the Makerverse Essentials Kit. This kit provides the fundamental hardware required to construct many of the kits in the Makerverse Kits range along with providing hardware which will continue to be usef...
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 ...
Crunching numbers is fine, but sometimes you really need to visualise what’s going on in the tiny brain of your Photon. There are numerous different ways to visualise data or text on a microcontroller from binary LEDs, to HDMI display...
Crunching numbers is fine, but sometimes you really need to visualise what’s going on in the tiny brain of your Photon. There are numerous different ways to visualise data or text on a microcontroller from binary LEDs, to HDMI display...
The Raspberry Pi 5 was announced just a few weeks ago and across the internet, we have seen some recurring questions, so in this article, we tried our best to answer some of them.
Contents:
Overclocking Questions
Cooling Quest...
The Raspberry Pi 5 was announced just a few weeks ago and across the internet, we have seen some recurring questions, so in this article, we tried our best to answer some of them.
Contents:
Overclocking Questions
Cooling Quest...
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)...
Show of hands, who loves Raspberry Pi? We all do, and one of the most common questions we get asked is which Raspberry Pi kit is going to best suit my project, which one has the right components in it etc. So today we’re going to be l...
Show of hands, who loves Raspberry Pi? We all do, and one of the most common questions we get asked is which Raspberry Pi kit is going to best suit my project, which one has the right components in it etc. So today we’re going to be l...
On the lower left-hand portion of every Adafruit Circuit Playground Express, there is a small onboard speaker and class D amplifier. This allows you to make some pretty loud sounds! The amplifier is also connected to the true analog output ...
On the lower left-hand portion of every Adafruit Circuit Playground Express, there is a small onboard speaker and class D amplifier. This allows you to make some pretty loud sounds! The amplifier is also connected to the true analog output ...
In this guide, we’re going to explore some of the most effective ways to measure distance in maker projects. Whether you’re working on a robotics project, an automatic door, or just trying to figure out how far away the fridge ...
In this guide, we’re going to explore some of the most effective ways to measure distance in maker projects. Whether you’re working on a robotics project, an automatic door, or just trying to figure out how far away the fridge ...
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 ...
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...
Force-sensitive resistors (FSR) are remarkable electrical components and are proper unsung heroes in the Makers World. Name me a better variable touch input device which has basically no moving parts, all whilst being available in such a t...
Force-sensitive resistors (FSR) are remarkable electrical components and are proper unsung heroes in the Makers World. Name me a better variable touch input device which has basically no moving parts, all whilst being available in such a t...
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 ...
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...
Today will be all about controlling Fully Addressable LED Lights using any Espressif ESP32 Development Board and your mobile Phone all through WIFI! All possible by WLED.
There are many ways to use your mobile phone to remotely...
Today will be all about controlling Fully Addressable LED Lights using any Espressif ESP32 Development Board and your mobile Phone all through WIFI! All possible by WLED.
There are many ways to use your mobile phone to remotely...
You ever wanted an Ad-Free and Bloatware Free Media Streaming Device that can run 4K movies with clean audio that transforms any Screen into a Smart TV. Sounds almost too good to be true but Raspberry Pi, Kodi and LibreELEC OS have swooped ...
You ever wanted an Ad-Free and Bloatware Free Media Streaming Device that can run 4K movies with clean audio that transforms any Screen into a Smart TV. Sounds almost too good to be true but Raspberry Pi, Kodi and LibreELEC OS have swooped ...
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...
This guide will help you get started with a PiicoDev® Servo Driver module. We'll take a tour of the module and walk through some examples to drive common servos.
Servo motors are integrated motors that contain their own power circuitr...
This guide will help you get started with a PiicoDev® Servo Driver module. We'll take a tour of the module and walk through some examples to drive common servos.
Servo motors are integrated motors that contain their own power circuitr...
Every good E-Textiles or Wearables project needs to start somewhere, and the natural starting point for any project is choosing the right microcontroller. There are many good choices out there, and we will compare a few of the best and brig...
Every good E-Textiles or Wearables project needs to start somewhere, and the natural starting point for any project is choosing the right microcontroller. There are many good choices out there, and we will compare a few of the best and brig...
In this guide, we will be getting the Raspberry Pi AI camera up and running as quickly as possible, as well as taking a look at how to get started with it in your own projects.
The Raspberry Pi AI camera is a unique and interesting piece ...
In this guide, we will be getting the Raspberry Pi AI camera up and running as quickly as possible, as well as taking a look at how to get started with it in your own projects.
The Raspberry Pi AI camera is a unique and interesting piece ...
The Raspberry Pi as we know it today is just the “tip of the iceberg”, the product of more than a decade of development, spanning 4 generations with up-to 18 boards and counting released so far. Alongside this development, there...
The Raspberry Pi as we know it today is just the “tip of the iceberg”, the product of more than a decade of development, spanning 4 generations with up-to 18 boards and counting released so far. Alongside this development, there...
In this guide, we will be looking at how to set up the Glowbit Orb Snowflake and Bauble Kits. We will be looking at how to get going with the default code they ship with, breaking down how the code works, and learning how to modify it to m...
In this guide, we will be looking at how to set up the Glowbit Orb Snowflake and Bauble Kits. We will be looking at how to get going with the default code they ship with, breaking down how the code works, and learning how to modify it to m...
By now you’re probably loving the platform that is Particle and all these crazy ideas of how to create the next big IoT thing (Internet of Things thing…hmm), but for many inventors, the stumbling block is integrating your creat...
By now you’re probably loving the platform that is Particle and all these crazy ideas of how to create the next big IoT thing (Internet of Things thing…hmm), but for many inventors, the stumbling block is integrating your creat...
Note: This guide does not work with the Raspberry Pi 5. The Pi 5 handles its GPIO pins differently so the libraries used in this guide no longer work. A Pi 4 or older will still work just fine with this guide.
This guide will demo...
Note: This guide does not work with the Raspberry Pi 5. The Pi 5 handles its GPIO pins differently so the libraries used in this guide no longer work. A Pi 4 or older will still work just fine with this guide.
This guide will demo...
Have you ever wanted to dive into computer vision? How about on a low-power and portable piece of hardware like a Raspberry Pi?
Well, in this guide we will be setting up some with OpenCV and the YOLO pose estimation model family on the Ra...
Have you ever wanted to dive into computer vision? How about on a low-power and portable piece of hardware like a Raspberry Pi?
Well, in this guide we will be setting up some with OpenCV and the YOLO pose estimation model family on the Ra...
From breadboarding to soldering, the way we connect our components is critical to ending up with a working circuit. Before the new-age tech startups like littleBits and innoBits came along with their magnetic clip-together building blocks, ...
From breadboarding to soldering, the way we connect our components is critical to ending up with a working circuit. Before the new-age tech startups like littleBits and innoBits came along with their magnetic clip-together building blocks, ...
Today, we’re looking at the 8Bitdo NES30 Pro. It’s a newer controller from 8Bitdo and one that I’m really excited about. It’s an interesting gamepad, with the styling and form factor taking cues from both the classic...
Today, we’re looking at the 8Bitdo NES30 Pro. It’s a newer controller from 8Bitdo and one that I’m really excited about. It’s an interesting gamepad, with the styling and form factor taking cues from both the classic...
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...
Here is how to control a 12 Volt Solenoid with a Raspberry Pi using a 5 Volt Relay. Solenoids are an immensely useful way to turn electrical energy into a linear motion. Solenoids come in a variety of different specifications with 5 Volt an...
Here is how to control a 12 Volt Solenoid with a Raspberry Pi using a 5 Volt Relay. Solenoids are an immensely useful way to turn electrical energy into a linear motion. Solenoids come in a variety of different specifications with 5 Volt an...
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...
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...
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 ...
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...
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...
This guide is for the previous revision of the PiicoDev Magnetometer QMC6310 - if you have the latest revision featuring the MMC5603 - head to the guide for updated links and instructions.Let's get started with the PiicoDev® Magnetomet...
This guide is for the previous revision of the PiicoDev Magnetometer QMC6310 - if you have the latest revision featuring the MMC5603 - head to the guide for updated links and instructions.Let's get started with the PiicoDev® Magnetomet...
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...
Firstly, what are Coin Cell Batteries?
A coin cell battery is a flat, cylindrical battery used in a bunch of small electronics applications. You might have seen them in a wristwatch, remote control or any piece of wearable tech. Typically ...
Firstly, what are Coin Cell Batteries?
A coin cell battery is a flat, cylindrical battery used in a bunch of small electronics applications. You might have seen them in a wristwatch, remote control or any piece of wearable tech. Typically ...
In this guide, we are going to be teaching you how to set up your Rasberry Pi to detect and recognise faces using OpenCV and the Facial-Recognition library, two fantastic open-source projects. In this set up all of the data and processing ...
In this guide, we are going to be teaching you how to set up your Rasberry Pi to detect and recognise faces using OpenCV and the Facial-Recognition library, two fantastic open-source projects. In this set up all of the data and processing ...
Adafruit has done it again with the new and improved Circuit Playground Express. This new version of the Circuit Playground is packed with even more sensors, and capacitive touch ready connection pads. This is a great board for makers ...
Adafruit has done it again with the new and improved Circuit Playground Express. This new version of the Circuit Playground is packed with even more sensors, and capacitive touch ready connection pads. This is a great board for makers ...
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...
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...
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 Make...
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 Make...
SSDs on the Raspberry Pi are not new. For many years now people have been enjoying NVME speeds on Raspberry Pis through the use of NVMe-to-USB adapters. But long gone are the days of annoying adapters flopping around and occupying a precio...
SSDs on the Raspberry Pi are not new. For many years now people have been enjoying NVME speeds on Raspberry Pis through the use of NVMe-to-USB adapters. But long gone are the days of annoying adapters flopping around and occupying a precio...
This guide will help you get started with a PiicoDev® Magnetometer - get it working as a compass, and read the magnetic field strength of a nearby magnet.
This guide is for the current revision of the PiicoDev Magnetometer, feat...
This guide will help you get started with a PiicoDev® Magnetometer - get it working as a compass, and read the magnetic field strength of a nearby magnet.
This guide is for the current revision of the PiicoDev Magnetometer, feat...
What do we mean when we talk about the "Internet of Things"? Mostly we're talking about tiny computers that have access to the internet and do some useful work. Unlike the computers we're used to holding in our hands, they don't have a touc...
What do we mean when we talk about the "Internet of Things"? Mostly we're talking about tiny computers that have access to the internet and do some useful work. Unlike the computers we're used to holding in our hands, they don't have a touc...
In this guide, we will be setting up the xTool P3, a powerful CO2 laser cutter that tries to bring industrial level features to a desktop format and price tag, and we are going to walk through the entire assembly process, from putting toge...
In this guide, we will be setting up the xTool P3, a powerful CO2 laser cutter that tries to bring industrial level features to a desktop format and price tag, and we are going to walk through the entire assembly process, from putting toge...
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.
Any good LoRaWAN device can send ...
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.
Any good LoRaWAN device can send ...
The Raspberry Pi 500+ is hot off the press, an all-in-one computer keyboard which is the latest version of Raspberry Pi's hundred series, and the premium version of the Pi 500.
This overview will get into the nitty-gritty of what mak...
The Raspberry Pi 500+ is hot off the press, an all-in-one computer keyboard which is the latest version of Raspberry Pi's hundred series, and the premium version of the Pi 500.
This overview will get into the nitty-gritty of what mak...
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...
Welcome to the Raspberry Pi Workshop for Beginners! Here you'll be able to follow along with our series of bite-sized videos that cover everything you'll need to know to get started with your Raspberry Pi, and start making awesome project...
Welcome to the Raspberry Pi Workshop for Beginners! Here you'll be able to follow along with our series of bite-sized videos that cover everything you'll need to know to get started with your Raspberry Pi, and start making awesome project...
What We'll AchieveThis guide will help you set up a Plant_io controller to automatically irrigate a plant of your choice. This example focuses on germinating seeds, but this is only one option.
Along the way we'll:
Assemble a hardware pl...
What We'll AchieveThis guide will help you set up a Plant_io controller to automatically irrigate a plant of your choice. This example focuses on germinating seeds, but this is only one option.
Along the way we'll:
Assemble a hardware pl...
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 ...
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...
Geophones are devices that generate electric signals proportional to the particle velocity in a sound/compression wave. More simply a Geophone is a super low frequency microphone for the ground. Geophones are used around the world to measu...
Geophones are devices that generate electric signals proportional to the particle velocity in a sound/compression wave. More simply a Geophone is a super low frequency microphone for the ground. Geophones are used around the world to measu...
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...
In this guide, we’re going to build the ultimate retro gaming setup using Recalbox on the Raspberry Pi 5. This setup will let you play almost any console or handheld released before the Nintendo DS or PSP — wi...
In this guide, we’re going to build the ultimate retro gaming setup using Recalbox on the Raspberry Pi 5. This setup will let you play almost any console or handheld released before the Nintendo DS or PSP — wi...
Have you ever wanted to dive into computer vision? How about on a low-power and portable piece of hardware like a Raspberry Pi?
Well, in this guide we will be setting up some with the YOLO vision model family, OpenCV and the COCO object l...
Have you ever wanted to dive into computer vision? How about on a low-power and portable piece of hardware like a Raspberry Pi?
Well, in this guide we will be setting up some with the YOLO vision model family, OpenCV and the COCO object l...
At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ci...
At the heart of every Adafruit Circuit Playground Express lies a three-axis accelerometer. This allows us to write programs that take the orientation of the board into account. We can detect orientation and acceleration on any axis. With Ci...
Love your Raspberry Pi but wish it had even more connectivity akin to your mobile phone. Then the Waveshare 4G HAT is the solution for you! HAT simply means Hardware attached On Top. With this installed on your Raspberry Pi Single Board Co...
Love your Raspberry Pi but wish it had even more connectivity akin to your mobile phone. Then the Waveshare 4G HAT is the solution for you! HAT simply means Hardware attached On Top. With this installed on your Raspberry Pi Single Board Co...
This is an update to an older guide done so that we can provide you with the fastest, most modern, and best way to set up your system.
Nothing beats bright shiny colourful lights and this guide demonstrates the fastest and most customizab...
This is an update to an older guide done so that we can provide you with the fastest, most modern, and best way to set up your system.
Nothing beats bright shiny colourful lights and this guide demonstrates the fastest and most customizab...
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...
A common issue many makers face when they move from microcontrollers to Single-Board-Computers is how to get them to run a program automatically when they are powered on. People who have cut their teeth on Arduino, Micro:bit, and other micr...
A common issue many makers face when they move from microcontrollers to Single-Board-Computers is how to get them to run a program automatically when they are powered on. People who have cut their teeth on Arduino, Micro:bit, and other micr...
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 ...
In this guide, we go over some common ways of adding motion to your project with actuators such as stepper motors, servos and linear actuators, to help you choose which one is most appropriate for your situation.
The start of this guide c...
In this guide, we go over some common ways of adding motion to your project with actuators such as stepper motors, servos and linear actuators, to help you choose which one is most appropriate for your situation.
The start of this guide c...
OctoPrint Integration is one of my favourite new features in Cura 2.6+: LulzBot Edition. In short, this integration means that you can print and control your 3D Printer via it's OctoPrint server. All from within your slicer window on your P...
OctoPrint Integration is one of my favourite new features in Cura 2.6+: LulzBot Edition. In short, this integration means that you can print and control your 3D Printer via it's OctoPrint server. All from within your slicer window on your P...
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...
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...
8Bitdo controllers are the best retro-gaming controllers you can buy. You could pick one up for your RetroPie gaming system so you can relax back on your lounge with your wireless gaming controller. We did a great write up on the process of...
8Bitdo controllers are the best retro-gaming controllers you can buy. You could pick one up for your RetroPie gaming system so you can relax back on your lounge with your wireless gaming controller. We did a great write up on the process of...
In this guide, we will be exploring Moondream, a computer vision model that analyses images and applies human reasoning to them, allowing you to ask questions about the image in natural human language. We are going to be learning what Moon...
In this guide, we will be exploring Moondream, a computer vision model that analyses images and applies human reasoning to them, allowing you to ask questions about the image in natural human language. We are going to be learning what Moon...
By now, you’ve probably seen the fancy new Raspberry Pi cases we’ve got available; the NESPi case by Retroflag. Designed and styled specifically for retro gaming systems such as RetroPie, it offers everything you need to turn yo...
By now, you’ve probably seen the fancy new Raspberry Pi cases we’ve got available; the NESPi case by Retroflag. Designed and styled specifically for retro gaming systems such as RetroPie, it offers everything you need to turn yo...
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...
RetroPie is a fantastic system, and once you map your input device, it will take those mappings and apply them to all of the emulators on RetroPie. If you’re new to RetroPie and want to find out a bit more, take a read of our Gaming ...
RetroPie is a fantastic system, and once you map your input device, it will take those mappings and apply them to all of the emulators on RetroPie. If you’re new to RetroPie and want to find out a bit more, take a read of our Gaming ...
Welcome, have you had a good day? Fantastic, unless of course, you haven’t had a good day so far, in which case don’t worry, it’s about to get better! Today we’re going to be learning about adding PWM channels to...
Welcome, have you had a good day? Fantastic, unless of course, you haven’t had a good day so far, in which case don’t worry, it’s about to get better! Today we’re going to be learning about adding PWM channels to...
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...
In this guide, we will be exploring YOLOE, a computer vision model that allows you to create custom object detection models through prompts - no training processes required! We are going to be learning how this vision model works and how t...
In this guide, we will be exploring YOLOE, a computer vision model that allows you to create custom object detection models through prompts - no training processes required! We are going to be learning how this vision model works and how t...
IntroductionIn this guide, we'll get a Raspberry Pi Pico W to send and receive data to the cloud using the MQTT protocol.
To follow along, all you'll need is:
A Raspberry Pi Pico W
Understand how to connect the Pico W to WiFi
Underst...
IntroductionIn this guide, we'll get a Raspberry Pi Pico W to send and receive data to the cloud using the MQTT protocol.
To follow along, all you'll need is:
A Raspberry Pi Pico W
Understand how to connect the Pico W to WiFi
Underst...
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 ...
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 ...
Raspberry Pi right? It’s amazing! Raspberry Pi has taken the world by storm and changed the way that people think about computing. The Raspberry Pi 3 builds on this with some amazing new features, however one feature that is still ab...
Raspberry Pi right? It’s amazing! Raspberry Pi has taken the world by storm and changed the way that people think about computing. The Raspberry Pi 3 builds on this with some amazing new features, however one feature that is still ab...
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...
Let's take a look at the new Siglent SDG1032X Arbitrary function generator. We're looking at yet another example of the closing gap between hobbyist and pro gear - the growing feature set and capabilities of entry-level equipment continues ...
Let's take a look at the new Siglent SDG1032X Arbitrary function generator. We're looking at yet another example of the closing gap between hobbyist and pro gear - the growing feature set and capabilities of entry-level equipment continues ...
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...
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...
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...
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...
In this guide, we will be exploring how to set up YOLO object detection with the Raspberry Pi AI HAT, and more importantly, learning how to apply this in your Python projects. We will be taking a look at how to install the required hardwar...
In this guide, we will be exploring how to set up YOLO object detection with the Raspberry Pi AI HAT, and more importantly, learning how to apply this in your Python projects. We will be taking a look at how to install the required hardwar...
Educators everywhere are lining up to have the most recent, high-tech teaching tools to introduce STEM learning in the classroom. With the rate that modern technology is advancing, educators can often feel overwhelmed with the sheer number ...
Educators everywhere are lining up to have the most recent, high-tech teaching tools to introduce STEM learning in the classroom. With the rate that modern technology is advancing, educators can often feel overwhelmed with the sheer number ...
So you’ve got your microcontroller/development board ready to go, you’ve got your sensors and external components and you’re ready to build an IoT device to make the world your slave. But hang on a minute, the sensor you h...
So you’ve got your microcontroller/development board ready to go, you’ve got your sensors and external components and you’re ready to build an IoT device to make the world your slave. But hang on a minute, the sensor you h...
Now that your RedBoard is set up on its baseplate and the Arduino IDE is installed on your computer, we can begin our first Arduino-based Project Set! The First Project Set explores light and the type of electrical component we will be usin...
Now that your RedBoard is set up on its baseplate and the Arduino IDE is installed on your computer, we can begin our first Arduino-based Project Set! The First Project Set explores light and the type of electrical component we will be usin...
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:
...
This guide will help you get started with a PiicoDev 3-Axis Accelerometer. We'll walk through some examples to read acceleration, infer tilt angle (from gravity), and detect tapping and shaking.
An accelerometer is a device that mea...
This guide will help you get started with a PiicoDev 3-Axis Accelerometer. We'll walk through some examples to read acceleration, infer tilt angle (from gravity), and detect tapping and shaking.
An accelerometer is a device that mea...
The Raspberry Pi 5 is here! Our favourite credit card-sized computer has just gotten an update and we already have one here to take a look at, so let’s power it up, run some tests, and see what’s new!
(If you want to s...
The Raspberry Pi 5 is here! Our favourite credit card-sized computer has just gotten an update and we already have one here to take a look at, so let’s power it up, run some tests, and see what’s new!
(If you want to s...
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...
This will be a quick 101 on how to use the Raspberry Pi Imager so that you can Flash a new Micro-SD Card. Everything you need to use this Software will be found in this article. The contents of this guide can be seen below.
- Download Loc...
This will be a quick 101 on how to use the Raspberry Pi Imager so that you can Flash a new Micro-SD Card. Everything you need to use this Software will be found in this article. The contents of this guide can be seen below.
- Download Loc...
In this short and sweet guide, we are going to take a look at how to set up and use a virtual environment (or Venv) on a Raspberry Pi - both in the terminal and in Thonny.
When using Bookworm OS or later, you may have come across th...
In this short and sweet guide, we are going to take a look at how to set up and use a virtual environment (or Venv) on a Raspberry Pi - both in the terminal and in Thonny.
When using Bookworm OS or later, you may have come across th...
After some serious touch time your LulzBot 3D Printer and the quick print options in Cura 2, it's more than likely that you want to make more specific changes to the way 3D Models are printed. Whether it be, changing the support type and st...
After some serious touch time your LulzBot 3D Printer and the quick print options in Cura 2, it's more than likely that you want to make more specific changes to the way 3D Models are printed. Whether it be, changing the support type and st...
The Micro:bit by BBC is a great data collection tool, it just needs a little help remembering what it has measured! This tutorial is made for those Micro:bit projects where transmitting your sensor data over radio or Bluetooth to a computer...
The Micro:bit by BBC is a great data collection tool, it just needs a little help remembering what it has measured! This tutorial is made for those Micro:bit projects where transmitting your sensor data over radio or Bluetooth to a computer...
So, you might have the best project in the world, an amazing idea and design, but no matter how clever your circuitry or how advanced your prototype is, unless you can power your project correctly, it all counts for nothing. Often you will ...
So, you might have the best project in the world, an amazing idea and design, but no matter how clever your circuitry or how advanced your prototype is, unless you can power your project correctly, it all counts for nothing. Often you will ...
Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method.
Since you’ve got your new P...
Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method.
Since you’ve got your new P...
Welcome to the final Project Set of the Sparkfun Inventors Kit! This Project Set focuses on Robotics with the final Circuit being an Autonomously Driving Vehicle! New components introduced in this tutorial are:
DC Motor/Gearbox
Mo...
Welcome to the final Project Set of the Sparkfun Inventors Kit! This Project Set focuses on Robotics with the final Circuit being an Autonomously Driving Vehicle! New components introduced in this tutorial are:
DC Motor/Gearbox
Mo...
So you’ve got your Raspberry Pi. You’ve gotten NOOBS setup on it, explored Raspbian a bit, and you’re feeling like a bit of a pro. Awesome! Now let’s get down to the nitty gritty side of things, what it’s ...
So you’ve got your Raspberry Pi. You’ve gotten NOOBS setup on it, explored Raspbian a bit, and you’re feeling like a bit of a pro. Awesome! Now let’s get down to the nitty gritty side of things, what it’s ...
In this guide, we will be setting up and using YOLO pose estimation with the Raspberry Pi AI HAT, as well as exploring how to use it alongside your own Python code so you can use pose estimation in your projects. We will be taking a look a...
In this guide, we will be setting up and using YOLO pose estimation with the Raspberry Pi AI HAT, as well as exploring how to use it alongside your own Python code so you can use pose estimation in your projects. We will be taking a look a...
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 ...
Let us set our codes free into the world wide web and design codes which access real world data! This real-world data will represent the current reality of the world around us. Application Programming Interface requests is the method that a...
Let us set our codes free into the world wide web and design codes which access real world data! This real-world data will represent the current reality of the world around us. Application Programming Interface requests is the method that a...
This guide will be a rundown on Python, the open-source programming language built by the hugely intelligent Guido van Rossum. This guide will also contain external links to Python resources and download links. Programming is...
This guide will be a rundown on Python, the open-source programming language built by the hugely intelligent Guido van Rossum. This guide will also contain external links to Python resources and download links. Programming is...
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 ...
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...
Here is a solution so you can turn your Raspberry Pi handheld computer on and off from the power plug (power cycle it) just like any other appliance in your home! And it can all be done through only one setting.
With a normally set-up Rasp...
Here is a solution so you can turn your Raspberry Pi handheld computer on and off from the power plug (power cycle it) just like any other appliance in your home! And it can all be done through only one setting.
With a normally set-up Rasp...
In this guide, we will be learning how to use the RD-03D radar sensor with a Raspberry Pi Pico so you can detect and track humans in your next project. We will be looking at how it operates and what you will get out of it, how to con...
In this guide, we will be learning how to use the RD-03D radar sensor with a Raspberry Pi Pico so you can detect and track humans in your next project. We will be looking at how it operates and what you will get out of it, how to con...
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 ...
Welcome to the MicroPython for micro:bit workshop! This workshop is aimed at makers who want to start programming with MicroPython, we will be using the micro:bit as it is very easy to use so we can cover the important concepts that will ap...
Welcome to the MicroPython for micro:bit workshop! This workshop is aimed at makers who want to start programming with MicroPython, we will be using the micro:bit as it is very easy to use so we can cover the important concepts that will ap...
In this guide, we will be setting up Steam Link on a Raspberry Pi - a small and power-efficient computer that runs Linux. This setup will allow you to stream Steam games from a PC to this Raspberry Pi over your home network's Wi-Fi or ethe...
In this guide, we will be setting up Steam Link on a Raspberry Pi - a small and power-efficient computer that runs Linux. This setup will allow you to stream Steam games from a PC to this Raspberry Pi over your home network's Wi-Fi or ethe...
Want to setup a wireless XBee network between some Arduinos and your PC? We're going to show you how. We will be using Series 1 XBee modules alongside some XBee Explorer USB modules from Sparkfun to set up our own Personal Area Network (PAN...
Want to setup a wireless XBee network between some Arduinos and your PC? We're going to show you how. We will be using Series 1 XBee modules alongside some XBee Explorer USB modules from Sparkfun to set up our own Personal Area Network (PAN...
From an arm's length away, the new AI HAT+ 2 and the original AI HAT+ 1 look pretty similar, but pop the hood, and you'll find there are quite a few differences to get excited about. In this guide, we are going to take a look at what these...
From an arm's length away, the new AI HAT+ 2 and the original AI HAT+ 1 look pretty similar, but pop the hood, and you'll find there are quite a few differences to get excited about. In this guide, we are going to take a look at what these...
In this guide, we will be learning how to add the RD-03D radar sensor to your Raspberry Pi single-board computer so you can detect and track humans in real time. We will be looking at how the sensor works and what you can expect from it, h...
In this guide, we will be learning how to add the RD-03D radar sensor to your Raspberry Pi single-board computer so you can detect and track humans in real time. We will be looking at how the sensor works and what you can expect from it, h...
Have you just got your hands on a brand new Makera Carvera and want to get it making chips as soon as possible?
Well, in this guide we will be taking a look at how to set up your Makera Carvera, as well as the Cyclone Dust Collector if yo...
Have you just got your hands on a brand new Makera Carvera and want to get it making chips as soon as possible?
Well, in this guide we will be taking a look at how to set up your Makera Carvera, as well as the Cyclone Dust Collector if yo...
In this guide, we will be learning how to control a pump with a Raspberry Pi Pico. Whether you are pumping coolant in a project, making a DIY water fountain, or building a self-watering plant project, this guide will gear you up with every...
In this guide, we will be learning how to control a pump with a Raspberry Pi Pico. Whether you are pumping coolant in a project, making a DIY water fountain, or building a self-watering plant project, this guide will gear you up with every...
Welcome to the Circuit Playground Express Workshop! This workshop is geared toward educators and coding beginners, who want to get started programming with this easy to use platform. We will go over everything you need to know to get you st...
Welcome to the Circuit Playground Express Workshop! This workshop is geared toward educators and coding beginners, who want to get started programming with this easy to use platform. We will go over everything you need to know to get you st...
Welcome to the Raspberry Pi Pico Workshop, where you will learn everything you need to know to hit the ground running and start making your own projects with the Raspberry Pi Pico and MicroPython. This workshop is designed for complete beg...
Welcome to the Raspberry Pi Pico Workshop, where you will learn everything you need to know to hit the ground running and start making your own projects with the Raspberry Pi Pico and MicroPython. This workshop is designed for complete beg...
In this guide, we will be learning how to use a GPS module with the Raspberry Pi Pico and MicroPython. We will be looking at; how GPS works, how to wire up and code the Pico to use the GPS module, and as a final step we will be putting it ...
In this guide, we will be learning how to use a GPS module with the Raspberry Pi Pico and MicroPython. We will be looking at; how GPS works, how to wire up and code the Pico to use the GPS module, and as a final step we will be putting it ...
Welcome to the Meshtastic for Makers Workshop, a short course that teaches you everything you need to know about Meshtastic so you can go out and start wirelessly sending information in your projects with the Meshtastic network. This works...
Welcome to the Meshtastic for Makers Workshop, a short course that teaches you everything you need to know about Meshtastic so you can go out and start wirelessly sending information in your projects with the Meshtastic network. This works...
Welcome to the best article on setting up an OpenMediaVault-based NAS on a Raspberry Pi Single Board Computer! This guide is the fastest and best way to go about it. Raspberry Pi single-board computers are purpose-built to run 24/7, with a...
Welcome to the best article on setting up an OpenMediaVault-based NAS on a Raspberry Pi Single Board Computer! This guide is the fastest and best way to go about it. Raspberry Pi single-board computers are purpose-built to run 24/7, with a...
In this guide, we’ll be taking a look at Walter, a pretty impressive ESP32‑based board that gives your projects full internet access anywhere there’s mobile coverage - no Wi‑Fi required. With a built‑in 4GR...
In this guide, we’ll be taking a look at Walter, a pretty impressive ESP32‑based board that gives your projects full internet access anywhere there’s mobile coverage - no Wi‑Fi required. With a built‑in 4GR...
In this guide, we will be learning how to use a GPS module with an Arduino and C++. We will be looking at; how GPS works, how to wire up and code an Arduino to use the GPS module, and as a final step we will be putting it all together in a...
In this guide, we will be learning how to use a GPS module with an Arduino and C++. We will be looking at; how GPS works, how to wire up and code an Arduino to use the GPS module, and as a final step we will be putting it all together in a...
In this guide, we will be exploring ultra-wideband modules and how you can use them to add robust distance measurements to your next maker project. We'll be learning how these incredible little boards work, what you can expect from them, a...
In this guide, we will be exploring ultra-wideband modules and how you can use them to add robust distance measurements to your next maker project. We'll be learning how these incredible little boards work, what you can expect from them, a...
This piece combines recycled electronics extracted from decommissioned computers and new electronic components. I had an idea I wanted to incorporate a lighting element into a contemporary sculpture so it was just a matter of coming up with...
This piece combines recycled electronics extracted from decommissioned computers and new electronic components. I had an idea I wanted to incorporate a lighting element into a contemporary sculpture so it was just a matter of coming up with...
The PiicoDev Sketcher is a fun, interactive toy reminiscent of sketching toys from my childhood. The user draws an image using the two knobs - one for X-control and the other for Y. Turning one knob at a time produces horizontal or vertica...
The PiicoDev Sketcher is a fun, interactive toy reminiscent of sketching toys from my childhood. The user draws an image using the two knobs - one for X-control and the other for Y. Turning one knob at a time produces horizontal or vertica...
I am an amateur musician, coder, and electronics maker. When I found out that the Novation Launchpad (mine is a mini MK3) can be programmed, I was excited about creating unique music. The idea is to use the Launchpad to play a game and use ...
I am an amateur musician, coder, and electronics maker. When I found out that the Novation Launchpad (mine is a mini MK3) can be programmed, I was excited about creating unique music. The idea is to use the Launchpad to play a game and use ...
This project started because I wanted to know the signal strength of the Wifi in various places around my house. I had set up a Pi Zero as a simple watering system controller. It would switch a solenoid on and off based on a 7 day schedule;...
This project started because I wanted to know the signal strength of the Wifi in various places around my house. I had set up a Pi Zero as a simple watering system controller. It would switch a solenoid on and off based on a 7 day schedule;...
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...
I’ve had this little 8x8 Glowbit matrix for a few weeks now, and for whatever reason, the first thing I thought after running the example programs was “This needs to be synchro...
I’ve had this little 8x8 Glowbit matrix for a few weeks now, and for whatever reason, the first thing I thought after running the example programs was “This needs to be synchro...
This project is about how to build an 8 bit computer on breadboards, from 7400 series basic TTL. I am currently in the process of building mine, and will give an overview of what's involved. It is a great project that can teach you a lot ab...
This project is about how to build an 8 bit computer on breadboards, from 7400 series basic TTL. I am currently in the process of building mine, and will give an overview of what's involved. It is a great project that can teach you a lot ab...
This is an awesome project that takes about 6 hours to complete. Hours upon hours of endless fun thereafter!
Ideally, some prior soldering experience is advantageous but if you take your time and practice before you start it's beginner fri...
This is an awesome project that takes about 6 hours to complete. Hours upon hours of endless fun thereafter!
Ideally, some prior soldering experience is advantageous but if you take your time and practice before you start it's beginner fri...
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 -...
I bought a Pi zero w from Core Electronics for a friend, also bought the official case too but thought I'd fit the Pi into something he can show off!
I used an old hand held game case I had laying around, I had to remove the original circu...
I bought a Pi zero w from Core Electronics for a friend, also bought the official case too but thought I'd fit the Pi into something he can show off!
I used an old hand held game case I had laying around, I had to remove the original circu...
Parisians is a cute simulation of Paris with autonomous pedestrians. It’s simple to build and easy to personalize, a Single Board Computer "wall piece": on display and looping ...
Parisians is a cute simulation of Paris with autonomous pedestrians. It’s simple to build and easy to personalize, a Single Board Computer "wall piece": on display and looping ...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed calendar changes every year! So I made a Raspberry Pi Pico W and GlowBit Matrix powered model wheelie bin which shows when the bins are due at a...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed calendar changes every year! So I made a Raspberry Pi Pico W and GlowBit Matrix powered model wheelie bin which shows when the bins are due at a...
I was down at a local game shop recently and noticed their range of chess boards and decided to try my hand at a simple little project. I'm a big fan of Doctor Who, Chess and 3D Printing. So I decided to combine them all together into a fun...
I was down at a local game shop recently and noticed their range of chess boards and decided to try my hand at a simple little project. I'm a big fan of Doctor Who, Chess and 3D Printing. So I decided to combine them all together into a fun...
Summary
A Raspberry Pi 3B is used to collect digital counts from an electronic rain gauge (1mm of rain per reed switch closure by magnetic see-saw). It has been running without issues for over 12 months. A UPS powers the Pi so it is immune...
Summary
A Raspberry Pi 3B is used to collect digital counts from an electronic rain gauge (1mm of rain per reed switch closure by magnetic see-saw). It has been running without issues for over 12 months. A UPS powers the Pi so it is immune...
I wanted to upgrade my media center (RPi B+ with Xbian) to something a bit nicer, more stable and more accessible than just the RPi in a basic plastic case.
I built an enclosure out of wood with aluminum front and rear panels.
I wanted to upgrade my media center (RPi B+ with Xbian) to something a bit nicer, more stable and more accessible than just the RPi in a basic plastic case.
I built an enclosure out of wood with aluminum front and rear panels.
Making a dumb coffee grinder slightly less dumb.
This is a programmable timer tethered to a Rancilio Rocky coffee grinder. The Rocky is a "dumb" grinder and electrically very simple. Basically it's an ac motor with an on/off switch and a m...
Making a dumb coffee grinder slightly less dumb.
This is a programmable timer tethered to a Rancilio Rocky coffee grinder. The Rocky is a "dumb" grinder and electrically very simple. Basically it's an ac motor with an on/off switch and a m...
Chances are if you are anything like me, being a maker is often an excuse to create as big of a mess as possible during the duration of a project. And after the project is finished? You are left with an enormous mess to clean up, taking awa...
Chances are if you are anything like me, being a maker is often an excuse to create as big of a mess as possible during the duration of a project. And after the project is finished? You are left with an enormous mess to clean up, taking awa...
I'm an amateur musician but a pretty serious classical & jazz pianist, and this project arose out of my interest in exploring the difference between writing music for synthesisers and music for piano. I work as a...
I'm an amateur musician but a pretty serious classical & jazz pianist, and this project arose out of my interest in exploring the difference between writing music for synthesisers and music for piano. I work as a...
This project turns a cheap exercise mini bike into a virtual bike. I made this project with my brother for a family member who has to do a few months of physical therapy. We wanted a way to motivate them to continue, and try to make it a f...
This project turns a cheap exercise mini bike into a virtual bike. I made this project with my brother for a family member who has to do a few months of physical therapy. We wanted a way to motivate them to continue, and try to make it a f...
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...
After purchasing an Anycubic Photon resin printer, I wanted an easy and reliable method for post-curing the prints. This allows the printed resin to achieve maximum material strength and eliminate tackiness in...
After purchasing an Anycubic Photon resin printer, I wanted an easy and reliable method for post-curing the prints. This allows the printed resin to achieve maximum material strength and eliminate tackiness in...
For $50 and some dedication a retro gaming console can be yours and with HDMI you can play it with any modern TV or monitor. Instead of using bulky and space taking cartridges and discs it's all on the console.
For this build, we're going ...
For $50 and some dedication a retro gaming console can be yours and with HDMI you can play it with any modern TV or monitor. Instead of using bulky and space taking cartridges and discs it's all on the console.
For this build, we're going ...
Hey guys! First time poster. I've been working on a blaster for my girlfriend's costume, and I thought I would share it with everyone. When triggered, it plays a selected sound effect and flashes the light. Pretty simple :)So, this is my fi...
Hey guys! First time poster. I've been working on a blaster for my girlfriend's costume, and I thought I would share it with everyone. When triggered, it plays a selected sound effect and flashes the light. Pretty simple :)So, this is my fi...
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...
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
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...
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...
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...
This project came about for a number of reasons. Firstly, we wanted a real showpiece for the school's Resource Centre. It's a real talking point and when people find out that it was made almost enti...
This project came about for a number of reasons. Firstly, we wanted a real showpiece for the school's Resource Centre. It's a real talking point and when people find out that it was made almost enti...
We've got a whole bunch of Raspberry Pi 3 Cases here at Core Electronics. From the Official Enclosure that's perfect for most uses, right through to the gilded PiBow Coupe from Pimoroni. All of the cases we see have one or two impressive fe...
We've got a whole bunch of Raspberry Pi 3 Cases here at Core Electronics. From the Official Enclosure that's perfect for most uses, right through to the gilded PiBow Coupe from Pimoroni. All of the cases we see have one or two impressive fe...
The aim of this project was to create a working model of the aircraft exterior lighting systems. Initially, this started as a simple project for Uni, but I wasn’t having that. I wanted to learn something. So of course, I went over the...
The aim of this project was to create a working model of the aircraft exterior lighting systems. Initially, this started as a simple project for Uni, but I wasn’t having that. I wanted to learn something. So of course, I went over the...
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...
It is real and here it is! Including everything you need to make one a Luma 1 for yourself! So allow me to introduce you properly to the Luminator Mark 1. I'm talking all the ins and outs of this inside-out neo disco ball so you can ...
It is real and here it is! Including everything you need to make one a Luma 1 for yourself! So allow me to introduce you properly to the Luminator Mark 1. I'm talking all the ins and outs of this inside-out neo disco ball so you can ...
The Raspberry Pi Microscope was put together to help with soldering PCBs that have small surface mount components. Its main function is to verify the quality of solder joints and ensure there aren’t any short circuits. With the addition of...
The Raspberry Pi Microscope was put together to help with soldering PCBs that have small surface mount components. Its main function is to verify the quality of solder joints and ensure there aren’t any short circuits. With the addition of...
Remote Controls are magical enough to recreate this awesome Death Eater Skull. You can switch it on from across the room and make it glow an evil green! Jake and Nathan built this invention at a littleBits Workshop down at the Core Electron...
Remote Controls are magical enough to recreate this awesome Death Eater Skull. You can switch it on from across the room and make it glow an evil green! Jake and Nathan built this invention at a littleBits Workshop down at the Core Electron...
As part of a larger home automation project, I wanted the ability to control some mains power outlets remotely. To achieve this, I interfaced the transmitter from an inexpensive 433MHz mains remote control kit with a raspberry pi zero w (vi...
As part of a larger home automation project, I wanted the ability to control some mains power outlets remotely. To achieve this, I interfaced the transmitter from an inexpensive 433MHz mains remote control kit with a raspberry pi zero w (vi...
I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap for the capability they offer. I want to use them on small projects, stand-alone, and can't always guarantee power. As we know most Pi's don't...
I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap for the capability they offer. I want to use them on small projects, stand-alone, and can't always guarantee power. As we know most Pi's don't...
A suspended ceiling display of forty repurposed screens and displays, each screening crowd-sourced content captured on mobile devices, installed in the entry to Testing Grounds...
A suspended ceiling display of forty repurposed screens and displays, each screening crowd-sourced content captured on mobile devices, installed in the entry to Testing Grounds...
Once you go down the retro gaming rabbit hole, that's it, you're not getting out without putting together your own gaming console. It all began with my hacked PSP, which I was running emulators on. Then I wanted to run them on my big screen...
Once you go down the retro gaming rabbit hole, that's it, you're not getting out without putting together your own gaming console. It all began with my hacked PSP, which I was running emulators on. Then I wanted to run them on my big screen...
I have a new phone and want the battery health to last as long as possible. Charging it to 100% overnight, every night, may reduce the battery capacity over time so I have been looking for a solution to help me to protect the battery.
And...
I have a new phone and want the battery health to last as long as possible. Charging it to 100% overnight, every night, may reduce the battery capacity over time so I have been looking for a solution to help me to protect the battery.
And...
I was looking for something educational to 3D-Print for my child in Thingiverse and came across the concept of the Math Spinner. I found the models lacked a method of checking the answer so I wanted to automate it. The core design is inspir...
I was looking for something educational to 3D-Print for my child in Thingiverse and came across the concept of the Math Spinner. I found the models lacked a method of checking the answer so I wanted to automate it. The core design is inspir...
Since I was young, I've always loved to explore. Over the years, I've tinkered with RC cars and played with planes, which were always plenty of fun. But I always dreamed of going out further - out into the real world, far beyond the confine...
Since I was young, I've always loved to explore. Over the years, I've tinkered with RC cars and played with planes, which were always plenty of fun. But I always dreamed of going out further - out into the real world, far beyond the confine...
The idea for this project came when a friend of mine flew over from Western Australia to visit, and during his stopover in Adelaide, he did what any adult would do; visit the airport novelty store and buy some random stuff. It was pretty mu...
The idea for this project came when a friend of mine flew over from Western Australia to visit, and during his stopover in Adelaide, he did what any adult would do; visit the airport novelty store and buy some random stuff. It was pretty mu...
In preparation for some Maker Faire's we were heading to last year, I wanted to combine the awesomeness of the Makey Makey platform, with the fun that is RetroPie. For those who don't know the Makey Makey, it's a fantastic platform that all...
In preparation for some Maker Faire's we were heading to last year, I wanted to combine the awesomeness of the Makey Makey platform, with the fun that is RetroPie. For those who don't know the Makey Makey, it's a fantastic platform that all...
Converting a Mule into an articulated 4 wheel vehicle. A 'Mule' is/was a hand trolley with a motorised elevatable platform.
What for? Just for fun, want to be able to control it using the R2D2 droid inventor app via LittleBits boards, why ...
Converting a Mule into an articulated 4 wheel vehicle. A 'Mule' is/was a hand trolley with a motorised elevatable platform.
What for? Just for fun, want to be able to control it using the R2D2 droid inventor app via LittleBits boards, why ...
I was interested in creating a RPi Cluster to learn about how they work. After getting the clusterhat and Pi Zero Ws I set about creating the images for 5 sd cards. This seemed a waste so I scrapped that idea and setup the image for one sd ...
I was interested in creating a RPi Cluster to learn about how they work. After getting the clusterhat and Pi Zero Ws I set about creating the images for 5 sd cards. This seemed a waste so I scrapped that idea and setup the image for one sd ...
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...
IntroductionI wanted to bring ageing, and failing, Home Automation infrastructure into the modern age whilst retaining hardware investments already made.
Our house had Universal Power Bus (UPB) dimmers and switches installed at build time...
IntroductionI wanted to bring ageing, and failing, Home Automation infrastructure into the modern age whilst retaining hardware investments already made.
Our house had Universal Power Bus (UPB) dimmers and switches installed at build time...
My first arcade cabinet. Built from scratch using mdf panels, a donated monitor and speakers. Powered by Raspberry Pi 3 running the free image "RetroPie". I have put on ab...
My first arcade cabinet. Built from scratch using mdf panels, a donated monitor and speakers. Powered by Raspberry Pi 3 running the free image "RetroPie". I have put on ab...
If you, like me, have been inhaling so much flux that the bronchioles of your lungs have mutated to convert the zinc chloride into electrolytes supplementing your chronic dehydration, then you will feel a persistent craving for analogue lo...
If you, like me, have been inhaling so much flux that the bronchioles of your lungs have mutated to convert the zinc chloride into electrolytes supplementing your chronic dehydration, then you will feel a persistent craving for analogue lo...
If you have chickens and find you're not always available to close the gate at night or check the water levels each day, then why not use an ESP8266 to automate your chicken door and receive alerts door status and low water level, as well a...
If you have chickens and find you're not always available to close the gate at night or check the water levels each day, then why not use an ESP8266 to automate your chicken door and receive alerts door status and low water level, as well a...
If you haven't already seen it, check out part 1 of this project. it has all the background info in it. And if you haven't got one yet, get yourself a particle photon, they are great.
This part of the project was hooking the particle photon...
If you haven't already seen it, check out part 1 of this project. it has all the background info in it. And if you haven't got one yet, get yourself a particle photon, they are great.
This part of the project was hooking the particle photon...
It was a dark and stormy night, and Pix was bumbling around with nonsense again.
I was thinking of building a patchbay for simple but configurable home networking (something I may still pursue). I figured that I could use jumper wires to ...
It was a dark and stormy night, and Pix was bumbling around with nonsense again.
I was thinking of building a patchbay for simple but configurable home networking (something I may still pursue). I figured that I could use jumper wires to ...
Now that we have decked out our Lulzbot Taz 6 3D Printer with a really nice looking acrylic enclosure, I'm just about ready to turn on some serious 3D printing work. But before I dive into that endless pool of fun, it's a good time to take ...
Now that we have decked out our Lulzbot Taz 6 3D Printer with a really nice looking acrylic enclosure, I'm just about ready to turn on some serious 3D printing work. But before I dive into that endless pool of fun, it's a good time to take ...
These days we can do just about anything on our phone, we can control so many aspects of our lives using the technology in our pocket, but the most mundane aspects of our lives; opening the garage door, blindly reaching for the light switch...
These days we can do just about anything on our phone, we can control so many aspects of our lives using the technology in our pocket, but the most mundane aspects of our lives; opening the garage door, blindly reaching for the light switch...
My front gate is a long way from the house at around 300m. I don’t want people wandering around my property without knowing about it. This project uses two Raspberry Pi P...
My front gate is a long way from the house at around 300m. I don’t want people wandering around my property without knowing about it. This project uses two Raspberry Pi P...
Do you ever wanna pump up some tunes but you don't know how to play a MIDI file? Fear not, the PiicoDev Buzzer modules let you stack up multiple tones into a song. Find your MIDI, export it through a script, upload it and get grovin'! ...
Do you ever wanna pump up some tunes but you don't know how to play a MIDI file? Fear not, the PiicoDev Buzzer modules let you stack up multiple tones into a song. Find your MIDI, export it through a script, upload it and get grovin'! ...
The aim of PowerPlay is to provide an Arduino platform for managing downstream Solid State Relays (SSR) simply and safely. PowerPlay consists of a custom Arduino Shield, ...
The aim of PowerPlay is to provide an Arduino platform for managing downstream Solid State Relays (SSR) simply and safely. PowerPlay consists of a custom Arduino Shield, ...
This project creates a functional 12-volt portable battery case for camping or other outdoor activities.The battery box provides a 12V cigarette lighter socket for running lights with an on/off switch for ease of use. There is also an Ander...
This project creates a functional 12-volt portable battery case for camping or other outdoor activities.The battery box provides a 12V cigarette lighter socket for running lights with an on/off switch for ease of use. There is also an Ander...
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...
Recently I finished my first Particle Photon project. It’s basically a temperature, humidity, and barometric pressure monitor all in one! I’m not a programmer, but I know enough to tweak code when necessary. I have, on...
Recently I finished my first Particle Photon project. It’s basically a temperature, humidity, and barometric pressure monitor all in one! I’m not a programmer, but I know enough to tweak code when necessary. I have, on...
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...
I made a Raspberry Pi camera that captures GIF files and optionally tweets them over WiFi! It's built around a Raspberry Pi Zero W and a Pi Camera module. The camera connects to a pre-programmed WiFi network to tweet the gifs, but...
I made a Raspberry Pi camera that captures GIF files and optionally tweets them over WiFi! It's built around a Raspberry Pi Zero W and a Pi Camera module. The camera connects to a pre-programmed WiFi network to tweet the gifs, but...
The concrete body of the lamp (which, to my eye look a bit like a leek) is made is two halves. The 1st and 2nd halves are cast in 2 steps using the same mould twice. I had a few failed attempts at making the mould entirely from sta...
The concrete body of the lamp (which, to my eye look a bit like a leek) is made is two halves. The 1st and 2nd halves are cast in 2 steps using the same mould twice. I had a few failed attempts at making the mould entirely from sta...
My son really wanted one of the mini NES when they were released, however he missed out.
I already knew that you could use a raspberry pi as an arcade emulator, so I thought why not build him one.
My son really wanted one of the mini NES when they were released, however he missed out.
I already knew that you could use a raspberry pi as an arcade emulator, so I thought why not build him one.
Ever seen a touch lamp in action and wondered how on earth we can make that using basic components? This project is a basic circuit with 2 transistors to amplify a signal from your touch.Extra: The LED doesn't actually blink like that, just...
Ever seen a touch lamp in action and wondered how on earth we can make that using basic components? This project is a basic circuit with 2 transistors to amplify a signal from your touch.Extra: The LED doesn't actually blink like that, just...
Despite having two high-quality variable (but analog) benchtop power supplies, I decided you can never have too many. I also specifically wanted a fixed, multi-output supply for standard project voltages such as 3.3V, 5V, 9V, 12V, ...
Despite having two high-quality variable (but analog) benchtop power supplies, I decided you can never have too many. I also specifically wanted a fixed, multi-output supply for standard project voltages such as 3.3V, 5V, 9V, 12V, ...
The driver behind this project is to allow the remote control of some of the equipment in my shed. I have a CNC router/laser cutter that uses my compressor and dust extractor whilst it is running, and well whats the point in having a comput...
The driver behind this project is to allow the remote control of some of the equipment in my shed. I have a CNC router/laser cutter that uses my compressor and dust extractor whilst it is running, and well whats the point in having a comput...
Do you want a quick, easy, cheap RF remote control for your Raspberry Pi projects? Well, look no further than the front door! As you've probably got a half-duplex RF setup you've never considered using in a project before. Try thi...
Do you want a quick, easy, cheap RF remote control for your Raspberry Pi projects? Well, look no further than the front door! As you've probably got a half-duplex RF setup you've never considered using in a project before. Try thi...
The aim of this project was to use the sun to charge some batteries with 1W and 2W Seeed solar panels. The DFRobot Solar LiPo Charger and a Sunflower Solar Power Manager were purchased. Initially, this was unsuccessful because I did no...
The aim of this project was to use the sun to charge some batteries with 1W and 2W Seeed solar panels. The DFRobot Solar LiPo Charger and a Sunflower Solar Power Manager were purchased. Initially, this was unsuccessful because I did no...
Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one. Luckily I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY ...
Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one. Luckily I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY ...
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.
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.
I use a Raspberry Pi running EmonCms for collecting sensor data and controlling devices around the home but several things have been on my To-Do list to enhance its functionality.
A Shutdown/Power Down/Startup circuit.
Proportional fan...
I use a Raspberry Pi running EmonCms for collecting sensor data and controlling devices around the home but several things have been on my To-Do list to enhance its functionality.
A Shutdown/Power Down/Startup circuit.
Proportional fan...
I embarked on this project to enhance my interactive and immersive experience with the video game "Hogwarts Legacy," as a devoted Harry Potter fan. Initially, I used a Kano wan...
I embarked on this project to enhance my interactive and immersive experience with the video game "Hogwarts Legacy," as a devoted Harry Potter fan. Initially, I used a Kano wan...
This project was born from the desire to craft a captivating and spine-tingling magic trick that would add an air of mystique to a Halloween and supernatural-themed party that ...
This project was born from the desire to craft a captivating and spine-tingling magic trick that would add an air of mystique to a Halloween and supernatural-themed party that ...
This project started because I was laid up, unable to surf. It was something I’d been wanting to do for a long time - I wanted to see if I could get a deeper understanding of my surfboard fin collection and why some ‘feel’ better than othe...
This project started because I was laid up, unable to surf. It was something I’d been wanting to do for a long time - I wanted to see if I could get a deeper understanding of my surfboard fin collection and why some ‘feel’ better than othe...
Using a few bits and pieces, this ordinary coffee grinder now has two presets to run the motor for a programmable length of time. The idea being that the grinder running for a set amount of time will deliver a certain amount of coffee each ...
Using a few bits and pieces, this ordinary coffee grinder now has two presets to run the motor for a programmable length of time. The idea being that the grinder running for a set amount of time will deliver a certain amount of coffee each ...
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...
Introduction:
Hi everybody. Over the past few weeks, I have been working on an intuitive system that makes working and tinkering with the Piicodev ecosystem even easier! Everybody interested in electronics knows about the universal circui...
Introduction:
Hi everybody. Over the past few weeks, I have been working on an intuitive system that makes working and tinkering with the Piicodev ecosystem even easier! Everybody interested in electronics knows about the universal circui...
This project started life as an alarm clock for my son made to look like the time circuit from the Back to the Future movies. The display can show the time in various formats, including the one from the movies of course. It's configurable v...
This project started life as an alarm clock for my son made to look like the time circuit from the Back to the Future movies. The display can show the time in various formats, including the one from the movies of course. It's configurable v...
The objective of this project was to create an Internet of Things (IoT) device that could give pet access to a food bowl when a text message command was sent from a remote location.
I had never done an IoT project before, so I wanted to ke...
The objective of this project was to create an Internet of Things (IoT) device that could give pet access to a food bowl when a text message command was sent from a remote location.
I had never done an IoT project before, so I wanted to ke...
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...
This Raspberry Pi, IoT Doorbell is basically a simple smart Door Bell, which takes a photo of whoever rings it, and emails it to the specified email address, and keeps all the photos in a folder. (along with going Ding-Dong).
Any Problems,...
This Raspberry Pi, IoT Doorbell is basically a simple smart Door Bell, which takes a photo of whoever rings it, and emails it to the specified email address, and keeps all the photos in a folder. (along with going Ding-Dong).
Any Problems,...
Update:
Community member Chris has had a go at remaking this project after the original project contributor Denver made the original code repository private. GitHub links below will not work but the original project has been kept here for...
Update:
Community member Chris has had a go at remaking this project after the original project contributor Denver made the original code repository private. GitHub links below will not work but the original project has been kept here for...
This project began with a desire to make circuit building readily approachable for students new to electronics by bridging the gap between schematic diagrams and working circuits. The PiicoDev ecosystem provides a very accessible introduct...
This project began with a desire to make circuit building readily approachable for students new to electronics by bridging the gap between schematic diagrams and working circuits. The PiicoDev ecosystem provides a very accessible introduct...
I want to make a portable music box that my 2 year old kid can operate intuitively on her own. So, Spotify or any other on-demand music platform with tablets and Bluetooth speakers are out of the question. Remember the good old days of putt...
I want to make a portable music box that my 2 year old kid can operate intuitively on her own. So, Spotify or any other on-demand music platform with tablets and Bluetooth speakers are out of the question. Remember the good old days of putt...
We've built a mass SD card writer using a Raspberry Pi 3 Model B, some USB hubs and SD card readers. This beast has enough ports to write 49 SD cards at once!
At Core Electronics, sometimes logistics hang-ups mean that suppliers cannot mee...
We've built a mass SD card writer using a Raspberry Pi 3 Model B, some USB hubs and SD card readers. This beast has enough ports to write 49 SD cards at once!
At Core Electronics, sometimes logistics hang-ups mean that suppliers cannot mee...
How-to guides are very useful, but while “do this, then do that” is great to reproduce exactly what is in the guide, it’s less helpful if you want or need to modify the project. This is especially true with technology proj...
How-to guides are very useful, but while “do this, then do that” is great to reproduce exactly what is in the guide, it’s less helpful if you want or need to modify the project. This is especially true with technology proj...
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 ...
So, my wife wanted to have some small plants in the house. I didn’t, so we compromised, and got some plants. The only thing is that neither of us remembers to water them, so I wanted to build a sensor array to monitor the moisture con...
So, my wife wanted to have some small plants in the house. I didn’t, so we compromised, and got some plants. The only thing is that neither of us remembers to water them, so I wanted to build a sensor array to monitor the moisture con...
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!
...
I’ve had this idea for Halloween for a few years now. I wanted to make my porch display into an escape room for trick or treating. The kids would have to solve an environmental...
I’ve had this idea for Halloween for a few years now. I wanted to make my porch display into an escape room for trick or treating. The kids would have to solve an environmental...
I used an Arduino and a US-100 ultrasonic sensor to make an extremely low-cost tide gauge.
This project measures the tide by sensing the distance to water using a US-100 ultrasonic sensor. The device has a 3D printed base&nb...
I used an Arduino and a US-100 ultrasonic sensor to make an extremely low-cost tide gauge.
This project measures the tide by sensing the distance to water using a US-100 ultrasonic sensor. The device has a 3D printed base&nb...
[Update – Until there is correct compatibility of NPM with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Micro-...
[Update – Until there is correct compatibility of NPM with the new Raspberry Pi ‘Bullseye’ OS I highly recommend at this stage flashing and using the previous Raspberry Pi ‘Buster’ OS onto your Micro-...
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...
To display time and speed to a driver while logging timestamped raw latitude, longitude and speed as returned by the GPS satellite network. This allows a driver to double-check th...
To display time and speed to a driver while logging timestamped raw latitude, longitude and speed as returned by the GPS satellite network. This allows a driver to double-check th...
I strapped a Raspberry Pi Pico W to my garage door motor and now I can control my garage door from my phone! The Pico W hosts a simple webpage on my local network with three control buttons - one for Up, Stop and Down. Pressing one of...
I strapped a Raspberry Pi Pico W to my garage door motor and now I can control my garage door from my phone! The Pico W hosts a simple webpage on my local network with three control buttons - one for Up, Stop and Down. Pressing one of...
⚠️
This project features mains power
For a lot of project development and testing, I’m always using a combination of testing and verifying power via USB, 12VDC, MIDI inputs and outputs, and other general IO. Havin...
⚠️
This project features mains power
For a lot of project development and testing, I’m always using a combination of testing and verifying power via USB, 12VDC, MIDI inputs and outputs, and other general IO. Havin...
Everyone needs a good night’s sleep!One of the factors affecting sleep quality is sleep position. For instance, sleep apnoea and snoring are much more likely in the supine (lying on your back) position than lying prone or on your side. Of ...
Everyone needs a good night’s sleep!One of the factors affecting sleep quality is sleep position. For instance, sleep apnoea and snoring are much more likely in the supine (lying on your back) position than lying prone or on your side. Of ...
I have a peer-reviewed study on my desk and it confidently tells me that all the capacitors on planet Earth want to be synthesisers when they grow up. To make the world a better place, let's realise the dream of four fortunate elec...
I have a peer-reviewed study on my desk and it confidently tells me that all the capacitors on planet Earth want to be synthesisers when they grow up. To make the world a better place, let's realise the dream of four fortunate elec...
This project is a simple stopwatch with a little bit of a twist! It operates like a conventional stopwatch… you can start and stop it, you can record lap times and you can review the lap times once you hit stop.
The twist is th...
This project is a simple stopwatch with a little bit of a twist! It operates like a conventional stopwatch… you can start and stop it, you can record lap times and you can review the lap times once you hit stop.
The twist is th...
Have you ever wanted to make a Weatherproof Weather and Air Quality System that transmits its edge-collected data long-range through LoRa (up to a 10Km range) and then have that data automatically uploaded to the Internet to be gorgeously ...
Have you ever wanted to make a Weatherproof Weather and Air Quality System that transmits its edge-collected data long-range through LoRa (up to a 10Km range) and then have that data automatically uploaded to the Internet to be gorgeously ...
I wanted a GPS speedometer that is portable, robust, and looks okay. I had been messing around with 3D printing and exploring GPS modules for a few years and wanted...
I wanted a GPS speedometer that is portable, robust, and looks okay. I had been messing around with 3D printing and exploring GPS modules for a few years and wanted...
Frequency Reactive LEDs, i2c Protocol, Raspberry Pi, and Other Adventures.Here at Pix Incorporated we take word count very seriously. We believe in short, focused, and enjoyable writing which hints at the horizons of our imagination (...
Frequency Reactive LEDs, i2c Protocol, Raspberry Pi, and Other Adventures.Here at Pix Incorporated we take word count very seriously. We believe in short, focused, and enjoyable writing which hints at the horizons of our imagination (...
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.
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.