Skip to content

Ready for comment

Latest
Compare
Choose a tag to compare
@Neil-McK Neil-McK released this 31 Jan 12:39
· 4 commits to master since this release

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.