Includes latest Arduino .ino sketches for:
-
TCH Technology 32 Output OpenLCB Consumer Node all Rev
-
TCH Technology 32 Input OpenLCB Producer Node all Rev
-
TCH Technology 16 in 24 out P/C Node all Rev
Do not use Arduino 1.5.0 or higher.
These Sketches were tested on 1.0.5
- Download a copy of Arduino IDE 1.0.6 from this page into a new file, say Arduino106;
- Download the zip file from this repositiory into a new directory, say TCHFirmware;
- Run Arduino106, and click on the 'Arduino' tab, and choose Preferences. In the 'Sketchbook Location' field enter the location of the TCHFirmware directory, or browse for it. When you have found the directory, push OK at the bottom of the window.
You may need to restart the Arduino IDE. - Click on 'File' and then 'Sketchbook' and choose one of:
- tch_tech_16P_24C
- tch_consumer
- tch_producer
- Click on 'Tools' and 'Board' and choose the corresponding board:
- TCH Technology Consumer128
- TCH Technology Consumer64
- TCH Technology Producer128
- TCH Technology Producer64
- TCH Technology Producer Consumer
- Click on 'Tools' and 'Port' and choose the port attached to teh USB-serial adapter.
- Test compile the sketch by pushing the check-circle at the top of the sketch window.
- Program the board by pushing the right-arrow-circle.