Search results for: 'Arduino Display Adapter'

Arduino Workshop for Beginners

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

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

Arduino Boards, Compared

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

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

LCD Screens and the Arduino Uno

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

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

How to Rotate Raspberry Pi Video Display / Screen

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

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

Our Guide for Arduino Beginner Kits

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

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

Makerverse Micro SD Adapter - MicroPython Guide and Data Logging

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

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

Fritzing up an Arduino SHIELD

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

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

Arduino vs. Raspberry Pi

One of the big questions in DIY electronics circles is which DIY platform is going to be the best for me? And the two biggest platforms right now is Arduino and Raspberry Pi. Whilst at first glance they might seem the same; circuit board ...

One of the big questions in DIY electronics circles is which DIY platform is going to be the best for me? And the two biggest platforms right now is Arduino and Raspberry Pi. Whilst at first glance they might seem the same; circuit board ...

Arduino with LattePanda

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

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

Controlling Servo Motors with Arduino

Servo motors are extremely useful in so many different applications; itā€™d be good to learn how to control them! Solenoid and DC motor control have been shown already; for the most part, they are both pretty straightforward (only powe...

Servo motors are extremely useful in so many different applications; itā€™d be good to learn how to control them! Solenoid and DC motor control have been shown already; for the most part, they are both pretty straightforward (only powe...

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

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

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

History of Arduino

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

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

Arduino, Learn the Lingo

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

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

Controlling a Solenoid with an Arduino

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

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

Learning Arduino in Australia

Core Electronics is the official supplier for Arduino products Australia wide. We stock components from both Arduino.cc (Genuino) and Arduino.org (Arduino). Sourcing our products directly from Arduino ensures you are supporting the team beh...

Core Electronics is the official supplier for Arduino products Australia wide. We stock components from both Arduino.cc (Genuino) and Arduino.org (Arduino). Sourcing our products directly from Arduino ensures you are supporting the team beh...

Arduino Serial Communications

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

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

I2C Bus and the Arduino

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

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

Potentiometers and the Arduino Uno

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

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

How to Build an Arduino Library

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

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

Using Teensy with Arduino IDE

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

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

Switches, Debouncing and the Arduino

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

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

Moving From Arduino to Particle

In case you havenā€™t noticed, Internet of Things is the phrase on everyoneā€™s lips right now; why make a device, when you can make an IoT device? And the good folks at Particle.io have made it easier than ever to create your own...

In case you havenā€™t noticed, Internet of Things is the phrase on everyoneā€™s lips right now; why make a device, when you can make an IoT device? And the good folks at Particle.io have made it easier than ever to create your own...

Slim Case for the Arduino Uno Assembly

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

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

How to network XBee and the Arduino

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

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

Our Arduino SPI Tutorial

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

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

Arduino Projects with an LCD (Using Sparkfun RedBoard)

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

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

Weather Station with Arduino Tutorial

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

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

Controlling Stepper Motors with the Arduino

Stepper Motors are a bit of a halfway mark between DC Motors and Servo motors, but they find a sweet spot that allows them to be perfect for certain applications. There are still a few main differences to be aware of when it comes to workin...

Stepper Motors are a bit of a halfway mark between DC Motors and Servo motors, but they find a sweet spot that allows them to be perfect for certain applications. There are still a few main differences to be aware of when it comes to workin...

PiicoDev Connection Guide

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

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

Arduino Projects with Motion (Using Sparkfun RedBoard)

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

Relay Operation and the Arduino Uno

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

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

How to use an ESP8266 in the Arduino IDE

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

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

DC Motor Control with an Arduino

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

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

Getting Started with Arduino Using the Sparkfun RedBoard

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

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

Laser Cut High Rise Case for the Arduino Uno

If you put a shield on top of an Arduino Uno there arenā€™t very many options available to protect it all inside a case. You can always make one yourself though, so thatā€™s exactly what we did! This ā€œHigh Riseā€ case for...

If you put a shield on top of an Arduino Uno there arenā€™t very many options available to protect it all inside a case. You can always make one yourself though, so thatā€™s exactly what we did! This ā€œHigh Riseā€ case for...

Arduino Projects with Sound (Using Sparkfun RedBoard)

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

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

WS2812 / NeoPixel Addressable LEDs: Arduino Quickstart Guide

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

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

Raspberry Pi Imager - How to Use

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

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

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

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

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

How to Choose a Bluetooth Module For Your Project

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

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

Arduino Projects with Robotics Using the Sparkfun RedBoard

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

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

PiicoDev Ambient Light Sensor VEML6030 - Raspberry Pi Guide

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

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

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

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

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

PiicoDev Mounting Guide

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

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

Arduino Projects with Light (Using Sparkfun RedBoard)

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

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

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

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

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

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

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

PiicoDev Air Quality Sensor ENS160 | Getting Started Guide

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

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

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

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

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

Boards of a Feather

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

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

PiicoDev RGB LED Module - Microbit Guide

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

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

PiicoDev OLED Module SSD1306 - Micro:bit Guide

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

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

PiicoDev Ambient Light Sensor VEML6030 - Micro:bit Guide

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

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

Infrared Sensing, Hardware Interrupts, and the Arduino

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

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

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

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

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

PiicoDev Potentiometer - Getting Started Guide

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

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

PiicoDev Distance Sensor VL53L1X - Micro:bit Guide

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

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

PiicoDev Ultrasonic Rangefinder | Getting Started Guide

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

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

PiicoDev Button | Getting Started Guide

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

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

PiicoDev 3-Axis Accelerometer LIS3DH - Getting Started Guide

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

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

PiicoDev Motion Sensor MPU-6050 - Micro:bit Guide

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

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

PiicoDev Transceiver | Getting Started Guide

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

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

PiicoDev Precision Temperature Sensor TMP117 - Micro:bit Guide

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

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

PiicoDev Atmospheric Sensor BME280 - Micro:bit Guide

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

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

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

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

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

PiicoDev Buzzer Module - Guide for Micro:bit

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

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

4G and GPS HAT For Raspberry Pi - Waveshare SIM7600X

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

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

Makerverse Audio Kit Guide | Play Music and Generate Tones

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

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

PiicoDev Magnetometer QMC6310 - Guide for Raspberry Pi

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

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

PiicoDev Colour Sensor VEML6040 - Raspberry Pi Guide

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

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

PiicoDev Capacitive Touch Sensor CAP1203 - Micro:bit Guide

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

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

PiicoDev Colour Sensor VEML6040 - Micro:bit Guide

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

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

PiicoDev OLED Module SSD1306 - Raspberry Pi Guide

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

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

PWM Expanders for Particle

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

PiicoDev Atmospheric Sensor BME280 - Raspberry Pi Guide

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

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

PiicoDev Distance Sensor VL53L1X - Raspberry Pi Guide

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

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

Hello World with the OLED FeatherWing

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

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

PiicoDev Pressure Sensor MS5637 - Raspberry Pi Guide

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

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

Circuit Playground Express Workshop for Educators and Beginners

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

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

PiicoDev Motion Sensor MPU-6050 - Raspberry Pi Guide

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

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

PiicoDev Precision Temperature Sensor TMP117 - Raspberry Pi Guide

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

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

PiicoDev Servo Driver PCA9685 | Getting Started Guide

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

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

MicroPython for Micro:bit Workshop

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

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

PiicoDev RGB LED Module - Raspberry Pi Guide

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

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

How To Setup Raspberry Pi Zero W Headless WiFi

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

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

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

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

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

Raspberry Pi Pico Workshop for Beginners

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

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

How to Use Rotary Encoders

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

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

Our Adafruit Circuit Playground Express Overview

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

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

Power Supplies for your Project

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

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

PiicoDev Ecosystem Compatibility

PiicoDev is the open-source and best-documented platform specifically designed with rapid prototyping and maker education in mind. As fellow community educators, we have infused PiicoDev with ideas to ensure that every home project, school...

PiicoDev is the open-source and best-documented platform specifically designed with rapid prototyping and maker education in mind. As fellow community educators, we have infused PiicoDev with ideas to ensure that every home project, school...

PiicoDev RFID Module - Guide for micro:bit

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

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

Serial Monitoring with Tera Term

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

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

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

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

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

I SPI with 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 ...

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

Raspberry Pi Pico W | Overview, Features and Specs

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

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

Identify Electrical Connectors

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

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

Upgrade your Project for the Raspberry Pi 4

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

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

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

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

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

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

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

PiicoDev RFID Module - Guide for Raspberry Pi

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

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

Raspberry Pi 5 | Review, Performance & Benchmarks

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

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

Wings of the Feather

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

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

Getting started with your Onion Omega2/2+

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

What Are DotStar LEDs (APA102/SK98225)?

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

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

Onion Omega - First Time Setup Using the Command Line

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

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

Our Raspberry Pi Compute Module 3 Review

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

Infinity Mirror Kit V2 - Assembly and Tutorials

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

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

Graphic OLED Displays with Particle

Note that the digital artifacts on the screenare from the camera used to capture and not the screen itself How many great artworks or photos have you seen that consist of just lines of characters; words and numbers? Very few. Itā€™s ...

Note that the digital artifacts on the screenare from the camera used to capture and not the screen itself How many great artworks or photos have you seen that consist of just lines of characters; words and numbers? Very few. Itā€™s ...

Infinity Mirror Kit Kickstarter Hall of Fame Backers

The Infinity Mirror Kit was made possible by all the people who backed our Kickstarter!Ā  Kits are where it's at. With ourĀ Desktop Infinity Mirror KitĀ you'll get to make something wonderful with your hands, all in the span ...

The Infinity Mirror Kit was made possible by all the people who backed our Kickstarter!Ā  Kits are where it's at. With ourĀ Desktop Infinity Mirror KitĀ you'll get to make something wonderful with your hands, all in the span ...

PiicoDev Capacitive Touch Sensor CAP1203 - Raspberry Pi Guide

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

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

PiicoDev Pressure Sensor MS5637 - Micro:bit Guide

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

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

WS2812 / NeoPixel Addressable LEDs: Pycom Quickstart Guide

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

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

C Programming for Makers

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

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

Infinity Mirror Kit V1 - Assembly and tutorials

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

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

What Are NeoPixel LEDs?

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

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

Python Workshop for Beginners

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

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

Character Displays with Particle

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

Getting Started with Particle Photon

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

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

What is LattePanda?

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

What is Teensy?

Hey guys, today is the day where we introduce you to another piece of mind-blowingly awesome technology known as Teensy. Simply put, Teensy is a brand of microcontroller development boards created by PJRC and designed by the co-owner, Pau...

Hey guys, today is the day where we introduce you to another piece of mind-blowingly awesome technology known as Teensy. Simply put, Teensy is a brand of microcontroller development boards created by PJRC and designed by the co-owner, Pau...

Working with the Particle IDE

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

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

How to Use a LCD Screen/Display with Raspberry Pi

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

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

PiicoDev Buzzer Module - Raspberry Pi Guide

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

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

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

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

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

Programming with USB-Serial Converters

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

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

PiicoDev Magnetometer QMC6310 - Guide for MicroBit

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

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

What is a Logic Analyser

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

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

Raspberry Pi Workshop for Beginners

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

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

Raspberry Pi HATs

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

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

How to Use HC-05 Bluetooth Modules

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

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

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

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

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

Understanding ESP32 Naming Conventions

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

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

Introducing CircuitPython: Adafruit Circuit Playground Express

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

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

Using NeoPixels with Particle

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

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

LittleBits Community & the Workshop Set

LittleBits have launched a global network of organizations to share and spread the word of littleBits. It's all to put the power of electronics in the hands of everyone. The 'chapters' are simply locations such as maker spaces and libraries...

LittleBits have launched a global network of organizations to share and spread the word of littleBits. It's all to put the power of electronics in the hands of everyone. The 'chapters' are simply locations such as maker spaces and libraries...

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

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS ...

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS ...

3D Printing (FFF) Workshop

Welcome to the 3D Printing Workshop! I'm Aidan from Core Electronics and in this workshop we are going to take a hands-on journey into the exciting technology that is 3D printing. I have personally spent the past 12 months immersing mysel...

Welcome to the 3D Printing Workshop! I'm Aidan from Core Electronics and in this workshop we are going to take a hands-on journey into the exciting technology that is 3D printing. I have personally spent the past 12 months immersing mysel...

How to use a NFC Reader with Raspberry Pi

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

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

Using USB and Bluetooth Controllers with Python

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

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

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

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

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

Raspberry Pi 4 Model B - Board Revisions

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

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

MicroPython Board Comparison

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

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

Capacitive Touch with Makey Makey

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

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

Pycom WiPy Overview

The Internet of Things(IoT) and its devices have been utilised by ā€˜DIYersā€™ and ā€˜Makersā€™ to connect projects to the internet and take advantage of the worldwide network we have created. Some might say a sentence with ...

The Internet of Things(IoT) and its devices have been utilised by ā€˜DIYersā€™ and ā€˜Makersā€™ to connect projects to the internet and take advantage of the worldwide network we have created. Some might say a sentence with ...

How to Drive High Power LEDs ā€“ 3W Aluminum Backed Star LEDs

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

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

How to Use Ultrasonic Sensors

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

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

MicroPython Primer for Makers - What is MicroPython?

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

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

Teensy 3.5 & 3.6 Review

When Teensy was first released, it was a revelation to the maker community. It brought together the power of ARM processors and the simplicity that is the Arduino IDE. Building upon that platform, Paul Stoffregen, the man behind PJRC contin...

When Teensy was first released, it was a revelation to the maker community. It brought together the power of ARM processors and the simplicity that is the Arduino IDE. Building upon that platform, Paul Stoffregen, the man behind PJRC contin...

An Introduction to Makeblock

Makeblock is a company with education at the forefront of its priorities. They introduce mechanical design, and software development to robotics in a way analogous to Lego, that is to say, they aim to educate the student by encouraging crea...

Makeblock is a company with education at the forefront of its priorities. They introduce mechanical design, and software development to robotics in a way analogous to Lego, that is to say, they aim to educate the student by encouraging crea...

How To Choose The Right Resistor.

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

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

Let's take a look at Makey Makey!

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

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

How to Use a Logic Level Shifter/Converter

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

Welcome to Particle.io

What a time to be alive! Itā€™s never been easier to get into electronics and programming with platforms like Arduino, Raspberry Pi, Chibitronics and many more. These platforms are great, but with the Internet of Things (IoT) becoming m...

What a time to be alive! Itā€™s never been easier to get into electronics and programming with platforms like Arduino, Raspberry Pi, Chibitronics and many more. These platforms are great, but with the Internet of Things (IoT) becoming m...

Fix Raspberry Pi 4 HDMI Not Working With Specific Displays

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

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

Getting started with your Raspberry Pi Zero W Starter Kit

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

Detect Speed with a Raspberry Pi, Camera and OpenCV

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto your Mi...

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto your Mi...

Fritzing for Schematic and PCB Design

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

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

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - the transition from a consumer buying goods to eventually having a major part in their creation. The Maker Revolution places strong emphasis...

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - the transition from a consumer buying goods to eventually having a major part in their creation. The Maker Revolution places strong emphasis...

Controlling Standard Servos with Raspberry Pi

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

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

Makerverse Motor Driver, 2 Channel - Application Guide

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

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

Our Overview of Makeblock mBot

Looking for the best way to get into robotics? Checkout Makeblock's mBot. This all in one robot is the perfect introduction to basic robotics, with its simple yet robust design, mBot is built with education in mind. The mBotĀ kits modul...

Looking for the best way to get into robotics? Checkout Makeblock's mBot. This all in one robot is the perfect introduction to basic robotics, with its simple yet robust design, mBot is built with education in mind. The mBotĀ kits modul...

Our Overview of Makeblock's Ranger Robotics Kit

Now that we've taken a look at MakeBlock's beginner kit, the mBot (take a look at the previous article here), let's take our skills to the next level with the Ranger. The Ranger adds much more modularity and customisation to the kit. From e...

Now that we've taken a look at MakeBlock's beginner kit, the mBot (take a look at the previous article here), let's take our skills to the next level with the Ranger. The Ranger adds much more modularity and customisation to the kit. From e...

Raspberry Pi 4 vs Raspberry Pi 3 Plus (Model B)

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

Wi-Fly with Feather Boards

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

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

Raspberry Pi vs. LattePanda

Ah, what a glorious time we live in, where we have to compare which micro-computer is going to best suit our needs. If youā€™ve been in the maker sphere for just a short time, youā€™ll be sure to have heard of Raspberry Pi the mirac...

Ah, what a glorious time we live in, where we have to compare which micro-computer is going to best suit our needs. If youā€™ve been in the maker sphere for just a short time, youā€™ll be sure to have heard of Raspberry Pi the mirac...

How to get started with Circuit Playground

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

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

What is the ESP32

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

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

USB Keyboard-Mouse with Teensy

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

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

Teensy Boards Compared

Hello everyone, how awesome are the Teensy boards from PJRC? Super awesome. And as with any product that has been around for a few years, and gone through various iterations, thereā€™s now a few different boards to choose from, which ...

Hello everyone, how awesome are the Teensy boards from PJRC? Super awesome. And as with any product that has been around for a few years, and gone through various iterations, thereā€™s now a few different boards to choose from, which ...

Makerverse Nano Power Timer

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

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

Pycom Pytrack Getting Started

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

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

Drawing Schematics With Eagle

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

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

Getting Started with Saleae: Tips and Tricks

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

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

Getting Hands-on with Sensors

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

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

Building a LoRaWAN Nano Gateway to The Things Network

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

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

Controlling a Solenoid with Raspberry Pi and a Relay

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

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

CircuitPython vs MicroPython: Key Differences

Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython and CircuitPython bring the ease of Python to microcontrollers by adding hardware support! In MicroPython, Python is largely unchanged other t...

Have you ever wanted to program your microcontrollers with Python instead of Arduino? MicroPython and CircuitPython bring the ease of Python to microcontrollers by adding hardware support! In MicroPython, Python is largely unchanged other t...

How to use a Digital Multimeter

A digital multimeter (DMM) is one of the most common tools on a Maker's bench. We use DMMs to take electrical measurements in a fast and relatively accurate way. The reason we call it a multimeter is because they can take multiple types mea...

A digital multimeter (DMM) is one of the most common tools on a Maker's bench. We use DMMs to take electrical measurements in a fast and relatively accurate way. The reason we call it a multimeter is because they can take multiple types mea...

PiicoDev OLED Module SSD1306 - Raspberry Pi Pico Guide

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

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

Ohm's Law - Practical Examples for Makers

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

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

Tiny Screens for Raspberry Pi - Waveshare 3.5 Inch LCD

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

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

Setting up 8Bitdo Controllers in RetroPie

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

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

uGateway: How to Update the WiFi Settings

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

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

Makey Makey in the Classroom

Hey guys, if youā€™re looking to get the creativity and fun of Makey Makey into classrooms or workshops, then youā€™re in the right place! Makey Makey is an incredible tool for educators to get kids thinking about how they can use t...

Hey guys, if youā€™re looking to get the creativity and fun of Makey Makey into classrooms or workshops, then youā€™re in the right place! Makey Makey is an incredible tool for educators to get kids thinking about how they can use t...

Put the Internet to Work with IFTTT & Particle

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

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

Waveshare 5.5 Inch AMOLED Screen for Raspberry Pi

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

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

Temperature Sensing with Particle

If youā€™re looking for a platform to create your ideal data-logger, then look no further than Particle. Whether it be that you want to build a weather station, or a movement detection system, thanks to Particleā€™s 3G and Wi-Fi boa...

If youā€™re looking for a platform to create your ideal data-logger, then look no further than Particle. Whether it be that you want to build a weather station, or a movement detection system, thanks to Particleā€™s 3G and Wi-Fi boa...

Windows 10 IoT on Raspberry Pi 3

Today weā€™re going to look at installing the Windows 10 IoT (Internet of Things) core onto a Raspberry Pi 3. Traditionally Windows has been the resident overlord of desktop devices, however in recent years weā€™ve seen it t...

Today weā€™re going to look at installing the Windows 10 IoT (Internet of Things) core onto a Raspberry Pi 3. Traditionally Windows has been the resident overlord of desktop devices, however in recent years weā€™ve seen it t...

Raspberry Pi Video Kiosk with MP4Museum

This tutorial works great for Raspberry Pi 3 Model B, however if you need a Video Kiosk/Digital Sign for the newer Pi Models, we've written this guide on how to do it. One of the most requested projects forĀ Raspberry Pi is how to set ...

This tutorial works great for Raspberry Pi 3 Model B, however if you need a Video Kiosk/Digital Sign for the newer Pi Models, we've written this guide on how to do it. One of the most requested projects forĀ Raspberry Pi is how to set ...

GlowBit Matrix 8x8 - Python and MicroPython Guide

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

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

WS2812 / NeoPixel Addressable LEDs: Particle Quickstart Guide

This tutorial is aimed at getting some instant gratification from your WS2812 LEDs (trade name: NeoPixels). I'll briefly cover a bare-bones setup for the Particle Photon. If you've never used any Particle hardware before, learn how to get ...

This tutorial is aimed at getting some instant gratification from your WS2812 LEDs (trade name: NeoPixels). I'll briefly cover a bare-bones setup for the Particle Photon. If you've never used any Particle hardware before, learn how to get ...

DIY Magnetic Encoder

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

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

Logic Level Converters for Raspberry Pi

So youā€™ve got your Raspberry Pi, youā€™ve got your sensors and external components and youā€™re ready to build a world-conquering robot beyond compare. But hang on a minute, the sensor you have only operates on 5V and you vagu...

So youā€™ve got your Raspberry Pi, youā€™ve got your sensors and external components and youā€™re ready to build a world-conquering robot beyond compare. But hang on a minute, the sensor you have only operates on 5V and you vagu...

WS2812 / NeoPixel Addressable LEDs: Raspberry Pi Quickstart Guide

--- NEW UPDATED GUIDE CLICK HERE ---This tutorial is aimed at getting some instant gratification from your WS2812 LEDs (also known as NeoPixels). We'll briefly cover a bare-bones setup for Raspberry Pi. This tutorial will work with ANY mod...

--- NEW UPDATED GUIDE CLICK HERE ---This tutorial is aimed at getting some instant gratification from your WS2812 LEDs (also known as NeoPixels). We'll briefly cover a bare-bones setup for Raspberry Pi. This tutorial will work with ANY mod...

Flash MicroPython Onto An ESP32

The ESP32 family of microcontrollers are incredibly powerful (2 Cores on a Microcontroller!) and when combined with the awesome writability of MicroPython can be used for all kinds of projects. The ESP32 generally does not come with MicroP...

The ESP32 family of microcontrollers are incredibly powerful (2 Cores on a Microcontroller!) and when combined with the awesome writability of MicroPython can be used for all kinds of projects. The ESP32 generally does not come with MicroP...

Oscilloscope Triggers: A quick what and how

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

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

PiicoDev Magnetometer QMC6310 - Guide for Raspberry Pi Pico

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

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

GlowBit Matrix 4x4 - Python and MicroPython Guide

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

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

Logic Level Converters for Particle

So youā€™ve got your Particle Photon or Electron, 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 have only operate...

So youā€™ve got your Particle Photon or Electron, 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 have only operate...

Sound Reactive Lights with CircuitPython: Adafruit Circuit Playground Express

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

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

Digital Signage with the Raspberry Pi

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

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

Our Overview of Makeblock's Ultimate Kit 2.0

The aptly named Ultimate Kit 2.0 is the final kit in the line-up of educational robots from Makeblock. With over 160 independent mechanical parts and modules, the Ultimate Kit 2.0 answers the call for almost limitless creative freedom. Matc...

The aptly named Ultimate Kit 2.0 is the final kit in the line-up of educational robots from Makeblock. With over 160 independent mechanical parts and modules, the Ultimate Kit 2.0 answers the call for almost limitless creative freedom. Matc...

GlowBit Stick 1x8 - Python and MicroPython Guide

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

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

Remote Sensing with Particle Electron

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

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

GlowBit Advanced Features

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

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

Micro:bit Soil Moisture Sensor

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

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

PiicoDev Community Contributions

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

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

USB MIDI With Teensy

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

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

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

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

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

Getting Started with Particle Electron

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

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

Our recommendation on Breadboard Power Supplies

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

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

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

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

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

Which Raspberry Pi Case is Best For You?

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

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

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

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

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

Join the new age with a Mooshimeter

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

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

Raspberry Pi NOOBS Setup Tutorial

Welcome to our tutorial for using NOOBS (New-Out-Of-Box-Software) to install an OS (Operating System) for use with your Raspberry Pi. The NOOBS package includes access to seven popular Operating Systems: Raspbian Windows ...

Welcome to our tutorial for using NOOBS (New-Out-Of-Box-Software) to install an OS (Operating System) for use with your Raspberry Pi. The NOOBS package includes access to seven popular Operating Systems: Raspbian Windows ...

Ultimaker 3D Printer Build Platform Calibration

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

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

Pycom GPy & FiPy Cellular LTE Firmware Update

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

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

Rigol's PC software: Ultra-Sigma and beyond

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

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

Powering Portable Projects: Batteries

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

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

Addressable RGB LED Controllers

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

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

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

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

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

Make 3D Prints Look Like Gold - Gold Leaf and 3D Printed Components

Sometimes an electronic component will be so stunningly beautiful that you can't help but encase it in gold. That's what happened to me with theĀ Pimoroni Micro Dot pHATĀ forĀ Raspberry Pi Zero. Hopefully, you can relate. My go...

Sometimes an electronic component will be so stunningly beautiful that you can't help but encase it in gold. That's what happened to me with theĀ Pimoroni Micro Dot pHATĀ forĀ Raspberry Pi Zero. Hopefully, you can relate. My go...

How to Build a RetroPie Console

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

What is a JST Connector?

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

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

Pycom Expansion Board 2.0 Overview

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

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

How GPS Receivers work

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

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

Data Logging with the Micro:bit and OpenLog

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

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

Flask Web App Framework with Python

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

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

How to Program a MicroBit using Thonny

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

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

Our Lulzbot Taz 6 Review

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

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

Micro:bit Temperature and Humidity Sensing

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

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

Using Relays with Particle

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

Micro:bit Light and UV Sensing

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

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

Raspberry Pi Pico W | Create a Simple HTTP Server

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

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

RaspController - Use Your Phone to Control Your Raspberry Pi

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

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

Set up your Pimoroni Unicorn Hat on Raspberry Pi

The Pimoroni Unicorn HAT lets you add 64 dazzling RGB LEDs to your Raspberry Pi, and makes forĀ a sickeningly colourful display. I'll show you how to get yours set up, and we'll have a go at modifying an example script. This tutorial i...

The Pimoroni Unicorn HAT lets you add 64 dazzling RGB LEDs to your Raspberry Pi, and makes forĀ a sickeningly colourful display. I'll show you how to get yours set up, and we'll have a go at modifying an example script. This tutorial i...

Our littleBits Rule Your Room Kit Review

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

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

Sphero SPRK+ Review

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

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

What is a Kano Computer?

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

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

How to Update Firmware on Rigol Oscilloscopes

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

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

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

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

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

Pycom Pysense & Pytrack: How to Update Firmware

UPDATE: This documentation now also applies to Pyscan and Expansion Board 3.0 Pysense and PytrackĀ boards have a ā€œfirmware update modeā€. Unlike the Pycom microcontrollers you donā€™t add a jumper to the board to acces...

UPDATE: This documentation now also applies to Pyscan and Expansion Board 3.0 Pysense and PytrackĀ boards have a ā€œfirmware update modeā€. Unlike the Pycom microcontrollers you donā€™t add a jumper to the board to acces...

Using the Accelerometer with CircuitPython: Adafruit Circuit Playground Express

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

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

Hello World! First Python Script

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

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

DIY Solder Stencils with a Laser-Cutter

When it comes to assembling a prototype Printed Circuit Board (PCB), there are a couple of options for applying solder-paste: Paste each individual pad by hand with a syringe, or; Use a stencil to paste all pads in one pass. The firs...

When it comes to assembling a prototype Printed Circuit Board (PCB), there are a couple of options for applying solder-paste: Paste each individual pad by hand with a syringe, or; Use a stencil to paste all pads in one pass. The firs...

What is Raspberry Pi?

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

Sound Reactive Lights using MakeCode: Adafruit Circuit Playground Express

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

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

How to Save Games on RetroPie

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

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

How to install Addons to Kodi Media Center

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

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

Python Rundown and Main Windows

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

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

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

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

PiicoDev Capacitive Touch Sensor CAP1203 - Raspberry Pi Pico Guide

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

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

Capacitive Touch Keyboard with MakeCode: Adafruit Circuit Playground Express

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

Raspberry Pi Compute Module Generations 2020

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

I2C with Raspberry Pi

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

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

Digital to Analogue Conversion with Raspberry Pi

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

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

How to Build Your Ultimate RetroPie Gaming Console

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

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

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

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

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

Raspberry Pi Kodi Media Centre

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

Capacitive Touch Keyboard with CircuitPython: Adafruit Circuit Playground Express

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

Getting Started with the Raspberry Pi 3A+

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

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

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

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

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

Our Siglent SDG1032X Arbitrary Function Generator Review

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

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

GUI with Tkinter in Python

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

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

Our Mooshimeter Review

We've been familiar with the Mooshimeter for a while now, we've got tutorials on Getting up and running with a Mooshimeter, how to datalog with your mooshimeter, taking voltage/current measurements with multi-meters and finally a whole arti...

We've been familiar with the Mooshimeter for a while now, we've got tutorials on Getting up and running with a Mooshimeter, how to datalog with your mooshimeter, taking voltage/current measurements with multi-meters and finally a whole arti...

How to Debug MicroPython Code

When you are working on microcontrollers it can be very difficult to know what your code is doing, with MicroPythonĀ we can use REPL (Read Evaluate Print Loop) to see the debug output and run python commands in real time. This tutorial ...

When you are working on microcontrollers it can be very difficult to know what your code is doing, with MicroPythonĀ we can use REPL (Read Evaluate Print Loop) to see the debug output and run python commands in real time. This tutorial ...

All the Keywords in Python!

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

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

Program a Micro:Bit in your Web Browser

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

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

How to use WS2812B RGB LEDs with Raspberry Pi Pico

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

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

Makerverse Essentials Kit Guide | Build Circuits and Code with MicroPython

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

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

Choosing the Right Raspberry Pi Kit

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

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

8Bitdo NES30 Pro Controller Review

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

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

How to Conserve Battery Life with IoT Projects

If youā€™ve ever created a project that uses batteries, youā€™ll be well aware how hard it can be to decide on elements in the project which can affect the battery life. You end up ā€˜ummingā€™ and ā€˜ahhingā€™ for a...

If youā€™ve ever created a project that uses batteries, youā€™ll be well aware how hard it can be to decide on elements in the project which can affect the battery life. You end up ā€˜ummingā€™ and ā€˜ahhingā€™ for a...

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

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

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

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

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

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

Our Recommendation for your first Benchtop Oscilloscope

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

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

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

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

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

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

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

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

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

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

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

Gaming Kit for RetroPie

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

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

Writing Code Onto MicroPython Boards

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

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

PiicoDev RGB LED Module - Raspberry Pi Pico Guide

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

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

Create a Smartphone App for Particle Without Coding

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

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

Choosing a Benchtop Power Supply

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

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

Visual Thermometer with CircuitPython: Adafruit Circuit Playground Express

The Adafruit Circuit Playground Express comes packed with sensors, and for this tutorial, we are going to learn to use the onboard thermometer (technically a thermistor)! We will take temperature readings with the thermometer and print out ...

The Adafruit Circuit Playground Express comes packed with sensors, and for this tutorial, we are going to learn to use the onboard thermometer (technically a thermistor)! We will take temperature readings with the thermometer and print out ...

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

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

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

Pi To All The World With GPIO

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

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

Geting Started with CAD for 3D Printing

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

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

The Things Network, IFTTT, and BEYOND!

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

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

Making Your Own Python Functions!

Progressing further into the epic programming language of Python the instinctive next step should be user defined functions. Now as a quick refresher, a function in Python is a block of code which only runs when it is called. It is organise...

Progressing further into the epic programming language of Python the instinctive next step should be user defined functions. Now as a quick refresher, a function in Python is a block of code which only runs when it is called. It is organise...

All About EL Products

Electroluminescent wire, oftenĀ referred to as EL wire,Ā is a thin copper wire coated in phosphor which will produce light when alternating current is applied to it. TheĀ light emits a similar feel as if it were a neon light or ...

Electroluminescent wire, oftenĀ referred to as EL wire,Ā is a thin copper wire coated in phosphor which will produce light when alternating current is applied to it. TheĀ light emits a similar feel as if it were a neon light or ...

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

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

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

Video Looper with Raspberry Pi 4 Model B

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

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

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

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

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

All About LEDs

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

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

Basics: Getting Started with the Terminal on Raspberry Pi

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

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

Pycom Pysense Getting Started Guide

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

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

Getting Started With Relays | Examples with Raspberry Pi Pico

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

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

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

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

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

Natural Disaster Sensor Project for Micro:bit

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

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

Face Recognition With Raspberry Pi and OpenCV

[Update ā€“ Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto your Mi...

[Update ā€“ Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto your Mi...

Object and Animal Recognition With Raspberry Pi and OpenCV

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto yo...

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto yo...

Pose Estimation and Face Landmark Tracking with Raspberry Pi and OpenCV

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto yo...

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto yo...

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

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

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

GlowBitā„¢ rainbow Quickstart Guide for micro:bit

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

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

Hand Recognition and Finger Identification with Raspberry Pi and OpenCV

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto y...

[Update ā€“Ā Until there is correct compatibility of OPEN-CV with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto y...

PiicoDev RFID Module - Guide for Raspberry Pi Pico

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

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

Makerverse Load Cell Kit Guide | Measure Weights and Forces

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

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

Pycom Expansion Board - Getting Started

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

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

Python Variables and Types

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

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

Cool API Python Scripts

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

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

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

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

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

How to Build Internet-Connected Electronics Projects

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

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

Ultimaker 3D Printer Material Guide

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

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

Improving 3D Printed Models - Ultimaker Cura

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

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

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

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

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

Getting Started with Servos | Examples with Raspberry Pi Pico

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

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

Super cheap Xbox 360 wireless adapter

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

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

Raspberry Pi Rain Radar and Weather Display

[Update ā€“Ā Until there is correct compatibility of NPM with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto your Micro-...

[Update ā€“Ā Until there is correct compatibility of NPM with the new Raspberry Pi ā€˜Bullseyeā€™ OS I highly recommend at this stageĀ flashing and using the previous Raspberry Pi ā€˜Busterā€™ OS onto your Micro-...

TRON: Legacy Desktop Display

Bill of Materials

Part list:

Bill of Materials

Part list:

Raspberry Pi Desk Clock with Data Display

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

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

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

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

FM Radio with Arduino, LCD and Si4703

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

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

Wefted Waveforms

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

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

Arduino Tide Gauge

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

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

Arduino Cooking Alarm with DS18b20 Sensor

Today we will be making an Arduino circuit that will start playing a noise if the water (or surrounding environment) reaches a certain temperature, in our case, that temperature will be 100Ā°Ā Celsius. This is a useful little projec...

Today we will be making an Arduino circuit that will start playing a noise if the water (or surrounding environment) reaches a certain temperature, in our case, that temperature will be 100Ā°Ā Celsius. This is a useful little projec...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

Introduction

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

Introduction

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

IoT Chicken Shed (Arduino, Wifi)

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

Keypad entry to caravan using Arduino

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

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

Coffee Grinder With Arduino

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

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

Auto Tracking Camera System

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

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

Autozem

Introduction So now everything is available in this day and age, and all those childhood dreams can now come true as parts, technology and software has come a long way. I had recently taken up the hobby, RC planes. Eventually I learnt ho...

Introduction So now everything is available in this day and age, and all those childhood dreams can now come true as parts, technology and software has come a long way. I had recently taken up the hobby, RC planes. Eventually I learnt ho...

Smart Home Makeover with HomeAssistant

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

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

Solar Charging Station

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

grinder_timer

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

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

RetroPie in a Cartridge

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

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

Vehicle GPS Logger and Speedometer

Purpose

To display time and speed to a driver while logging timestamped raw latitude, longitude and speed as returned by the GPS satellite network. This allows a driver to double-check th...

Purpose

To display time and speed to a driver while logging timestamped raw latitude, longitude and speed as returned by the GPS satellite network. This allows a driver to double-check th...

RPi Cluster - SETI@Home

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

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

433mHz Radio connected pool thermometer

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

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

Handheld UV Meter

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

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

IOT Shed

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

IR Break-Beam Stopwatch

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

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

Raspberry Pi IoT Doorbell

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

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

House Power and Solar Monitor

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

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

The Hipster Coaster

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

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

Camera Dew Controller

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

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

Math Scroller

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

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

Water Tank Level Sensor

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

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

Meet 'Holman' the Ultimate Bluetooth Speaker

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

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

The Euclidean

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

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

Ping Pong Launcher

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

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

The Amazon Alexa-Enabled Smart Pool System

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

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

YAM: Monitoring Animal Enclosures

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

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

WhyzaGC - Feather ESP32 addon to the MightyOhm Gieger Counter

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

Introduction

I am always on ...

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

Introduction

I am always on ...

3D-Printed GPS Speedometer

Introduction


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

Introduction


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

Basic Weather Station

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

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

Wifi Sniffer

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

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

Datalogging Weather Station (Battery Powered)

This project will measure atmospheric conditions (Temperature, Humidity, Air Pressure) and log them to an SD card over a long period (months!) while running off a few AA or AAA cells. Usually, projects powered by an Arduino Uno are quite p...

This project will measure atmospheric conditions (Temperature, Humidity, Air Pressure) and log them to an SD card over a long period (months!) while running off a few AA or AAA cells. Usually, projects powered by an Arduino Uno are quite p...

Accelerometer Controlled Animatronic Finger

This project incorporates two Arduino boards, in a Master/Slave setup. The master is one with an accelerometer (ADLX345) and the slave has a Servo attached (SG90). When tilting the accelerometer, the master Arduino tells the Slave Arduino t...

This project incorporates two Arduino boards, in a Master/Slave setup. The master is one with an accelerometer (ADLX345) and the slave has a Servo attached (SG90). When tilting the accelerometer, the master Arduino tells the Slave Arduino t...

Roverling Mk.ā… ā… 

Introduction

A few months back I created a basic mobile platform using parts from an old 3D printer. Ā It was fun but not very practical. I designed Roverling Mark II so I could experi...

Introduction

A few months back I created a basic mobile platform using parts from an old 3D printer. Ā It was fun but not very practical. I designed Roverling Mark II so I could experi...

A Back to the Future Clock

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

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

Pool temperature sensor

This project uses a waterproof ds18b20 sensor to log pool water temperature to an SD card and displays the temperature on an LCD.

For this project, an Arduino Uno was used to create a waterproof water temperature logger. The project...

This project uses a waterproof ds18b20 sensor to log pool water temperature to an SD card and displays the temperature on an LCD.

For this project, an Arduino Uno was used to create a waterproof water temperature logger. The project...

Identify Birds through Sound with a Raspberry Pi | BirdNET-Pi Project

Ever wanted to know exactly what bird is near you by only the sound but simultaneously have zero ideas about birds? Fear not, here is the solution for you! A fully fletched Bird Call AI System that runs completely on a Raspberry Pi Single ...

Ever wanted to know exactly what bird is near you by only the sound but simultaneously have zero ideas about birds? Fear not, here is the solution for you! A fully fletched Bird Call AI System that runs completely on a Raspberry Pi Single ...

PowerPlay SSR Control

Introduction

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

Introduction

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

Hands-free Selfie Camera Control

Ever wanted to record a video and be included in it? My children did. One does parkour, and the other loves to dance, both want to perfect their art by watching their moves during practice. They asked their inventor/tinkerer dad, "can you ...

Ever wanted to record a video and be included in it? My children did. One does parkour, and the other loves to dance, both want to perfect their art by watching their moves during practice. They asked their inventor/tinkerer dad, "can you ...

Retro Hand held Pi Zero

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

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

Remote Automation With a W5100 Shield

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

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

The Great Doorbell Hack

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

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

YouTube Desktop Notifier

Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one.Ā Luckily I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY ...

Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one.Ā Luckily I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY ...

Mailbox Delivery Notification System

Introduction

During the Covid lockdown, I needed something to do. The Postman or woman does not deliver mail every day as most bills come online. So I built this to notify me when the Pos...

Introduction

During the Covid lockdown, I needed something to do. The Postman or woman does not deliver mail every day as most bills come online. So I built this to notify me when the Pos...

SOLARBOI

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

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

Fruit and Veggie Gaming Controller

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

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

PiicoDev Schematic System

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

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

Lightbox

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

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

Automatic Bike Indicators

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

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

WiFi Garage Door Controller with Raspberry Pi Pico W

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

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

DHT 22 Thermometer

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

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

My ghostbusters proton pack

Hi all. Thought I'd share with you my modded Spirit Halloween proton pack. It's about 80% scale, which is plenty big enough for my 7-year-old son, and still looks decently sized on adults. As soon as I learned of this pack, 5-year-old me ju...

Hi all. Thought I'd share with you my modded Spirit Halloween proton pack. It's about 80% scale, which is plenty big enough for my 7-year-old son, and still looks decently sized on adults. As soon as I learned of this pack, 5-year-old me ju...

Hogwarts Legacy Broom Flight Controller

Introduction

I embarked on this project to enhance my interactive and immersive experience with the video game "Hogwarts Legacy," as a devoted Harry Potter fan. Initially, I used a Kano wan...

Introduction

I embarked on this project to enhance my interactive and immersive experience with the video game "Hogwarts Legacy," as a devoted Harry Potter fan. Initially, I used a Kano wan...

Hyperweb: Interactive Art for Vivid Sydney

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

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

Simple Relay Timer

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

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

ThingSpeak temperature & pressure logger

This project logs temperature and pressure observations to a ThingSpeak channel using an ESP8266 WiFi module.

For this project, I designed my circuit and ordered a PCB using easyEDA. The project gets power from a USB port and uses a...

This project logs temperature and pressure observations to a ThingSpeak channel using an ESP8266 WiFi module.

For this project, I designed my circuit and ordered a PCB using easyEDA. The project gets power from a USB port and uses a...

PiicoDev Sketcher - An interactive sketching toy

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

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

HUGE LED Pixel Panel

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

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

Roverling

Introduction


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

Introduction


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

Tabot

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

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

12V Portable Battery Box

This project creates a functional 12-volt portable battery case for camping or other outdoor activities.The battery box provides a 12V cigarette lighter socket for running lights with an on/off switch for ease of use. There is also an Ander...

This project creates a functional 12-volt portable battery case for camping or other outdoor activities.The battery box provides a 12V cigarette lighter socket for running lights with an on/off switch for ease of use. There is also an Ander...

Electronica Botanica

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

Garage Door Sensor

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

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

Cosplay Blaster

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

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

BuzzBox

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

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

GraviTrack Enhancements - Lights and Sound

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

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

littleBits Death Eater Skull!

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

Desktop Infinity Mirror (Lasercut!)

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

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

Spirit In A Box Halloween Trick

Introduction

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

Introduction

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

IoT Mailbox

Getting letters and parcels is awesome, whatā€™s not so awesome though is when you miss the postman and you donā€™t know if that important bit of mail arrived or not. Such a frustrating, yet mundane problem can be solved by creating...

Getting letters and parcels is awesome, whatā€™s not so awesome though is when you miss the postman and you donā€™t know if that important bit of mail arrived or not. Such a frustrating, yet mundane problem can be solved by creating...

Fridge Door Alarm

This project uses an ESP8266-01 WiFi module to send an alert to my phone if the fridge door is left open or ajar.

After ordering a few of the ESP8266 board variations I found myself with an ESP8266-01 variant which wasn't very usefu...

This project uses an ESP8266-01 WiFi module to send an alert to my phone if the fridge door is left open or ajar.

After ordering a few of the ESP8266 board variations I found myself with an ESP8266-01 variant which wasn't very usefu...

Salvaged Street Light Conversion

Introduction

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

Introduction

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

Accurate IoT Clock With ESP8266

Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes to accuracy especially when they are set by the user. So, why not get accurate time from the internet and use tried and tested hardware to ...

Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes to accuracy especially when they are set by the user. So, why not get accurate time from the internet and use tried and tested hardware to ...

IoT Pet Feeder

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

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

Portable Arcade Emulator

Introduction

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

Introduction

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

ESP32 IR-Triggered Camera with Home Assistant Integration

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

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

Raspberry Pi Game Show

Introduction

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

Introduction

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

Quadbeest - A Flying Strandbeest

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

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

Simple e-ink dashboard

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

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

Epoch Clock

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

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

8-Bit Breadboard Computer

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

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

Raspberry Pi Microscope

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

Environment Monitor - V2

This project started due to the smoke haze that enveloped our area during the 2019 and 2020 bushfires. I wanted something to check the air quality of my home and maybe find areas where it needed better sealing. In addition, the BMP280 senso...

This project started due to the smoke haze that enveloped our area during the 2019 and 2020 bushfires. I wanted something to check the air quality of my home and maybe find areas where it needed better sealing. In addition, the BMP280 senso...

Smart City Tunnel with PiicoDev

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

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

Racing Simulator Motion Platform

Hi. My son and I have made our first Racing Simulator Motion Platform. It has been a challenge but we now have a playable situtationIt has been a long journey, starting off with info from the great people at www.xsimulator.net and a lot of ...

Hi. My son and I have made our first Racing Simulator Motion Platform. It has been a challenge but we now have a playable situtationIt has been a long journey, starting off with info from the great people at www.xsimulator.net and a lot of ...

LoRaWAN Tank Level Sensor Node

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

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

Rain Gauge Data Logger

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

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

Sneaky's Bartop Arcade

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

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

Backyard Birdcam

Introduction

I had been thinking about how best to capture clear close-up photographs of some of the many birds we see around our property for quite a while and mulling over a variet...

Introduction

I had been thinking about how best to capture clear close-up photographs of some of the many birds we see around our property for quite a while and mulling over a variet...

Smart Watering System

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

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

UNITRAC

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

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

GlowBit Desktop Audio-Visualiser

Introduction

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

Introduction

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

Cosmic Array

An array of individual cosmic ray detectors distributed across a landscape to display how cosmic rays arrive as showers of muons. It's all powered by a Raspberry Pi Zero!This project deployed 16 individual cosmic ray detectors on the banks ...

An array of individual cosmic ray detectors distributed across a landscape to display how cosmic rays arrive as showers of muons. It's all powered by a Raspberry Pi Zero!This project deployed 16 individual cosmic ray detectors on the banks ...

LuMa 1 - The Neo Disco Ball

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

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

Hot-Wire Bender for Acrylic

A simple, and affordable build that produces sharp, and consistent heat-bends. A nichrome wire heats a channel. Place the acrylic over the channel, wait for it to reach temperature, and pull the hingeing section to create a bend.

&l...

A simple, and affordable build that produces sharp, and consistent heat-bends. A nichrome wire heats a channel. Place the acrylic over the channel, wait for it to reach temperature, and pull the hingeing section to create a bend.

&l...

Creating our own Raspberry Pi 3 Case

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

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

Stargate Zero Point Module

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

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

Retro Gaming Station

Hey, My son is turning 1 and I wanted to setup a retro gaming station for him to learn to game through the ages. I went with RetroPie as it is well documented and supports a range of emulators - and it's easy to setup.My RetroPie Gaming Ki...

Hey, My son is turning 1 and I wanted to setup a retro gaming station for him to learn to game through the ages. I went with RetroPie as it is well documented and supports a range of emulators - and it's easy to setup.My RetroPie Gaming Ki...

Borg Cube for Scouts STEM Camp

Introduction

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

Introduction

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

IoT House

These days we can do just about anything on our phone, we can control so many aspects of our lives using the technology in our pocket, but the most mundane aspects of our lives; opening the garage door, blindly reaching for the light switch...

These days we can do just about anything on our phone, we can control so many aspects of our lives using the technology in our pocket, but the most mundane aspects of our lives; opening the garage door, blindly reaching for the light switch...

Days2Bin: Pico Powered Bin Reminder

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

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

DIY Gameboy based on Raspberry Pi Zero W (PiGRRL)

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

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

Particle Photon Weather Sensor

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

Circadian Lighting

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

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

AWS Lambda with Temperature data and the ESP32

In this project, I'm using an esp32 board combined with a thermistor, plus an Amazon Web Services Lambda APIĀ plus some web charting code for temperature sensing. Source code can be found in the GitHub repository: https://github.com/Acr...

In this project, I'm using an esp32 board combined with a thermistor, plus an Amazon Web Services Lambda APIĀ plus some web charting code for temperature sensing. Source code can be found in the GitHub repository: https://github.com/Acr...

MakeCode STEM Arcade Machine

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

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

Nintendo Wii Portable | Project G-Wii

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

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

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

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

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

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

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

safePower

I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap for the capability they offer. I want to use them on small projects, stand-alone, and can't always guarantee power. As we know most Pi's don't...

I like working with the Pi Zero W and Pi 4 as they are very compact, very powerful and very cheap for the capability they offer. I want to use them on small projects, stand-alone, and can't always guarantee power. As we know most Pi's don't...

Mini Desk Vacuum

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

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

IoT Soundscape

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

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

RPi Garbage Bin Reminder

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

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

The Curse Of The Mummy! Egyptian-Themed Halloween Puzzle

Introduction

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

Introduction

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

Playing Synthesizers with a Teensy Controlled Game on a LaunchPad

I am an amateur musician, coder, and electronics maker. When I found out that the Novation Launchpad (mine is a mini MK3) can be programmed, I was excited about creating unique music. The idea is to use the Launchpad to play a game and use ...

I am an amateur musician, coder, and electronics maker. When I found out that the Novation Launchpad (mine is a mini MK3) can be programmed, I was excited about creating unique music. The idea is to use the Launchpad to play a game and use ...

Infinity-Mirror Table

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

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

Simulated Parisians: Little Autonomous Pedestrians

Introduction

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

Introduction

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

A 3D Printed Ukulele

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

Here is a project I just could not help myself but build. A 3D printable Ukulele with a body as large as I could fit standing upright on the printers here. The intention was to make it as large as possible, using no supports, and without th...
Heads up! Our forum has separate search to our main website. You are about to be redirected to our forum and when you arrive you can search for forum only content using the icon shown below. Click continue to search our forum.

Forum Search
Feedback

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

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

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

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

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