You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,31 @@ This application could be used for testing devices containing standard [RC servo
4
4
5
5
## Installation instructions
6
6
7
-
Install application from [Flipper Zero application catalog](https://docs.flipper.net/apps), or go to the releases, download apps.zip and extract it in your SD card.
7
+
Please install the application from [Flipper Zero application catalog](https://docs.flipper.net/apps), or go to the releases, download apps.zip, and extract it to your SD card.
8
8
9
9
## Usage
10
10
11
11
- Connect the Servo PWM input to **A7** Flipper Zero in.
12
12
- Enable 5V output in the GPIO menu or plug-in USB-C charging cable. (If you're supplying power from an external power source, make sure it has common ground with the flipper GND)
13
-
- Start the ServoTester app
14
-
- Test different servo positions
13
+
- Start the Servo Tester app
14
+
- Move servo required positions using controls bellow
15
+
16
+
## Controls
17
+
18
+
| Button | Action |
19
+
| :----- | :--------------------------- |
20
+
| 🔼 | Up button increases pulse width by 10 us.|
21
+
| 🔽 | The down button decreases pulse width by 10 us. |
22
+
| ◀️ | Left button decreases pulse width by 1 us. |
23
+
| ▶️ | The right button increases pulse width by 1 us.. |
24
+
| ↩️ | Back button exit application. |
25
+
| 🔵 | Center button change mode. |
15
26
16
27
## Build instructions
17
28
18
-
- Clone the [official flipper zero firmware](https://github.com/flipperdevices/flipperzero-firmware)
19
-
- Add the content of this repo to the `applications_user` folder
0 commit comments