MVVM Maui App and C++ ESP32 Firmware Pair

Опубликовано: 07 Июнь 2026
на канале: ThoughtPill
881
22

I wanted to share a set of code as a starting point for anyone interested in messing around with electronics and programming. The ESP32 development board is cheap and all of the software is available online.

I wrote a MAUI Android application along with a simple embedded program for almost any ESP32 board. Pin numbers in the code can be adjusted to your specific board.

_MAUI/Android app code_
-Download the latest version of Visual Studio
-code: https://github.com/MOtterbine/ESP32_A...

_ESP32 microprocessor board code_
-Download the latest version of Visual Studio Code
-Install the PlatformIO extension in Visual Studio Code
-It's a good idea to install GIT extension as well (optional)
-code: https://github.com/MOtterbine/ESP32Co...