Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walvi112/esp32_sensorcontrol

Sensor View Dashboard on ESP32 using LVGL and ESP IDF platform
https://github.com/walvi112/esp32_sensorcontrol

c esp-idf esp32 freertos lvgl

Last synced: 5 days ago
JSON representation

Sensor View Dashboard on ESP32 using LVGL and ESP IDF platform

Awesome Lists containing this project

README

        

# ESP32 Clock screen and sensor view GUI
Digital Clock and Sensor View Dashboard for ESP32 with LVGL9 library.
## Features
* Digital clock & calendar.
* Dashboard for viewing DHT11 temperature sensor and MMA8451 accelerometer data.
## Setup
* Install ESP IDF, then clone this repository.
* Configure your LCD, sensor and keypad pins in sensorControlConfig.h. This project is currently running on LCD driver ili9341.
* In the GUI, press UP/DOWN to navigate between pages. Press OK on the Clock View page to open the setting.
## Demo
![page2](demo_page2.png)
![page1](demo_page1.png)
![menu](demo_menu.png)