Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hardware | 2024-09-16 | ||
case | 2024-06-15 | ||
firmware | 2023-04-15 | ||
config | 2023-03-30 | ||
readme.md | 2024-06-13 | 1.3 kB | |
Totals: 5 Items | 1.3 kB | 11 |
PiLocoBuffer
LocoBuffer style board on top of Raspberry Pi.
See project pages for some technical details.
If you want to build one follow the instructions: how-to-bild.
This folder contains sub folders for releases of
- case: multiple approaches for putting PiLocoBuffer into a case
- hardware: manufacturing data of the PCB
- config: do all configuration with one makefile
- firmware: compiled firmware running in the AVR
A matrix of valid version combinations:
Hardware | Firmware | Configuration | LbServer |
---|---|---|---|
0.1, 0.2, 0.3 | 2023-04-15 | 0.1 [^1] | 0.14 |
0.1, 0.2, 0.3 | 2023-04-15 | 0.1 | 0.13 |
0.1, 0.2, 0.3 | 2023-03-05 | 0.1 | 0.13 |
[^1]: run make FIRMWARE_VER=2023-04-15 LBSERVER_VER=0.14 all
.
Normally, you should not care about the versions. The makefile will do that for you. But currently the configuration uses old versions. Just follow this