Nov 2, 2021 | information
To use the ESP32 board we need to do a few steps first. First make sure you have an Espressif ESP32 board (have a look around, they can cost around £8 – £15)Arduino already installed on your computer.The right USB cable to connect your board to your computer...
Oct 26, 2021 | Tutorials & Guides
In this tutorial, for a distance sensor hat, I’ll be using an ultrasonic sensor to measure the distance of others approaching. This will trigger a neopixel ring with colours, a buzzer for sound, and a vibration sensor to get some haptic feedback. This tutorial...
Oct 12, 2021 | Tutorials & Guides
This super fun toturial has now moved home and live on Instructables. Please leave any questions or comments! The finished item… though I’ve now added a lace ruff to create a completed piece. All items for making the wearable are available from Tinker...
Jul 9, 2021 | information
The library manager you will use a lot when you’re making fun projects with Arduino. Libraries provide your sketches with extra functionality. From the Arduino website, “Libraries are a collection of code that makes it easy for you to connect to a sensor,...
Nov 9, 2020 | Tutorials & Guides
This is an information post mostly for myself – I spent a lot of time trying to program my ESP32 using the OTA functionality of it and some of it is a bit clumsy. I created a board that I will be soldering the chip version of the ESP and this particular board I...