Skip to content
Complete guide to using ServoMote

Manual

Welcome to the ServoMote manual. This guide covers everything you need to get started and make the most of the app.

Getting started

ServoMote lets you control servos wirelessly from your phone or tablet using Bluetooth Low Energy (BLE). You need two things:

  1. An ESP32 flashed with one of our sample sketches (or your own implementation of the BLE protocol)
  2. The ServoMote app on your iOS or Android device

Overview

The app is organized around devices. Each device represents an ESP32 with one or more servos attached. You can configure up to 8 servos per device and create as many devices as you like.

For each servo, you choose how it appears on the control screen — as a slider (horizontal or vertical) or a button (toggle between two positions). You can set angle limits, enable spring-back behavior, and even make servos depend on each other using conditions.

What's in this manual

SectionDescription
DevicesAdd, configure, and manage your devices
ServosConfigure individual servos — name, range, display type
ControlUsing the control screen to operate your servos
BluetoothConnecting to your ESP32 via BLE
Export & importBack up and share your configurations
ESP32 setupFlashing your ESP32 with sample sketches
BLE protocolTechnical reference for the BLE communication protocol