From cb376f395911d6face5a107cd4c543d7a03249b8 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sat, 7 Oct 2017 15:20:00 +0000 Subject: WIP: hardware test partner round 1 Not sure which kicad files are necessary and which are local yet! Goal: fixed "host" board (this board) with socket for _any_ Nucleo64 st board, giving access to test: * DAC->ADC (both directions) * I2C (both directions) * SPI (both directions) * Uart (both directions) a socket for a cheap fx2 based logic analyser will be included, so that sigrok can be used to capture tests of the actual line states. --- hw1/hw1.csv | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hw1/hw1.csv (limited to 'hw1/hw1.csv') diff --git a/hw1/hw1.csv b/hw1/hw1.csv new file mode 100644 index 0000000..ef63a7e --- /dev/null +++ b/hw1/hw1.csv @@ -0,0 +1,17 @@ +Reference, Value, Footprint, Datasheet +"P1","Power","Socket_Arduino_Uno:Socket_Strip_Arduino_1x08","" +"P2","Analog","Socket_Arduino_Uno:Socket_Strip_Arduino_1x06","" +"P5","CONN_01X01","Socket_Arduino_Uno:Arduino_1pin","" +"P6","CONN_01X01","Socket_Arduino_Uno:Arduino_1pin","" +"P7","CONN_01X01","Socket_Arduino_Uno:Arduino_1pin","" +"P8","CONN_01X01","Socket_Arduino_Uno:Arduino_1pin","" +"P4","Digital","Socket_Arduino_Uno:Socket_Strip_Arduino_1x08","" +"P3","Digital","Socket_Arduino_Uno:Socket_Strip_Arduino_1x10","" +"U1","STM32L151C6TxA","LQFP48","" +"P9","FX2LA","Connectors:IDC_Header_Straight_10pins","" +"P10","CONTROL","","" +"C2","100n","Capacitors_SMD:C_0603_HandSoldering","" +"C1","100n","Capacitors_SMD:C_0603_HandSoldering","" +"C3","100n","Capacitors_SMD:C_0603_HandSoldering","" +"C4","100n","Capacitors_SMD:C_0603_HandSoldering","" +"C5","100n","Capacitors_SMD:C_0603_HandSoldering","" -- cgit