https://github.com/voided/sleeping
https://github.com/voided/sleeping
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voided/sleeping
- Owner: voided
- Created: 2024-02-11T20:58:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T23:29:28.000Z (about 1 year ago)
- Last Synced: 2025-06-07T00:25:34.971Z (about 1 year ago)
- Language: Rust
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sleep + Ping
Raspberry Pi Pico W button timestamper thing.
Basically: push button on the Pico. Pings the web server. The server records the time for my future review.
## Stack
## pico-button
- it's Rust.
- embassy-rs for embedded Rust language support.
## server
- it's C#.
- .NET8 API for the web tech.
## Stuff to know
The Pico W runs the RP2040 chip. It's a 32-bit ARM Cortex-M0+ chipset.
Wifi chip is CYW43439, the cyw43 library handles this.