ESP32 Train controller firmware and parts
Go to file
Jared Dunbar 0ee958e5c4 Progress commit 2023-04-06 17:33:00 -04:00
3d_printer_files Add 3d printer files 2023-03-12 01:46:00 -05:00
include Initial Commit 2023-02-04 13:18:55 -05:00
lib Moved motor controller code out of handheld controller code 2023-02-19 00:02:47 -05:00
src Progress commit 2023-04-06 17:33:00 -04:00
test Initial Commit 2023-02-04 13:18:55 -05:00
.gitignore Gitignore: vscode 2023-04-03 20:23:55 -04:00
LICENSE Adds readme and license 2023-03-12 13:51:09 -04:00
README.md Adds readme and license 2023-03-12 13:51:09 -04:00
platformio.ini Progress commit 2023-04-06 17:33:00 -04:00

README.md

Handheld Controller

Designed to be a controller that you can use to run your locomotive on the go, the handheld controller provides a robust interface to control your train.

Repository Layout

  • 3d_printer_files: A folder containing STL files and FreeCAD models that can be 3D printed to create the controller
  • Everything else: Source code that uses platformio for deploying software to an ESP32.

This project is still a WIP.