Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/commit111/defang-arduino-static

A static Arduino UI that takes user input, created for an embedded systems project at @DefangSoftwareLabs.
https://github.com/commit111/defang-arduino-static

c defang embedded-systems static ui ui-design

Last synced: 1 day ago
JSON representation

A static Arduino UI that takes user input, created for an embedded systems project at @DefangSoftwareLabs.

Awesome Lists containing this project

README

        

# Arduino UI for Embedded Systems Project at Defang Software Labs (Static)
*Note: This repository version is named "static" as there is no wifi networking involved. For the networking version of this project, please see the `/defang-arduino` repository [here](https://github.com/commit111/defang-arduino-wifi/).*

![project image](./images/static.png)

This repository contains a simple interactive UI program for a [SenseCAP Indicator Device](https://wiki.seeedstudio.com/Sensor/SenseCAP/SenseCAP_Indicator/Get_started_with_SenseCAP_Indicator/), built for an Embedded Systems project at Defang Software Labs.

The device has a square liquid-crystal touch screen display, and a ESP32-S3 chip that can be programmed in an Arduino environment.

This version of the program was created using [Squareline Studio](https://squareline.io/), a UI design tool for embedded devices. It includes an interactive demo of the touch screen, and handles touch screen user input. There is no wifi networking involved.

To view set up details, see `technical_setup.md`.