olliw42 / mLRS-docu

Documentation for the mLRS project
GNU General Public License v3.0
30 stars 10 forks source link

Wireless Bridge Mission Planner connection help. #116

Closed ArtimisFowl888 closed 8 months ago

ArtimisFowl888 commented 8 months ago

I am trying to use the M5Stamp C3U Mate connected to an R9M for the wireless bridge mode. When I try to connect to the autopilot in mission planner, I get stuck at the Mavlink connecting... dialogue.

Is there a param or mLRS setting that I missed? I can get telemetry on the Yaapu script.

ArtimisFowl888 commented 8 months ago

I rebooted my computer and am no longer able to replicate the Mavlink connecting... dialogue. Instead, I just get connection failed.

jlpoltrack commented 8 months ago

Can you share the Arduino sketch you uploaded to the C3U Mate? Did you uncomment the board define?

ArtimisFowl888 commented 8 months ago

mlrs_wireless_bridge_copy_OAIRE.zip

Here is the sketch I am using.

I did uncomment the define

jlpoltrack commented 8 months ago

A few thoughts:

ArtimisFowl888 commented 8 months ago

mlrs_wireless_bridge_copy_OAIRE2.zip

Yes, sorry I just relized the to .ino file was set to read only for some reason and my edits had not been saved. I have unlocked the file and reuploaded the sketch to the M5STAMP. I am still getting the same error.

I have not changed any baud rates other than the RX and the Serial1_baud to 38400.

jlpoltrack commented 8 months ago

@brad112358 Do you have any thoughts here? Figured that using the C3U Mate should be pretty straightforward.

olliw42 commented 8 months ago

@ArtimisFowl888 we will not kick you out here but pl consider the next time to use one of the discussion&support channels, i.e. the discord channel or the rcgroups thread. The github issues are generally NOT the place for support and trouble shooting. THX.

on your matter, can you pl post a picture of a setup

ArtimisFowl888 commented 8 months ago

MY apologies I will use the Discord next time.

I have a R9MM connected to a MATEK F405-WING-V2 on UART1 and SBUS in pin. For the TX I am using a R9M with the M5Stamp C3U.

PXL_20240109_191223313 PXL_20240109_191302815 MP

olliw42 commented 8 months ago

many thx. the intresting bit cannot be seen, namely how the wiring from the esp32 to the r9M board looks like :). The ESP32 does hve the labeling "C3U" on the bottom side.

jlpoltrack commented 8 months ago

@ArtimisFowl888 Doesn't dip switch 1 need to be up for Serial? From the Docs: image

olliw42 commented 8 months ago

good catch!

brad112358 commented 8 months ago

Yes, also what is the led on the esp32 module doing?

ArtimisFowl888 commented 8 months ago

@ArtimisFowl888 Doesn't dip switch 1 need to be up for Serial? From the Docs: image

That was the issue it is connected to mission planner now. I remember reading it when I first set it up, I must have missed it when trouble shooting.

Thank you, for all the help and keep up the great work.

jlpoltrack commented 8 months ago

Good to hear - I will close this issue then as all is working.

olliw42 commented 8 months ago

great! glad to hear it's working all fine now for you