Skip to content

Releases: Neil-McK/DccDiagnostics

Ready for comment

31 Jan 12:39
Compare
Choose a tag to compare

This release supports Arduino Uno, Mega and Nano, using input capture mode for the DCC input and Serial USB for command input and output of results.

It includes validation of bit lengths and deltas against NMRA standards for command stations and for decoders.

In addition, it supports ESP32 platforms using input capture mode for DCC input, Serial USB for command input and result output, OLED screen for a reduced subset of results, and HTTP Web Server (WiFi WPS connection) for display of results on a web browser.

Other platforms may work but are likely to perform bit timing using the micros() function which is not particularly accurate and so unsuitable for validating the bit stream. This mode is however fine for capturing and displaying DCC packet contents.

v0.1

17 Jan 15:20
Compare
Choose a tag to compare

Full support for Arduino Nano, Uno and Mega using Input Capture Mode on supported pins. Also supports low-accuracy mode on other pins and architectures using the micros() function.