- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 2 weeks ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 2 weeks ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 3 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 4 months ago
- Building a 3D Digital Clock with ArduinoPosted 9 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 10 months ago
- Snowflake with ArduinoPosted 10 months ago
- Holographic Christmas TreePosted 10 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 11 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 12 months ago
Capacitive touch kitchen timer
In this project we see how to build an Arduino-based capacitive kitchen timer that allows users to interact via touch input. The finished device is driven by ATMega328PU (the same microcontroller on which Arduino UNO is based). You will need a few components, but the end result will be a unique gadget that will liven up your daily work in the kitchen!
This project uses three different PCBs. The first is a simple power board, which allows the finished product to run on a single 9V battery. This board contains a simple step-down circuit based on a 7805 voltage regulator. The second is the main logic board, the most complicated component in the build; contains the ATMega328PU and all necessary components including: a 10K pull-up resistor, a section that generates the 16 MHz clock signal and a smoothing capacitor near the IC power pins. We then find a MAX7219 LED matrix to show the output.
The third PCB is the capacitive touch ring. This PCB contains only thick traces which act as a touchpad to detect user input. The container is 3D printed and models are available to replicate at home.