Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update PDF #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file modified Documentation/FLipPadAnwendungsanleitung.pdf
Binary file not shown.
Binary file modified Documentation/FLipPadUserManual.pdf
Binary file not shown.
Binary file added Documentation/UserManual/Bilder/fp-bl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/UserManual/Bilder/fp-in.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Documentation/UserManual/FLipPadAnwendungsanleitung.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Der FlipPad-Stick ist mit vier Kraftsensoren verbunden - einer für jede Bewegun

Die FlipPad verfügt über ein Infrarot-Fernbedienungs-Empfängermodul und eine Hochstrom-IR-LED, sodass sie Fernbedienungscodes vieler in der Unterhaltungselektronik verwendeter Fernbedienungsgeräte aufzeichnen und wiedergeben kann. Wenn Sie diese Funktion der FlipPad nutzen möchten, achten Sie darauf, dass die IR-Sende-LED auf das zu steuernde Gerät gerichtet ist. Eine Anleitung zum Anschluss einer externen IR-LED zur Erhöhung der Sendeleistung finden Sie auf den [FlipPad Wiki-Seiten](https://github.com/asterics/FlipPad/wiki).

![infrared](./Bilder/fig30.png)
![infrared](./Bilder/fp-in.jpg)

*Abbildung 29: Infrarot-Code-Aufzeichnung*

Expand All @@ -406,8 +406,8 @@ Das optionale Bluetooth-Zusatzmodul ermöglicht den Anschluss und die Steuerung

Das Bluetooth-Modul wird auf den internen 10-poligen Anschluss der FlipPad gesteckt. Öffnen Sie dazu das FlipPad-Gehäuse und schieben Sie das Modul so weit wie möglich auf die Stiftleiste:

<p align="left" width="100%"> <img width="40%" src="./Bilder/fig31.jpg"> </p>
Wird morgen gemacht!!
<p align="left" width="100%"> <img width="40%" src="./Bilder/fp-bl.jpg"> </p>

*Abbildung 31: Bluetooth-Modul*

#### Verbinden mit einem Bluetooth-Host-Gerät (Pairing)
Expand Down
10 changes: 7 additions & 3 deletions Documentation/UserManual/FLipPadUserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ The FLipPad device includes an infrared remote control receiver module and a hig

To record a new IR code, go to the tab ACTIONS. Click the desired action and select the action category “**Infrared**” in the popup-window. There, three different types of IR-actions can be selected from the combo box:

<p align="left" width="100%">
<img width="60%" src="./Bilder/fp-in.jpg">
</p>
*Figure 29: Infrared Code Recording*
* *Play infrared command*: sends the recorded code once
* *Hold infrared command*: repeats the code until the user activity ends
* *Stop infrared command*: stops a currently plaing IR-code
Expand All @@ -469,7 +473,7 @@ The existing commands can be chosen from the drop-down menu.
In this window you can also manage IR commands. Next to *New IR Command*, you can enter a name and then click RECORD - point your IR remote to the side of the FLipPad where the LEDs stick out and send the IR command (there is a 10 seconds time limit for the recording phase). The new command is now stored in the FLipPad and can be chosen and replayed by selecting it's name in the drop down menu. If the command is not correctly replayed, try to increase the IR-Code timeout – for example to 250 milliseconds. Using *Delete IR command* commands can be deleted.

<p align="left" width="100%">
<img width="70%" src="./Bilder/fpk14-en.png">
<img width="60%" src="./Bilder/fpk14-en.png">
</p>

*Figure 30: Infrared Recording and Replay Configuration Manager*
Expand All @@ -484,8 +488,8 @@ The optional Bluetooth Add-on module allows connection and control of cell phone

The Bluetooth module is plugged onto the internal 10-pin connector of the FLipPad. To do this, open the FLipPad housing and push the module onto the pin header as far as possible:

<p align="left" width="100%">
<img width="40%" src="./Bilder/fig31.jpg">
<p align="left" width="50%">
<img width="40%" src="./Bilder/fp-bl.jpg">
</p>

*Figure 31: Bluetooth module*
Expand Down