ExpressLRS / Backpack

Firmware for ExpressLRS compatible backpacks
GNU General Public License v3.0
95 stars 70 forks source link

[Feature Request] Elrs backpack for RX5808-div (BAYCK Starfish D1) #106

Open lesharodin opened 12 months ago

lesharodin commented 12 months ago

Hi, there is opensource VRX based on ESP32 + 2*RX5808 https://github.com/Ft-Available/RX5808-Div/tree/main

Any idea how could we implement backpack there?

It's pretty cheap and looking good opensource VRX, I ordered mine there https://aliexpress.ru/item/1005005186732201.html?sku_id=12000032027326078

While waiting for it to arrive just trying to think how could we get erls backpack inside it, since its esp32 based.

pkendall64 commented 12 months ago

Since it's ESP based it could easily integrate backpack functionality directly into it's own codebase. The backpack code is also ESP based so it should be a fairly easy task to pull the code from the backpack repo into the codebase for the VRX and create a task to listen for backpack messages.