ReflowController/Software/Pinout.md

39 lines
707 B
Markdown
Raw Normal View History

2020-06-06 19:12:25 +02:00
# EXP1
2020-10-20 09:23:19 +02:00
|Pin|Funktion|Pin Arduino|Pin Displayplatine|Kommentar
|---|---|---|---|---
2020-10-22 20:18:30 +02:00
|1|Beeper|5||
|2|Encoder Button|4||
2020-10-20 09:23:19 +02:00
|3|Display MOSI|11|5|
|4|Display CS|10|4|
|5|Display SCLK|13|6|
|6|Not Used|||
|7|Not Used|||
|8|Not Used|||
|9|GND|||
|10|VCC|||
2020-06-06 19:12:25 +02:00
# EXP2
2020-10-20 09:23:19 +02:00
|Pin|Funktion|Pin Arduino|Kommentar
|---|---|--|--
1|Not Used||
2|Not Used||
2020-10-22 21:28:19 +02:00
3|Encoder 2|2|
2020-10-20 09:23:19 +02:00
4|Not Used||
2020-10-22 21:28:19 +02:00
5|Encoder 1|3|
2020-10-20 09:23:19 +02:00
6|Not Used||
7|Not Used||
8|Stop Button|Reset|
9|GND||
10|Not Used||
2020-06-06 19:12:25 +02:00
# Arduino
2020-06-06 19:33:14 +02:00
|Funktion|Pins
2020-06-06 19:12:25 +02:00
|---|---
2020-06-06 19:33:14 +02:00
|Display|SPI (MOSI:11, SCLK:13) + Pin 10 as CS
2020-10-22 21:28:19 +02:00
|Encoder| Encoder 2 > Pin 2, Encoder 1 > Pin 3
|Encoder Button| Pin 4
2020-06-06 20:00:45 +02:00
|Beeper| Pin 5 (PWM)
2020-10-22 21:28:19 +02:00
|Stop Button|Reset
|Temp CS, MISO, SCLK|6, 7, 8 (Soft-SPI)
2020-10-22 21:30:13 +02:00
|Optokoppler|9 (active high)