Repo for the Bluetooth server and client code
- See https://doc.rust-lang.org/book/ for a tutorial on the language itself.
- See https://docs.rust-embedded.org/book/intro/index.html on extra information specific for embedded programming.
See
for installation instructions.
Choose the no_std option for the exp32 with Xtensa architecture.
After following installation you should have cargo and espflash installed so cargo run --release when the board is plugged in should work. If it hangs on Connecting... cancel the command (Ctrl-c) and try again or try pressing the RESET button of the development board.
cargo doc --open should open the documentation for all dependencies and the project in your browser.