Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.81 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.81 KB

MPED-DIY mped

MPED DIY DCC decoders

Based on the work of Geoff Bunza, I am designing my own miniature DIY decoders, which includes both PCB design and corresponding sketch. Programming is done using NmraDcc library with the help of its author Alex Shepherd.

So far, two decoders have been designed:

  1. Basic Accessory Turnout Decoder: the idea is to have a miniature decoder attached to each individual turnout. The decoder is to draw power and commands directly from the turnout tracks. This is useful for those model railroaders who do not have a fixed and permanent layout so that the position of a single turnout can change. dt2 dt2_pcb

The result can be seen on the video. For more information, please refer to this forum entry.

  1. Basic Multifunction Locomotive Decoder: The idea is to have a miniature decoder that uses all the NMRA mandated and recommended CVs (mprimary address, Vstart, manufacturer ID and version, packet time-out value, configuration data), as well as extended address, acceleration and deceleration rate, Vmid, Vhigh and speed table. dl1 dl1_pcb

For more instructions, please refer to this forum entry.