Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 564 Bytes

File metadata and controls

7 lines (6 loc) · 564 Bytes

ESP32_Android_Controller

VS2022 Maui solution focused on Android for ESP32 This MAUI application is designed to highlight the use of MVVM as well as communication across devices.

The application is designed to be a starting point for experimenters working with the ESP32 microprocessor who want the ability to extend control to a UI. There is an accompanying set of firmware in C++ for use with Visual Studio Code (PlatformIO) that can be found at https://github.com/MOtterbine/ESP32Controller. The ESP32 firmware is designed to work with the MAUI application.