Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhasbini/ServoTesterApp
FlipperZero app to test servo motors
https://github.com/mhasbini/ServoTesterApp
Last synced: 7 days ago
JSON representation
FlipperZero app to test servo motors
- Host: GitHub
- URL: https://github.com/mhasbini/ServoTesterApp
- Owner: mhasbini
- License: mit
- Created: 2023-03-25T00:41:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-27T18:34:08.000Z (over 1 year ago)
- Last Synced: 2024-02-13T20:30:37.261Z (9 months ago)
- Language: C
- Homepage: https://mhasbini.com/blog/servo-tester-flipper-zero.html
- Size: 84 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-flipperzero - `Servo Tester` Servo Tester App
- awesome-flipperzero - `Servo Tester` Servo Tester App
- awesome-flipperzero-withModules - `Servo Tester` Servo Tester App
README
# Servo tester app for Flipper Zero
https://user-images.githubusercontent.com/8887221/228034391-aa9df44c-dcf7-4999-9d22-590cc7ac0392.mp4
The aim of this app is to replicate the behavior from this tester:
![](assets/original-servo-tester.jpeg)
You can read more about it in this blog ! link to blog here
## Usage
- Connect Servo control line to `A7` pin.
- Start app
- If you're supplying power from a power source, make sure it have common ground with the flipper.## Controls
- Left/Right: change angle in manual mode.
- Up/Down: change modeThe app have three modes:
- Manual: left increase 10°, right dcreace 10°.
- Center: move to 90°.
- Sweep: move between 0° & 180° every 1 second.Angle range is: 0° to 180°.
## Installing
Drop the `servotester.fap` from `./binaries` to `/ext/apps/GPIO/`.
## Building
- Navigate to your firmware directory > `./application_user`
- copy `servotester/` content.
- run `./fbt launch_app APPSRC=servotester`