From 9428fddf55671f83e97eb480790b39692df0af5b Mon Sep 17 00:00:00 2001 From: Ari <007ghg7@gmail.com> Date: Sun, 20 Aug 2023 00:09:28 -0700 Subject: [PATCH] Update README.md added LED board information --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4007a4..1ea9af2 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,28 @@ https://ie.rs-online.com/web/p/pcb-headers/8960809 LED Data board (14-1497-R)

-This sends the pretty colors to the touch controller and card reader panel? +This sends the pretty colors to the touch controller. +Attempts to swap the board to an Adafruit FT232H breakout board to replace LED driver ongoing, Wacca LED tests pass fine, but no data seems to be sent out from pin 14. + +``` +IC1: FTDI FT232HL - Single Channel HiSpeed USB to Multipurpose UART/FIFO IC +Datasheet: https://ftdichip.com/wp-content/uploads/2020/07/DS_FT232H.pdf + +IC2: (93lc56b 6 pin?) eeprom for USB descriptor and VID/PID +Datasheet: https://www.microchip.com/en-us/product/93lc56b + +IC3: B86J (sn74ahct1g86) Single 2-Input XOR Gate +Datasheet: https://www.ti.com/lit/ds/symlink/sn74ahct1g86.pdf + + Additional info: +IC3 Pin# 1 - MOSI from FT232HL (Pin 14) +IC3 Pin# 2 - trace runs to one pad of R10, through R11 (10k ohm resistor), to ground +IC3 Pin# 3 - Ground +IC3 Pin# 4 - LED data out into R12 (100 ohm resistor) to CN2 (LED Data/Ground out) +IC3 Pin# 5 - (5v?) VCC in + +``` 2.1 channel AMP (14-1466CR)