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

https://github.com/ctron/eclipsecon-2022-rust-embedded


https://github.com/ctron/eclipsecon-2022-rust-embedded

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Rust: Embedded, Async, all the way!

This is a talk about Rust on embedded (microcontroller) devices.

## Pre-reqs

* Enable the Web Bluetooth API ([chrome://flags/#enable-web-bluetooth](chrome://flags/#enable-web-bluetooth))
* Install a local webserver (e.g `miniserve`)
```shell
cargo install miniserve
```

## Run

Serve the files locally:

```shell
miniserve .
```

Then:

* Power on the presenter
* Open http://localhost:8080/index.html
* Press `c` to connect to the presenter
* Press `s` for the speaker notes
* Press `F11` to go fullscreen