I know there are some Arduino tinkerers here
-
I don't know where to put this so forgive me. I've produced something that's not really ever going to be an article, but is just a quick starting point for 13 or so different IoT devkits - mostly, but not all ESP32 based. So like, this is more just a tip for you tinkerers out there. Anyway, it includes inputs, display, and power management. The display uses my htcw_uix user interface library and my htcw_gfx graphics library. The inputs use various libraries of mine, like touch screens and buttons. It's basically meant to quickly spin off a new project that you can then easily develop into a rich application, supporting one or more devices of your choosing. GitHub - codewitch-honey-crisis/empty_project[^] My EspMon Reboot code actually uses an earlier orchestration of this, minus the input support, which took me all day.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx