mLRS icon indicating copy to clipboard operation
mLRS copied to clipboard

2.4 GHz & 915/868 MHz LoRa based telemetry and radio link for remote controlled vehicles

Results 40 mLRS issues
Sort by recently updated
recently updated
newest added

I tried myself on flashing a r9m tx module with just a opentx remote, or rather like elrs is doing. What I found out: - `fkr` files are bin files...

see https://github.com/olliw42/mLRS/issues/24#issuecomment-1269184433 and follow up posts

When a frame is lost, the parser may be in the middle of parsing a message. We should reset it to start looking for the next frame so it doesn't...

Hi Olliw, Semtech llcc68 is same to sx126x,only lacks some lower speed in lora mode,but is really cheaper than sx126x.

I've seen AES and ChaCha as implementations in other radios, any plans for implementation here?

as the title says, this PR does 3 thiongs, separated in 3 commits: - adds mavlink params for tx - adds basic tx support for esp82xx - adds tx-generic-2400-pa target...

WORK IN PROGRESS : DO NOT MERGE This PR is to add support for ESP32 based True Diversity ELRS receivers.

work in progress
do not merge

This contains a simple github action that runs a `pio run` on pushes to either `main` or any branch beginning with `dev-esp`. This will test that all ESP targets compile....

follow up on https://github.com/olliw42/mLRS/issues/74. - The current lua script for bw screens supports only 5 parameters, for reasons of limited ram on radios with bw screen. It is however possible...

for those who want to play and test :) this adds the new option "crsf tx" to the RxOutMode parameter. This option should be selected on the receiver on the...

experimental