Skip to content

A fork of the official firmware for Meshtastic, adding servo support.

License

Notifications You must be signed in to change notification settings

mehow/meshtastic-firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10,109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Meshtastic Firmware
with servo support

Overview

This is a fork of the official Meshtastic firmware, adding servo support.

Meshtastic is an open-source LoRa mesh networking project designed for long-range, low-power communication without relying on internet or cellular infrastructure. The firmware supports various hardware platforms, including ESP32, nRF52, RP2040/RP2350, and Linux-based devices.

Meshtastic enables text messaging, location sharing, and telemetry over a decentralized mesh network, making it ideal for outdoor adventures, emergency preparedness, and remote operations.

This fork adds an ability to remotely control a servo connected to a Meshtastic device. Think remote controlled geocaches, vents, release mechanisms, etc.

Get Started

Configuration

This fork adds additional configuration settings:

  • servo_control.enabled - true / false
  • servo_control.gpio_pin - GPIO pin the servo is connected to
  • servo_control.open_position - OPEN position 0-180°
  • servo_control.closed_position - CLOSED position 0-180°
  • servo_control.authorized_key - list of public keys of authorized nodes

Use my fork of Python CLI or Android App to set them before first use.

Usage

The firmware recognizes the following text commands:

  • OPEN moves the servo to the OPEN position
  • CLOSE moves the servo to the CLOSED position
  • STATUS responds with the current state of the servo

Use Quick chat options to make sending those commands faster.

About

A fork of the official firmware for Meshtastic, adding servo support.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 66.6%
  • C 31.7%
  • Python 0.9%
  • Batchfile 0.3%
  • Shell 0.3%
  • Dockerfile 0.1%
  • Other 0.1%