mLRS: Yaapu Telemetry App and wireless Mavlink forwarding to MissionPlanner

  Рет қаралды 5,097

OlliW42

OlliW42

Жыл бұрын

The mLRs project has support now for CRSF Passthrough, which enables using the Yaapu Telemetry App. It also supports wireless connection to the full bi-directional Mavlink data strem, which is demonstrated here by connecting to MissionPlanner.
mLRS discussion thread: www.rcgroups.com/forums/showt...
mLRS github repository: github.com/olliw42/mLRS
mLRS inauguration video: • mLRS: 2.4 GHz, Lora, M...

Пікірлер: 26
@dayworkhard
@dayworkhard 3 ай бұрын
Good job. Now I understand how mlrs works. For rx-> tx, RX sends data which contains mavlink and RC channels. TX receives signal, decodes it, sends mavlink via UART (used for bluetooth) and sends RC channels via CRSF to rc radio. And then tx -> rx.
@OlliW42
@OlliW42 3 ай бұрын
minor correction: For rx-> tx, RX sends data which contains mavlink. TX receives signal, decodes it, sends CRSF telemetry via CRSF to rc radio. For tx-> rx, TX sends data which contains mavlink and RC channels. RX receives signal, decodes it, sends mavlink via UART and sends RC channels via CRSF to flight controller. :)
@dayworkhard
@dayworkhard 3 ай бұрын
@@OlliW42 Thanks for correction. This is so cool!
@1Esteband
@1Esteband Жыл бұрын
Amazing work! I’m just waiting for readily available hardware to test it. I use ELRS and love the tiny footprint. Easy 5kn with full telemetry and Yapuu script.
@1Esteband
@1Esteband Жыл бұрын
One of the issues that we confront in the hobby is that long range it’s being killed by laws and regulations so our only hope is LR under 250g it will be ilegal too but the chances of creating a major issue are greatly diminished.
@OlliW42
@OlliW42 Жыл бұрын
yes, hardware is an issue. And yes, regulations is also an issue.
@vasobg12
@vasobg12 Жыл бұрын
Very nice project and great job! I have a question. Can this opentx firmware work with mavlink over crossfire micro tx and nano rx. Thanks!
@OlliW42
@OlliW42 Жыл бұрын
what you see in this video works with vanilla OpenTx or Edgetx, doesn't need any special OpenTx firmware. It needs however mLRS.
@bl08
@bl08 11 ай бұрын
Hello Olli, First congratulation for the awesome job you did. My question may look stupid as mLRS look firstly made to keep RC link, but as my remote control is very basic and don't run openTX. Is it possible to use mLRS purely as telemetry/mavlink link to mission planner on PC without dealling with the remote control? It look that yes (via the HC-05 module you show) and in that case, is it possible to adjust mLRS parameter (like 19Hz 38400bps) by any way, even once forever? Thanks.
@OlliW42
@OlliW42 11 ай бұрын
yes, that's possible. See github.com/olliw42/mLRS-docu/blob/master/docs/SETUP_SIK.md :)
@bl08
@bl08 11 ай бұрын
@@OlliW42 Thanks to you I just now understand that documentation is in another repo ;).
@OlliW42
@OlliW42 11 ай бұрын
:+1:
@makeflyeasy
@makeflyeasy Жыл бұрын
Can you please tell me that 2 pairs of mlrs are working at 915mhz and the signals are interfering with each other. Is there anything I can do to improve it? (I change different IDs)
@OlliW42
@OlliW42 Жыл бұрын
pl consider joining the rc groups discussion thread or discord channel. Yt isn't a good place for this. The 915 MHz FCC band has only 43 channels but the FHSS needs to use 25 of them according to FCC, so there is literally no space for two mLRS system to not step on each others toes. Using different bindphrases will ensure that the units don't read wrong packets, but since both systems neccessarily have to overlap frequency-wise some level of interference is unavoidable. mLRS has templates for an "ortho" mechanism, which is however not yet officially supported and also only for 2.4GHz. It could be extended to 915MHz FCC. You can do that yourself in code.
@ehklar9576
@ehklar9576 Жыл бұрын
Hallo Olli, leider ist deine Website nicht mehr aufrufbar. Für eine Projektarbeit im Studiengang Mechatronik will ich zusammen mit einem Kommilitonen einen Gimbal bauen. Ist es möglich die Informationen aus deiner Website mit mir zu teilen. Das würde uns extrem weiter helfen. Liebe Grüße Daniel
@OlliW42
@OlliW42 Жыл бұрын
Hallo Daniel, yo, weis ich, müsste ich mal reparieren, habe aber wneig Motivation dazu. Dementsprechend ist es auch nicht einfach den inhalt mal eben zu Teilen. Sorry. und viel Glück mit eurem Projekt.
@timtheplaneman
@timtheplaneman Жыл бұрын
Oh I love that you can feed MavLink through to the PC via bluetooth. Can you get it to go faster? Can that module use WiFI at (say) 600MBps?
@OlliW42
@OlliW42 Жыл бұрын
you could do wifi at whatever huge rate, but it would not push more mavlink bytes through the Lora link, it's the Lora link which is the weak link in the chain you could go to the 31 Hz mode, with the E22/sx1262 setup I've shown, or to even the 50 Hz mode for a 2.4 GHz setup, and then it's really much faster
@timtheplaneman
@timtheplaneman Жыл бұрын
@@OlliW42 I guess would be faster at 50Hz, but it's not really "much" faster. I'm struggling to understand why such slow communication speeds are considered acceptable?
@OlliW42
@OlliW42 Жыл бұрын
depends on what you rate as "much", a factor of three I consider much. Which rates are considered acceptable certainly depends on your application. If you need higher rates, you need a different RF technology than Lora. I myself find the data rate at 19 Hz not sufficient and hence use it just for stress testing, but I find the data rate at 50 Hz more than sufficient, even with all the gimbal and camera stuff I'm usually doing. I know however that some others are happy enough with the data rates also for 19 Hz. There sure will be folks who don't find the data rate at 50 Hz acceptable. It's obviously subjective.
@michellerossouw
@michellerossouw Жыл бұрын
@@timtheplaneman I doubt people much liked dial up speed, but in the early 2000's they just had to "accept" it 'cause that's what the technology could do. I.E. It's not so much "considered acceptable" as it's pretty much the only way to get telemetry without adding a separate telemetry module. Personally I'd prefer to just add a WiFi or Bluetooth dongle for fast telemetry, but if people rarely need telemetry and fly small quads where the extra weight is a bigger problem, then this is an alternative option.
@timtheplaneman
@timtheplaneman Жыл бұрын
@@michellerossouw if ELRS can put a wifi hotspot on a receiver that's smaller than the fingernail on my little finger, why can't they put BT and/or wifi on a FC board?
@bokabfpv6992
@bokabfpv6992 Жыл бұрын
Hey Im playing wit an old Projekt frome u Storm32. I need a old version for my harlrc gimbal. Looking Storm BGC v90 version but cant finde. Can u help me please
@OlliW42
@OlliW42 Жыл бұрын
github.com/olliw42/storm32bgc/tree/master/firmware%20binaries%20%26%20gui
@bokabfpv6992
@bokabfpv6992 Жыл бұрын
@@OlliW42 thanks a Lot 🙏🙏 thats great
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 14 МЛН
How-to add iNav Telemetry Lua Script to Radiomaster TX16s
8:59
RC Video Reviews
Рет қаралды 35 М.
The best use for your RadioMaster color screen // WIDGETS HOW TO
12:49
Joshua Bardwell
Рет қаралды 53 М.
The Coolest Radio You've Probably Never Heard Of
11:54
Tom the Dilettante
Рет қаралды 3,6 МЛН
ExpressLRS telemetry explained
14:49
Painless360
Рет қаралды 14 М.
BEKMOBILDA Tecno Camon 30 smartfoni🔥🤩 #bekmobil
1:01
Bekmobil shorts
Рет қаралды 2,3 МЛН
Kumanda İle Bilgisayarı Yönetmek #shorts
0:29
Osman Kabadayı
Рет қаралды 1,9 МЛН
8 Товаров с Алиэкспресс, о которых ты мог и не знать!
49:47
РасПаковка ДваПаковка
Рет қаралды 129 М.
НОВЫЕ ФЕЙК iPHONE 🤯 #iphone
0:37
ALSER kz
Рет қаралды 247 М.
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 1,9 МЛН
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 4 МЛН
S24 Ultra and IPhone 14 Pro Max telephoto shooting comparison #shorts
0:15
Photographer Army
Рет қаралды 9 МЛН