raspi_zero
                Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| raspi_zero [02.01.2024 18:04] – thooge | raspi_zero [08.06.2025 10:07] (aktuell) – [Bluetooth] thooge | ||
|---|---|---|---|
| Zeile 30: | Zeile 30: | ||
| Basis: | Basis: | ||
| - python3-gpiozero z.B. für die Tasten | - python3-gpiozero z.B. für die Tasten | ||
| + | |||
| + | ===== Bluetooth ===== | ||
| + | |||
| + | Z.B. zum Koppeln des Telefonhörers | ||
| + | |||
| + | apt-get install bluetooth bluez-firmware bluez-alsa-utils | ||
| + | |||
| + | In '' | ||
| + |   hciattach / | ||
| + | |||
| + | siehe auch: | ||
| + |   * https:// | ||
| + | |||
| + | ==== Koppeln ==== | ||
| + | |||
| + | Gerät koppeln< | ||
| + | bluetoothctl | ||
| + | pairable on | ||
| + | scan on | ||
| + | ... warten bis Gerät sichtbar ... | ||
| + | scan off | ||
| + | trust <MAC> | ||
| + | connect <MAC> | ||
| + | exit | ||
| + | </ | ||
raspi_zero.1704218649.txt.gz · Zuletzt geändert:  von thooge
                
                