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:


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 enjoy this

How NOT to build an RC airboat

This is the narrative of the video on my YouTube channel. Feel free to continue reading if that is your thing or watch it above. The e...