News

Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I document my learning in order to be able to inspire other people to make ...
Learn how to create a simple heart rate monitor using an Arduino Pro Mini, PulseSensor, and OLED display. This ...
This library provides a simple device independent interface for interacting with Adafruit IO using Arduino. It allows you to switch between WiFi (ESP8266, ESP32, ESP32-S2, ESP32-S3, ESP32-C3, RP2040, ...
To use DHT11 with Arduino, Download the DHT libary (Sketch>Include Library>Manage Libaries and download DHT sensor library by Adafruit) Include the library in the program #include <DHT.h> I created ...