https://github.com/seeed-solution/indicator-esp-idf-template
SenseCAP Indicator project template
https://github.com/seeed-solution/indicator-esp-idf-template
Last synced: 5 months ago
JSON representation
SenseCAP Indicator project template
- Host: GitHub
- URL: https://github.com/seeed-solution/indicator-esp-idf-template
- Owner: Seeed-Solution
- License: apache-2.0
- Created: 2023-07-26T06:45:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T09:05:33.000Z (over 1 year ago)
- Last Synced: 2025-04-30T14:29:35.367Z (about 1 year ago)
- Language: C
- Size: 24.4 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SenseCAP Indicator project template
This is a standalone project, 'indicator_basis', independent from the [SenseCAP Indicator ESP32 example](https://github.com/Seeed-Solution/sensecap_indicator_esp32).
## Usage
> On GitHub, utilize it as a template.
The two resources mentioned are commonly used to land the SenseCAP Indicator ESP32 project.
- [The ESP-IDF examples↗](https://github.com/espressif/esp-idf/tree/master/examples) from Espressif. These examples cover a wide range of applications and can be very helpful when developing projects based on the ESP32 microcontroller.
- [The SenseCAP Indicator ESP32 example↗](https://github.com/Seeed-Solution/sensecap_indicator_esp32) from Seeed Solution. This repository contains the SDK for the SenseCAP Indicator device. It provides several examples demonstrating how to utilize the ESP32 functions for various applications, such as displaying sensor data, implementing time and configuration functions, and facilitating communication using LoRa.
## changelog
### v1.0.0 ###
2023/07/26
* Initial version.