1
General chat about Amiga topics / Re: Using an amiga for DCC control of model railways
« Last post by A1200Power on March 01, 2026, 07:57:08 PM »Hi Crispy,
Have not done anything with that on the Amiga. But used a Esp32 to operate a train. You should use ASM for sending data to the serialport of the amiga. Then use a driver (LMD18200T) circuit to power the track. You can then superponate the signal to the "always powered on track". Look into the protocol to understand how the packets are build so the train can use that. First there is a preamble with some zero's followed by the train ID. This just all binary like the rest of the commands, direction, lights on/off and sound.
So your first step would be how to create a packet to operate the train. Be sure to get the timings right or your train might start to function irratic.
Cheers Henk
If i got time i will look into it because it is nice to use amiga for something like that.
Have not done anything with that on the Amiga. But used a Esp32 to operate a train. You should use ASM for sending data to the serialport of the amiga. Then use a driver (LMD18200T) circuit to power the track. You can then superponate the signal to the "always powered on track". Look into the protocol to understand how the packets are build so the train can use that. First there is a preamble with some zero's followed by the train ID. This just all binary like the rest of the commands, direction, lights on/off and sound.
So your first step would be how to create a packet to operate the train. Be sure to get the timings right or your train might start to function irratic.
Cheers Henk
If i got time i will look into it because it is nice to use amiga for something like that.
Recent Posts