Skip to content

Releases: ExpressLRS/Backpack

ExpressLRS Backpack V1.5.8

Choose a tag to compare

@jurgelenas jurgelenas released this 13 Jul 08:24
09fc175

Backpack Documentation

New Targets

  • Add Oxbot R1 backpack target#227
  • Add an esp32 target to use the DIY ATT target #225
  • Add missing BAYCKRC, HGLRC, BetaFPV, GepRC, Jumper targets #229

Bugfixes

  • TLM WiFi mode fix #219
  • Head tracker fixes #226

ExpressLRS Backpack V1.5.7

Choose a tag to compare

@jurgelenas jurgelenas released this 14 Jun 21:22
6ca4b77

Backpack Documentation

New Targets

  • Add DAKEFPV and Radiosky V12 backpack targets #213
  • Add target for RX backpack Steadyview for esp32c3 #210
  • Add AX12 TX Backpack#216

New Features

  • Make CRSF telemetry accessible over WIFI as UDP broadcast #211

Bugfixes

  • Fix wifi flashing via flasher.pyz #221
  • Advertise product name in mDNS #224

ExpressLRS Backpack V1.5.6

Choose a tag to compare

@jurgelenas jurgelenas released this 14 Jun 20:00
ea5c2f4

Backpack Documentation

New Targets

  • Add DAKEFPV and Radiosky V12 backpack targets #213
  • Add target for RX backpack Steadyview for esp32c3 #210
  • Add AX12 TX Backpack#216

New Features

  • Make CRSF telemetry accessible over WIFI as UDP broadcast #211

Bugfixes

  • Fix wifi flashing via flasher.pyz #221

ExpressLRS Backpack V1.5.5

Choose a tag to compare

@jurgelenas jurgelenas released this 21 Feb 11:08
1494194

Backpack Documentation

New Targets

  • Add Radiomaster TX16 MK3 Backpack Target #204
  • Add targets for CoreWing & GEPRC #205
  • Add HDZero lite radio backpack target #206

Bugfixes

  • Head tracking tab should be available in all Wi-Fi modes #203
  • Update URL in user_defines.txt for documentation #212

ExpressLRS Backpack V1.5.4

Choose a tag to compare

@jurgelenas jurgelenas released this 06 Nov 06:28
c3da79f

Backpack Documentation

New Targets

  • Add Flysky PA01 backpack #199

ExpressLRS Backpack V1.5.3

Choose a tag to compare

@jurgelenas jurgelenas released this 14 Oct 21:09
b5b7675

Backpack Documentation

Features

  • Give AAT AP distinctive SSID name #197

New Targets

  • Add RadioSky V14, V16, V16R backpack targets #198
  • Add target for RadioMaster TX15 internal backpack #195

Bugfixes

  • MSP Race Condition #187
  • Refactor crc8_dvb_s2 Function for Improved Readability and Maintainability #175
  • Fix product name display #196
  • Fix binding behaviour: stop the binding from rebooting if the binding UID is already set correctly #192
  • Fixes USBSerial connected VRx devices #184

ExpressLRS Backpack V1.5.2

Choose a tag to compare

@jurgelenas jurgelenas released this 07 Apr 11:18
fb2fc17

Backpack Documentation

Features

  • Head tracker #158
  • Enhance Automatic Antenna Tracker (AAT) configuration via web interface #163
  • Add Mavlink port set config options for tx backpack #167

New Targets

  • Add GX12 Dual-Band Gemini-X TX #171
  • Add target for HDZero BoxPro goggles #181

Bugfixes

  • Downgrade AWS CLI to fix artifact uploads #182
  • Update GX12 backpack name #174
  • Remove stm32 mentions and definitions #177

ExpressLRS Backpack V1.5.1

Choose a tag to compare

@wvarty wvarty released this 21 Sep 02:29
575681d

Backpack Documentation

New Targets

  • RadioMaster Nomad TX Backpack #160

Bugfixes

  • Fix ETX passthrough on Jumper internal modules #159

ExpressLRS Backpack V1.5.0

Choose a tag to compare

@wvarty wvarty released this 31 Aug 06:24
15e2385

Backpack Documentation

Who should update from V1.4?

  • MAVLink users
  • Anyone looking to use Backpack for the MFD antenna trackers, or the DIY tracker
  • Race timer backpack users
  • Anyone with a ESP32C3 based backpack

New Features

MAVLink via WiFi for Backpack #141 #154

  • Details: This update introduces MAVLink via UDP forwarding, along with a number of other flexible telemetry options. Telemetry mode is now configurable via LUA script with three states:
    - Off: Disables telemetry forwarding.
    - ESPNOW: Forwards telemetry (CRSF for now, MAVLink coming soon) via ESPNOW to the receiver, bypassing WiFi.
    - WiFi: Triggers WiFi on the Backpack for UDP forwarding of MAVLink telemetry to the Ground Control Station (GCS).

Support for ESP32C3 Based Backpacks #133

  • Details: Backpack firmware can now run on the ESP32C3 microcontrollers. The ESP32C3 is a replacement for the end-of-life ESP8285 chip and offers other advantages.

Race Timer Backpack #114

  • Details: Adds a backpack target for a generic race timer with the following features:
    - Ability to configure itself for sending messages to multiple pilot's backpacks as directed from the connected race timer.
    - Ability to start and stop races by monitoring for the MSP_ELRS_BACKPACK_SET_RECORDING_STATE only from the bound backpack (assuming race director's backpack)
    - The backpack was built to pair with this RotorHazard Plugin for sending OSD messages throughout the race to pilots with hardware to support it (HDZero goggles).

Automatic Antenna Tracker (AAT) backpack #126

  • Details: Use an ESP8266/8285 backpack receiver, a couple of servos, and an optional screen, to build your own DIY antenna tracker that receives wireless telemetry data from an ExpressLRS TX module (assuming the TX has an onboard Backpack).

MFD Crossbow tracker integration #150

  • Details: Introduces an integration with the MFD Crossbow and mini Crossbow antenna trackers, which wirelessly forwards the telemetry from an ELRS TX module to the Crossbow in order to track the craft. More details here: https://www.expresslrs.org/software/mfd-crossbow/

Other notable features

  • WebUI enhancements #117
  • Update power levels for wifi modes to full power #134

Bug Fixes

  • Use the flashed bind phrase correctly #116
  • Various build / flashing fixes

Targets

  • RadioMaster Bandit TX backpacks
  • BETAFPV SuperG backpack
  • BetaFPV V2 Nano TX backpack
  • iFlight V2 Commando 8 backpack
  • Jumper T12 Max, T15 and T20 backpacks
  • Race timer backpack receiver
  • DIY AAT backpack receiver
  • MFD Crossbow backpack receiver

A note on versioning

The versioning scheme chosen by the ExpressLRS devs is based on the semantic versioning scheme.
Where a version is defined as “major.minor.patch”
major = major new feature and/or incompatible changes
minor = minor features or enhancements and/or new targets
patch = bug-fixes

ExpressLRS Backpack V1.4.1

Choose a tag to compare

@jurgelenas jurgelenas released this 04 Nov 09:57
ea8674a

Backpack Documentation

Targets

  • RadioMaster Pocket Backpack Target #110
  • Add MT12 TX backpack #111