Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PiLocoBufferConfig_0.1.zip | 2023-03-30 | 7.1 kB | |
Totals: 1 Item | 7.1 kB | 3 |
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