Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradeneverson/unda-esp32s3
https://github.com/bradeneverson/unda-esp32s3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradeneverson/unda-esp32s3
- Owner: BradenEverson
- Created: 2024-04-16T11:02:58.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T11:34:47.000Z (9 months ago)
- Last Synced: 2024-04-16T14:28:32.563Z (9 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embedded ML on ESP32-S3 using Rust
## Prerequisites
Before you begin, ensure you have the following installed on your system:`rustup`
`cargo`
`cargo-generate` for scaffolding the project
`ESP-IDF` for the ESP32-S3 hardware abstraction layer
Serial drivers for the ESP32-S3 (depending on your OS)## Quick Start
To create a new project based on this template, run:```bash
cargo generate -BradenEverson/unda-esp32s3
```