2024-01-13 00:29:30 +01:00
2023-05-31 21:30:21 +02:00
2024-01-13 00:29:30 +01:00
2023-04-24 21:49:13 +02:00
2019-12-13 23:17:47 +01:00
2023-04-24 21:49:13 +02:00
2023-09-22 22:11:46 +02:00

LED-Board

Project Page

C3MA

Controller

  • PlatformIO

Hardware

  • Arduino MEGA2560
  • Ethernet shield

Firmware

  • PlatformIO based

see platformio.ini

Client Software

stored in folder /client

Dependency

  • rust
  • cargo

Build

go to /client

  • cargo build
  • cargo run

Deamon

Requires ''systemd''

Install by creating a link to this project

/etc/systemd/system# ln -s /home/c3ma/led-board/client/ledBoard.service ledBoard.service
systemctl daemon-reload
systemctl enable ledBoard.service

Start deamon with

systemctl start ledBoard.service
Description
The train arrival LED board
Readme 285 KiB
Languages
Rust 87.8%
C++ 7.1%
C 4.9%
QMake 0.2%