-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/triglav-modular/208_Clockwo…
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Clockwork Card 208-5 | ||
|
||
This is an extension card for the 208 that generates and distributes trigger sequences to the various submodules. | ||
|
||
Installation instructions: | ||
|
||
1. Download the latest firmware from triglavmodular.hu/208-cards/clockwork-card | ||
2. Download and install the Arduino IDE: https://www.arduino.cc/en/software | ||
3. Remove the card from the 208. | ||
4. Plug in the card to your computer with the USB-C port. | ||
5. Open the downloaded firmware project. (Clockwork_Code.ino) | ||
6. 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. | ||
7. Press upload in the top left corner and wait for the flashing to finish. | ||
8. Unplug the device from the USB port. | ||
9. You’re done. |