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...
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,...
Mar 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. NOTE: If you’ve got the older stable version of Arduino you may be looking for that guide. A quick guide to...
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...