Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walvi112/esp32_sensorcontrol
- Owner: walvi112
- License: mit
- Created: 2024-11-07T09:57:46.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T04:28:52.000Z (about 1 month ago)
- Last Synced: 2025-01-06T00:42:58.109Z (5 days ago)
- Topics: c, esp-idf, esp32, freertos, lvgl
- Language: C
- Homepage:
- Size: 63 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)