Follow the book (Markdown) or run the included mdbook (Installation) book:
git clone [email protected]:LechevSpace/nanosat-workshop.git && \
cd nanosat-workshop && \
mdbook serve
NB: Using [email protected]:LechevSpace/nanosat-workshop.git
requires SSH key set up on Github.
Use your browser to open http://localhost:3000
cargo install espflash --rev 60224d1 --git https://github.com/esp-rs/espflash
Pinout, docs, schematics, etc. can be found here: https://github.com/esp-rs/esp-rust-board
Use UART0 at 21 (TX) & 20 (RX) GPIO pins.
Run minicom at correct baud rate (115 200
):
minicom -b 115200 --noinit --statline --capturefile=uart_debug.cap --wrap -D /dev/ttyUSB0
This will save all caught data in a file called uart_debug.cap
.
MIT or APACHE-2.0