DCC_Decoder icon indicating copy to clipboard operation
DCC_Decoder copied to clipboard

An Arduino library for creating NMRA DCC decoding devices.

Results 3 DCC_Decoder issues
Sort by recently updated
recently updated
newest added

I've been looking at DCC signals and the performance of isolation circuits in connection with Arduinos. When decoding DCC in an Arduino, the measured half-pulse widths for a '1' bit,...

While fiddeling around with the DCC monitor and decoder I found the line: /////////////////////////////////////////////////////////// // Handle as a extd accessory decoder packet (4 bytes) if( ((gPacket[0] & 0xC0) == 0x80)...

Hi, I have been looking into your nice work about DCC decoders to be able to digitalize an old Märklin M layout. I am looking into utilizing every single i/o...