Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrouaix/tamagorust
Try embeded rust on m5 stick
https://github.com/jrouaix/tamagorust
Last synced: 25 days ago
JSON representation
Try embeded rust on m5 stick
- Host: GitHub
- URL: https://github.com/jrouaix/tamagorust
- Owner: jrouaix
- Created: 2024-03-01T21:23:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T17:21:00.000Z (7 months ago)
- Last Synced: 2024-03-29T18:32:39.721Z (7 months ago)
- Language: Dockerfile
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tamagorust
Try embeded rust on m5 stick## Some commands
- `just`
- `screen /dev/ttyUSB0 115200` (Ctrl + A, K to exit)
- `minicom -D /dev/ttyUSB0 -b 115200` (Ctrl + A, X to exit)
- `ls /dev/ttyUSB*` (to check if device plugged, and find the correct port)## Resources
- https://github.com/esp-rs/esp-idf-template/
- cargo generate esp-rs/esp-idf-template cargo
- https://apollolabsblog.hashnode.dev/edge-iot-with-rust-on-esp-connecting-wifi
- https://apollolabsblog.hashnode.dev/esp32-embedded-rust-at-the-hal-button-controlled-blinking-by-timer-polling
- https://www.espressif.com/sites/default/files/documentation/esp32-pico_series_datasheet_en.pdf
- https://github.com/esp-rs/esp-idf-hal/tree/master/examples
-## Steps
- [ ] Run embassy no-std
- [ ] Have a blinking led
- [ ] Have all buttons working
- [ ] Have the screen working
- [ ] Have sound working
- [ ] Have accelerometer working
- [ ] Build a Simon game
- [ ] ...