Skip to content

Commit ab11841

Browse files
authored
Update README.md
1 parent dc576d3 commit ab11841

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,31 @@ This application could be used for testing devices containing standard [RC servo
44

55
## Installation instructions
66

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.
88

99
## Usage
1010

1111
- Connect the Servo PWM input to **A7** Flipper Zero in.
1212
- 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. |
1526

1627
## Build instructions
1728

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
20-
- Follow [official instructions](https://github.com/flipperdevices/flipperzero-firmware/blob/dev/documentation/AppsOnSDCard.md)
29+
Install [uFBT - micro Flipper Build Tool](https://github.com/flipperdevices/flipperzero-ufbt) to get a toolkit for building flipper zero applications.
30+
31+
- Clone this git repository
32+
- cd to *ServoTesterApp* content.
33+
- run *ufbt && ufbt launch* with flipper connected. It automatically installs the compiled application into Flipper Zero.
34+

0 commit comments

Comments
 (0)