Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robotjaol/espressif_shms_v2
espressif framework -> Structural Health is a Laboratory PLC SCSL project focused on achieving predictive maintenance for ITS infrastructure, specifically for the Automation Electronic Engineering Department.
https://github.com/robotjaol/espressif_shms_v2
espressif stm32
Last synced: 3 days ago
JSON representation
espressif framework -> Structural Health is a Laboratory PLC SCSL project focused on achieving predictive maintenance for ITS infrastructure, specifically for the Automation Electronic Engineering Department.
- Host: GitHub
- URL: https://github.com/robotjaol/espressif_shms_v2
- Owner: robotjaol
- Created: 2024-10-14T07:39:30.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T02:19:32.000Z (3 months ago)
- Last Synced: 2024-11-08T09:20:04.209Z (about 2 months ago)
- Topics: espressif, stm32
- Language: C
- Homepage:
- Size: 46.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 私は退屈です SAMPEK NgeCrash Njir
### How to run
idf.py build
idf.py flash
idf.py monitor1. library acsess https://components.espressif.com/
2. command idf.py add-dependency "espressif/icm42670==1.0.0"### Cmake
*outer* cmake defaultcmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(blink)*main* cmake default
idf_component_register(SRCS "blink_example_main.c"
INCLUDE_DIRS ".")