https://github.com/studyresearchprojects/arduino-projects
⚡ Arduino UNO Projects sources
https://github.com/studyresearchprojects/arduino-projects
arduino development embedded projects
Last synced: about 1 month ago
JSON representation
⚡ Arduino UNO Projects sources
- Host: GitHub
- URL: https://github.com/studyresearchprojects/arduino-projects
- Owner: StudyResearchProjects
- License: mit
- Created: 2021-02-21T16:50:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T22:17:12.000Z (almost 2 years ago)
- Last Synced: 2025-09-01T15:45:37.626Z (10 months ago)
- Topics: arduino, development, embedded, projects
- Language: Rust
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arduino Projects
Collection of projects done Arduino with Rust
## Setup
1. Make sure XCode Developer Tools are installed
```bash
xcode-select --install
```
2. Install AVR dependencies
```bash
brew tap osx-cross/avr
brew install avr-gcc arvdude
```
3. Install Ravedude
```rust
cargo install ravedude
```
4. Make sure `avr-specs` has a JSON file for your microcontroller, if missing,
add it from https://github.com/Rahix/avr-hal/tree/main/avr-specs.
5. Configure `.cargo/config.toml` to point the `target` to your microcontroller spec.
6. Find your device's port using `/bin/ravedude_port.sh`
## Running Locally
Each crate has a README with a diagram, motivation and example command.
## License
MIT Licensed