Celebrate Lady Ada Lovelace, one of the world’s first computer programmers. Adafruit offers a fun and exciting stickers to celebrate achievement for electronics...
The ATtiny45 and 85 are a couple of really cool little MCUs but did you know you can program them in Arduino? That’s right, now you can shrink your Arduino projects down to “tiny size” by moving your code straight over to these small but capable ICs. The standard method for programming the ATtiny ICs involves a breadboard, lots of jumper wires and a hardware programmer, but David Mellis over at MIT Media Lab has simplified the process by laying out this handy USB programmer.
A USB In-system programmer, suitable for AVR controllers and AVR based boards. Can be used for general purpose serial communication, debugging or programming microcontrollers
If you’ve already dipped your toes in the Python pool as a programmer, educator, or maker, you’re ready to learn more—and have fun along the way! This practical...
This new version uses an SMD 5x2 header. This is a simple to use USB AVR programmer. It is low cost, easy to use, works great with AVRDude, and is tested extensively on a Windows desktop. Based on Dick Streefland’s USBtiny and Limor Fried’s USBtinyISP. This is a low-cost programmer designed for those on a tight budget.
This is a USB AVR programmer supported by offical Arduino IDE. Once the Arduino has lost its bootloader for some reasons, use this programmer to reburn the bootloader and save the dead Arduino.
PYNQ-Z2 is a FPGA development board based on ZYNQ XC7Z020 FPGA, intensively designed to support PYNQ, a new open-sources framework that enables embedded programmers...
A ZIF (Zero Insertion Force Socket) allows you to insert and remove chips easily from an existing circuits. These are often used for chip programmers or when you...
This device is a programmer for AVR-based controllers, such as Pololu's Orangutan robot controllers and the 3pi robot. The programmer emulates an STK500 on a virtual serial port, making it compatible with standard AVR programming software. Two additional features help with building and debugging projects: a TTL-level serial port for general-purpose communication and a SLO-scope for monitoring signals and voltage levels. A USB cable and ISP cable are included.
Explore new microcontroller worlds with an ST-Link Programmer & Emulator / Debugging dongle. This little USB stick contains a microcontroller with the code for ST's...
This is the PICkit 4, the official programmer from Microchip. The PICkit 4 allows debugging and programming of PIC®, dsPIC®, AVR, SAM and CEC flash microcontrollers...
The MicroView is the first chip-sized Arduino compatible module that lets you see what your Arduino is thinking using a built-in OLED display. This USB programmer connects directly to the MicroView and lets you not only program the module, but use it to interface with your computer, Rapsberry Pi, or other USB device. The programmer has both male and female headers which allow it to be plugged into a MicroView module and a breadboard at the same time, making prototyping quick and easy.
Kitty's Flowers is a pair of beautifully designed Bluetooth-wearable brooches, which can be programmed to interact with one another. The brooches are...
This is a new version of the FTDI breakout board features an Atmega8U2 programmed as a USB-to-serial converter, the same chip found on the Arduino Uno.
This SparkFun ESP32 IoT RedBoard version is an ESP32 Development Board specially programmed to run MicroPython out of the box. It makes it easy to get...
The XBee USB Adapter V2 is an update version from DFRobot. It features an Atmega8U2 programmed as a USB-to-serial converter, the same chip found on the Arduino Uno.
The Portenta Machine Control is a fully-centralized, low-power, industrial control unit able to drive equipment and machinery. It can be programmed using the Arduino framework or other embedded development platforms.
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...
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 ...
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...
Both Python and MicroPython are powerhouse programming languages. Each of them is capable of supporting your programming needs to almost the limits of your imagination. Both languages are transportable, open-source, growing in popularity, c...
Both Python and MicroPython are powerhouse programming languages. Each of them is capable of supporting your programming needs to almost the limits of your imagination. Both languages are transportable, open-source, growing in popularity, c...
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...
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...
What do we mean when we talk about the "Internet of Things"? Mostly we're talking about tiny computers that have access to the internet and do some useful work. Unlike the computers we're used to holding in our hands, they don't have a touc...
What do we mean when we talk about the "Internet of Things"? Mostly we're talking about tiny computers that have access to the internet and do some useful work. Unlike the computers we're used to holding in our hands, they don't have a touc...
In this tutorial we'll be writing our first bash script for Raspberry Pi. We'll create a directory to keep this and future scripts, write the actual script, and set it up as something that can be executed from the shell.
Scripts are an inc...
In this tutorial we'll be writing our first bash script for Raspberry Pi. We'll create a directory to keep this and future scripts, write the actual script, and set it up as something that can be executed from the shell.
Scripts are an inc...
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 ...
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...
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...
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...
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...
The Raspberry Pi as we know it today is just the “tip of the iceberg”, the product of more than a decade of development, spanning 4 generations with up-to 18 boards and counting released so far. Alongside this development, there...
The Raspberry Pi as we know it today is just the “tip of the iceberg”, the product of more than a decade of development, spanning 4 generations with up-to 18 boards and counting released so far. Alongside this development, there...
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 ...
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...
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...
Python is one of the fastest growing programming languages in the world! To help you master this language we have made a quick reference guide and are going to cover a few of the basics things to be aware of when starting out with python....
Python is one of the fastest growing programming languages in the world! To help you master this language we have made a quick reference guide and are going to cover a few of the basics things to be aware of when starting out with python....
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...
There is some wild weather approaching! We need a way to give ourselves an early warning when a disaster strikes! In this project, we will use the Adafruit Circuit Playground Express to make an all in one Disaster Detection Station that wil...
There is some wild weather approaching! We need a way to give ourselves an early warning when a disaster strikes! In this project, we will use the Adafruit Circuit Playground Express to make an all in one Disaster Detection Station that wil...
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...
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...
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...
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...
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...
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...
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...
Deeper we go into the Python Mines of Moria, but I promise there is no Balrog here. We now have reached the point of scope and I will steer you smoothly clear. Scope is somewhat notorious, especially when one is a pioneer. It can leave you ...
Deeper we go into the Python Mines of Moria, but I promise there is no Balrog here. We now have reached the point of scope and I will steer you smoothly clear. Scope is somewhat notorious, especially when one is a pioneer. It can leave you ...
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...
Have you ever lost or broken a TV remote before it's time? Have you ever wanted to spice up the way you change channels or inputs on your TV? Have you got a greedy housemate who always steals the remote off you? If any of these are the case...
Have you ever lost or broken a TV remote before it's time? Have you ever wanted to spice up the way you change channels or inputs on your TV? Have you got a greedy housemate who always steals the remote off you? If any of these are the case...
Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method.
Sending data to the cloud is grea...
Note: With the rollout of TTNv3, the "Setup" section of this guide no longer works - but we're keeping it here for posterity. Let us know on our forums if you need help getting started with the new method.
Sending data to the cloud is grea...
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...
If you hang around 3D printers, X-Y plotters, CNC machines, drawing machines, or people who use any of them G-code is a term that will universally come up no matter where you find yourself in the world. But what is it? And how is it being u...
If you hang around 3D printers, X-Y plotters, CNC machines, drawing machines, or people who use any of them G-code is a term that will universally come up no matter where you find yourself in the world. But what is it? And how is it being u...
Is it hot in here, or is it just my Raspberry Pi? A Raspberry Pi sitting on a desk doing nothing is kind of boring. However, a Raspberry Pi that can measure the temperature and make decisions based off that information is awesome!
The Rasp...
Is it hot in here, or is it just my Raspberry Pi? A Raspberry Pi sitting on a desk doing nothing is kind of boring. However, a Raspberry Pi that can measure the temperature and make decisions based off that information is awesome!
The Rasp...
In this guide, we will be taking a look at the Arduino Uno Q. We will be looking at what you will need to get started, how to run the board both through both the Linux environment and over the network, as well as looking at some demos in A...
In this guide, we will be taking a look at the Arduino Uno Q. We will be looking at what you will need to get started, how to run the board both through both the Linux environment and over the network, as well as looking at some demos in A...
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...
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...
In the Plant_io Basic Setup Guide we assembled the Plant_io platform to automatically irrigate plants, and sprouted some seeds. As the project runs, a log file is updated with data captured at each interval. This simple log allows us ...
In the Plant_io Basic Setup Guide we assembled the Plant_io platform to automatically irrigate plants, and sprouted some seeds. As the project runs, a log file is updated with data captured at each interval. This simple log allows us ...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
Radio Frequency IDentification (RFID) uses electromagnetic fields to identify and communicate with tags. Each RFID module emits radio waves that energise the passive tag, which then responds with its own identifying number or data, as reque...
This guide will help you get started with a PiicoDev® Magnetometer - get it working as a compass, and read the magnetic field strength of a nearby magnet.
This guide is for the current revision of the PiicoDev Magnetometer, feat...
This guide will help you get started with a PiicoDev® Magnetometer - get it working as a compass, and read the magnetic field strength of a nearby magnet.
This guide is for the current revision of the PiicoDev Magnetometer, feat...
[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 ...
Geophones are devices that generate electric signals proportional to the particle velocity in a sound/compression wave. More simply a Geophone is a super low frequency microphone for the ground. Geophones are used around the world to measu...
Geophones are devices that generate electric signals proportional to the particle velocity in a sound/compression wave. More simply a Geophone is a super low frequency microphone for the ground. Geophones are used around the world to measu...
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 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...
In this guide, we’re going diving into everything custom RGB on the Pi 500+. If you have one, chances are you have played around with some of the RGB presets that come loaded with it, but we can take things way further. We&rsqu...
In this guide, we’re going diving into everything custom RGB on the Pi 500+. If you have one, chances are you have played around with some of the RGB presets that come loaded with it, but we can take things way further. We&rsqu...
In this guide, we’re going to explore some of the most effective ways to measure distance in maker projects. Whether you’re working on a robotics project, an automatic door, or just trying to figure out how far away the fridge ...
In this guide, we’re going to explore some of the most effective ways to measure distance in maker projects. Whether you’re working on a robotics project, an automatic door, or just trying to figure out how far away the fridge ...
Welcome to the MicroPython for micro:bit workshop! This workshop is aimed at makers who want to start programming with MicroPython, we will be using the micro:bit as it is very easy to use so we can cover the important concepts that will ap...
Welcome to the MicroPython for micro:bit workshop! This workshop is aimed at makers who want to start programming with MicroPython, we will be using the micro:bit as it is very easy to use so we can cover the important concepts that will ap...
In this guide, we’ll be taking a look at Walter, a pretty impressive ESP32‑based board that gives your projects full internet access anywhere there’s mobile coverage - no Wi‑Fi required. With a built‑in 4GR...
In this guide, we’ll be taking a look at Walter, a pretty impressive ESP32‑based board that gives your projects full internet access anywhere there’s mobile coverage - no Wi‑Fi required. With a built‑in 4GR...
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...
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...
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...
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 ...
What does one make for a Startrek-themed STEM camp for Scouts? Especially when given the Search and Rescue (SAR) activity base to run.
Why this base you ask? Usually I run a radio d...
What does one make for a Startrek-themed STEM camp for Scouts? Especially when given the Search and Rescue (SAR) activity base to run.
Why this base you ask? Usually I run a radio d...
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...
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 dec...
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 dec...
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 ...
My front gate is a long way from the house at around 300m. I don’t want people wandering around my property without knowing about it. This project uses two Raspberry Pi P...
My front gate is a long way from the house at around 300m. I don’t want people wandering around my property without knowing about it. This project uses two Raspberry Pi P...
As part of a larger home automation project, I wanted the ability to control some mains power outlets remotely. To achieve this, I interfaced the transmitter from an inexpensive 433MHz mains remote control kit with a raspberry pi zero w (vi...
As part of a larger home automation project, I wanted the ability to control some mains power outlets remotely. To achieve this, I interfaced the transmitter from an inexpensive 433MHz mains remote control kit with a raspberry pi zero w (vi...
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,...
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...
This mini cube is made up of six 4x4 WS2812B panels giving a total of 96 individually addressable RGB LEDs. Buried inside the cube is an ATTiny85 microcontroller powered by a 120mAh Lithium-Ion battery. It also contains a mercury switch and...
This mini cube is made up of six 4x4 WS2812B panels giving a total of 96 individually addressable RGB LEDs. Buried inside the cube is an ATTiny85 microcontroller powered by a 120mAh Lithium-Ion battery. It also contains a mercury switch and...
Presenting the KiPad - a custom macro keypad for the popular open-source PCB design software KiCad.
KiCad is awesome! But I've found that during PCB layout, my right hand is constantly moving back-and-forth between the keyboard and mouse -...
Presenting the KiPad - a custom macro keypad for the popular open-source PCB design software KiCad.
KiCad is awesome! But I've found that during PCB layout, my right hand is constantly moving back-and-forth between the keyboard and mouse -...
I 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...
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 ...
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...
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...
Heads up! Our forum has separate search to our main website. You are about to be redirected to our forum and when you arrive you can search for forum only content using the icon shown below. Click continue to search our forum.
Please continue if you would like to leave feedback for any of these topics:
Website features/issues
Content errors/improvements
Missing products/categories
Product assignments to categories
Search results relevance
For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.
Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.
Makers love reviews as much as you do, please follow this link to review the products you have purchased.