diff --git a/README.md b/README.md index ab1515c..65b7e95 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ Controls the VFD display of WACCA cabinet from an Arduino. +[example video](https://twitter.com/akasaka_spk/status/1659505635078311936) + ## Schematic -(sorry, no picture) +![schematic](sch/schematic.png) Rx,Tx of Arduino Pro Micro -> MAX232 -> Tx,Rx of VFD display (COM2 cable on WACCA cabinet) +Pin 2 of Arduino -> Coin selector (N-O contact) + +Gnd of Arduino -> Coin selector (COM contact) + For other connections around MAX232 see tutorials online such as the one in [DIYODE Magazine](https://diyodemag.com/education/the_classroom_rs232_the_max232_ic_arduino_uno). For RS232 pinout see e.g. [PinoutGuide](https://pinoutguide.com/SerialPorts/Serial9_pinout.shtml) diff --git a/sch/schematic.dch b/sch/schematic.dch new file mode 100644 index 0000000..6bdf47d Binary files /dev/null and b/sch/schematic.dch differ diff --git a/sch/schematic.png b/sch/schematic.png new file mode 100644 index 0000000..c2cb28f Binary files /dev/null and b/sch/schematic.png differ