Version 25.2 by Hans-Georg Schäfer on 2018/10/09 16:12

Show last authors
1 Unser Forums-Kollege Heiko (monster50) hat für den Raspberry PI ein Interface realisiert, welches mit dem TPUART-Chip von Siemens arbeitet.
2
3
4 === Platine ===
5
6 Funktionsmuster sowie erste Platine TPUART für Raspberry Pi
7 [[image:IMG_3410.JPG||height="173" width="230"]] [[image:TP-UART.jpg||height="169" width="229"]]
8
9
10 **Vorteile: **Stabile Kommunikation, keine Software nötig, wenige externe Bauteile, einfacher Aufbau
11 **Nachteil: **Teurer Siemens-Chip (ca. 10€ + Versand). Nicht OpenSource.
12
13 ----
14
15 === Installation ===
16
17 Es werden folgende Pin's mit dem Raspberry PI verbunden: 3.3V / GND / UART_TXD / UART_RXD
18
19
20 === Software ===
21
22 **[[eibd>>https://www.auto.tuwien.ac.at/~~mkoegler/index.php/eibd]] / [[knxd>>https://github.com/knxd/knxd]]**
23
24 Hier ein Beispiel zum Testen, ob der Betrieb auch funktioniert:
25
26 **eibd -** "##eibd -e 1.1.68 -c -S -D -i -T -R ~-~-tpuarts-disch-reset ~-~-tpuarts-ack-all-group -u ~-~-trace=5 ~-~-pid-file=/var/run/eibd.pid tpuarts:/dev/ttyAMA0##"
27 **knxd - "**##knxd -e 1.1.68 -E 1.1.62:8 -D -T -R -S -f9 -B log -t 1023 -b tpuarts:/dev/ttyAMA0##**"**
28
29 Für knxd ist es notwendig einen Sym-Link zu erstellen. z.B.: Wie [[hier>>https://github.com/knxd/knxd/wiki/Adding-a-busware-pigator-KNX-TPUART-(Raspberry)]] beschrieben.
30 Beispiel: "##ACTION=="add", SUBSYSTEM=="tty", ATTRS{id}=="00341011", ATTRS{irq0}=="83", SYMLINK+="ttyKNX1", OWNER="knxd"##"
31
32
33 (% class="box warningmessage" %)
34 (((
35 **Hinweis: **Die TP-UART-Platine kann, sobald eine Bus-Spannung anliegt (die LED leuchtet rot), auf dem Raspberry PI in Betrieb genommen werden.
36 )))
37
38 ----
39
40 === Downloads ===
41
42 Hier der [[Stromlaufplan>>https://github.com/Tontechniker/hardware-incubation/blob/patch-1/module/Raspi-TPUART.sch]] und das [[Board>>https://github.com/Tontechniker/hardware-incubation/blob/patch-1/module/Rasdpi-TPUART.brd]] der Version 1.0 in Tontechnikers Fork.
43 Hier die Überarbeitete Variuante im SB-Git: [[https:~~/~~/github.com/selfbus/hardware-incubation/tree/master/misc/RasPI-TPUART>>url:https://github.com/selfbus/hardware-incubation/tree/master/misc/RasPI-TPUART]]
44
45 === Einkaufsliste ===
46
47 [[Spezialteile>>https://github.com/Tontechniker/hardware-incubation/blob/patch-1/module/Farnell_Bestellung.pdf]] von Farnell.
48 Alle anderen Teile bekommt man bei den bekannten Distributoren.
49
50 Solange der Vorrat reicht, gibt es alle benötigten Bauteile (inkl Platine V1.0, TPUART und WAGO Stifte) von Doumanix. ~-~-> [[PN im Forum>>http://selfbus.forums3.com/ucp.php?i=pm&mode=compose&u=374]].
51
52
53 Fragen zum Aufbau und zur Funktion bitte im Forum.
54