https://github.com/dotcypress/wzhooh
Slot Car Lap Timer
https://github.com/dotcypress/wzhooh
raspberry-pi-pico rp2040 rust rust-embedded
Last synced: about 2 months ago
JSON representation
Slot Car Lap Timer
- Host: GitHub
- URL: https://github.com/dotcypress/wzhooh
- Owner: dotcypress
- License: apache-2.0
- Created: 2023-08-28T17:28:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T16:53:29.000Z (over 1 year ago)
- Last Synced: 2025-01-24T19:11:48.710Z (4 months ago)
- Topics: raspberry-pi-pico, rp2040, rust, rust-embedded
- Language: HTML
- Homepage: https://wzhooh.vercel.app
- Size: 3.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Wzhooh
Slot Car Lap Timer
## Resources
- [Web dashboard](https://wzhooh.vercel.app)
- [Schematics](pcb/fab/wzhooh.pdf)
- [Gerber files](pcb/fab/Wzhooh_rev_0x01.zip)
- [BOM](pcb/fab/wzhooh-bom.csv)
- [Interactive BOM](https://htmlpreview.github.io/?https://github.com/dotcypress/wzhooh/blob/main/pcb/fab/ibom.html)## Installation
1. Download latest firmware build from [Releases page](https://github.com/dotcypress/wzhooh/releases)
2. Hold the BOOTSEL button while connecting your board to the computer
3. Copy firmware file downloaded earlier to the RPi-RP2 disk
4. Enjoy## Building firmware
1. Install rustup by following the instructions at https://rustup.rs
2. Install Cortex-M0, M0+, and M1 (ARMv6-M architecture) target: `rustup target add thumbv6m-none-eabi`
3. Install LLVM tools: `rustup component add llvm-tools-preview`
4. Install cargo-binutils: `cargo install cargo-binutils` (Note: on some Linux distros (e.g. Ubuntu) you may need to install the packages build-essential, gcc-arm-none-eabi, libssl-dev and pkg-config prior to installing cargo-binutils)
5. Install elf2uf2: `cargo install elf2uf2-rs`
6. Clone this repo: `git clone [email protected]:dotcypress/wzhooh.git && cd wzhooh`
7. Hold the BOOTSEL button while connecting your board to the computer
8. Flash microcontroller: `cargo run --release`## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.