This is an extension card for the 208 that generates and distributes trigger sequences to the various submodules.
Installation instructions:
- Download the latest firmware from triglavmodular.hu/208-cards/clockwork-card
- Download and install the Arduino IDE: https://www.arduino.cc/en/software
- Remove the card from the 208.
- Plug in the card to your computer with the USB-C port.
- Open the downloaded firmware project. (Clockwork_Code.ino)
- Select the USB port in the IDE in the top left corner. It will look something like "/dev.cu.usbserial-XXXXXXXX". Choose Arduino Nano for board if asked.
- Press upload in the top left corner and wait for the flashing to finish.
- Unplug the device from the USB port.
- You’re done.
CHANGELOG
1.2
Fixed a bug that caused trigger lengths to be shorter than 4ms.
1.1
Fixed a bug causing external and pulser mode triggering on the falling edge.
1.0
Initial release.