Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pi-train-controller

Automated remote control of a LEGO model railway, based on Raspberry Pi Zero W.

Documentation of the protocol used by the LEGO Power Functions infrared remote control can be found here.

Following the awesome advice in Brian Schwind's blog, I disregarded lirc and went for the pigpio library, which worked like a charm. Install it and configure pigpiod to run on boot:

pi@raspberrypi:~ $ sudo apt install python3-pigpio
pi@raspberrypi:~ $ sudo systemctl enable pigpiod
pi@raspberrypi:~ $ sudo systemctl start pigpiod

Hardware used:

About

Automated remote control of a Lego model railway, based on Raspberry Pi Zero W.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages