Arduino settings menu

An easy way how to create a settings menu with your Arduino projects.
Aug 14, 2021 — 1 min read — Arduino

Arduino settings menu

When a project goes beyond basics, there is usually a need to have control over a few different parameters. In my pellet burner project, I have this need so I created this simple example of how you can create a menu for your projects.

The menu is accessed by pressing the button on a rotary encoder and the values can be updated with the rotation of the encoder.

The code for this example can be found on the Instructable for the project.

Tools and materials used in the video:


lcd arduino push button tutorial rotary encoder
Read next

Designing a PCB for the first time

For a very long time, I wanted to start experimenting with making custom PCBs for my projects but I was intimated by the process. It seemed...

You might also enojy this

Making an accurate YouTube Subscriber Counter

I started preparing for this project about one month ago, but then I was derailed by YouTube when they announced that they will no longer pr...