https://github.com/larssonoliver/si-printer-bridge
Rpi Pico-based simple offline printer.
https://github.com/larssonoliver/si-printer-bridge
c openscad pico-pio-usb pico-sdk raspberry-pi-pico sportident thermal-printer tinyusb
Last synced: about 2 months ago
JSON representation
Rpi Pico-based simple offline printer.
- Host: GitHub
- URL: https://github.com/larssonoliver/si-printer-bridge
- Owner: LarssonOliver
- License: gpl-3.0
- Created: 2023-10-26T19:23:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T11:40:18.000Z (about 1 year ago)
- Last Synced: 2024-04-27T12:30:30.452Z (about 1 year ago)
- Topics: c, openscad, pico-pio-usb, pico-sdk, raspberry-pi-pico, sportident, thermal-printer, tinyusb
- Language: C
- Homepage:
- Size: 717 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# si-printer-bridge
si-printer-bridge is a simple system that aims to reduce complexity and hassle when
using the [SPORTident](https://www.sportident.com/) timing system during
orienteering practice sessions.si-printer-bridge allows a reader station to be connected directly to a thermal
printer without the use of an android phone with bluetooth or similar. The
entire system may be powered using a conventional USB power bank.## SPORTident Device Support
The system has been successfully verified with the following devices.
| **Readers** | **USB VID** | **USB PID** |
|---|---|---|
| BSM 8-USB | `0x10C4` | `0x800A` || **Printers** | **USB VID** | **USB PID** |
|---|---|---|
| Miniprinter | `0x0416` | `0x5011` |As for cards, they *should* all work. Validated ones are listed here.
| **Card Model** | **Validated Working** |
| --- | --- |
| SI-Card 5 | :heavy_check_mark: |
| SI-Card 6 | |
| SI-Card 8 | |
| SI-Card 9 | |
| SI-Card 10 | :heavy_check_mark: |
| SI-Card 11 | |
| SI pCard | |## Materials
Here is a list of materials used to create a si-printer-bridge.
| **Component** | **Qty** | **Note** |
|---|---|---|
| Raspberry PI Pico | 1 | Can be W variant |
| Green LED Diode | 1 | 5mm diameter |
| Yellow LED Diode | 1 | 5mm diameter |
| USB-A female breakout | 2 | |
| Breakout board USB-C | 1 | [Polulu 3411](https://www.pololu.com/product/3411) |
| 220Ω Resistor | 4 | |## Updating Device Firmware
See [the updating-firmware.md](./docs/updating-firmware.md) document for
update instructions.## Circuit Diagram
![]()
## Assembled Unit
![]()