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

https://github.com/bschwind/sleep-machine

An RP2040-based project for generating brown noise for sleeping
https://github.com/bschwind/sleep-machine

Last synced: 9 months ago
JSON representation

An RP2040-based project for generating brown noise for sleeping

Awesome Lists containing this project

README

          

# sleep-machine

An RP2040-based project for generating brown noise for sleeping.

## Dependencies

```
rustup target add thumbv6m-none-eabi
cargo install elf2uf2-rs
```

## Flash Code

```
cargo run --release
```

### Troubleshooting

If you get an error such as:

```
Error: "Memory segment 0x010000->0x010094 is outside of valid address range for device"
```

Double check that your `RUSTFLAGS` environment variable, as it will take precedence over the values set in `./cargo/config.toml`.