top of page

ESP32 Soft Access Point

Uses the M5Core2 to create an access point through the internet through which the screen can be controlled.

​

Objective Reasoning: The project demonstrates how the M5Core2 can use its hardware and software together to create a functional embedded system. The soft access point and web interface allow users to send commands through buttons, which the M5Core2 processes and uses to control what is displayed on its LCD. This shows the integration of user inputs, software processing, networking, and physical hardware output in one system. The project also provides a foundation for adding additional methods of controlling the M5Core2 in the future.

bottom of page