All Builds

Maker projects, how-to walkthroughs and showcase builds from the DIY KIT community.
8 votes
9 views

How to wire a 16×2 LCD with I²C in 5 minutes

The non-I²C version of the standard 1602 LCD needs 16 wires and a contrast trimmer. The I²C backpack takes it down to 4 wires and gives you contrast control over software. If you're doing anything more than blinking an LED, this is the upgrade to make. Parts list: • 1602 charact…

asked May 18, 2026 by DIY KIT
5 votes
10 views

How to build a Wi-Fi weather station with ESP32 + DHT22

What you'll build: a small Wi-Fi weather station that exposes a JSON endpoint with live temperature + humidity, plus a tiny HTML page you can open from any phone on your network. Parts list: • ESP32 DevKit V1 board (any clone is fine) • DHT22 temperature + humidity sensor (DHT11…

asked May 25, 2026 by DIY KIT
5 votes
7 views

How to make a line-following robot in one afternoon

Project overview: a two-wheel-drive robot that follows a black line on a white surface using two IR reflectance sensors and proportional control on the motors. Parts list: • Arduino UNO • L298N dual H-bridge motor driver • 2WD chassis kit (2 yellow gear motors + 2 wheels + 1 cas…

asked May 23, 2026 by DIY KIT