Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bradeneverson/unda-esp32s3


https://github.com/bradeneverson/unda-esp32s3

Last synced: about 2 months ago
JSON representation

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
```