I am seeing a lot of bad packets on mission planner when connecting via UDP. Can anyone decipher what mission planner is complaining about?
ssionPlanner.MAVLinkInterface - MAVLINK: bad read 6, 36, 5
INFO MissionPlanner.MAVLinkInterface - Mavlink Bad Packet (crc fail) len 36 crc 31471 vs 0 pkno 163 AHRS
Unknown Packet
INFO MissionPlanner.MAVLinkInterface - unknown packet type 58
INFO MissionPlanner.MAVLinkInterface - mav 1-1 seqno 47 exp 44 pkts lost 3
INFO MissionPlanner.MAVLinkInterface - MAVLINK: bad read 10, 40, 9
INFO MissionPlanner.MAVLinkInterface - Mavlink Bad Packet (crc fail) len 40 crc 63157 vs 0 pkno 30 ATTITUDE
INFO MissionPlanner.MAVLinkInterface - MAVLINK: bad read 6, 40, 5
INFO MissionPlanner.MAVLinkInterface - Mavlink Bad Packet (crc fail) len 40 crc 42736 vs 0 pkno 241 VIBRATION
=@@{+"=>oINFO MissionPlanner.MAVLinkInterface - mav 2-1 seqno 0 exp 255 pkts lost 1
INFO MissionPlanner.MAVLinkInterface - MAVLINK: bad read 10, 48, 9
INFO MissionPlanner.MAVLinkInterface - Mavlink Bad Packet (crc fail) len 48 crc 7829 vs 0 pkno 147 BATTERY_STATUS
dINFO MissionPlanner.MAVLinkInterface -
@==sDF<fA5sM71Df6Vd}m9)R<:X:ud:5R@=f(IJ=@@{+"=>od
INFO MissionPlanner.MAVLinkInterface - mav 2-1 seqno 17 exp 16 pkts lost 1
INFO MissionPlanner.MAVLinkInterface - MAVLINK: bad read 6, 36, 5
INFO MissionPlanner.MAVLinkInterface - Mavlink Bad Packet (crc fail) len 36 crc 6768 vs 0 pkno 30 ATTITUDE @Q?INFO MissionPlanner.MAVLinkInterface - mav 1-1 seqno 51 exp 49 pkts lost 2
INFO MissionPlanner.MAVLinkInterface - MAVLINK: bad read 6, 30, 5
INFO MissionPlanner.MAVLinkInterface - Mavlink Bad Packet (crc fail) len 30 crc 58033 vs 0 pkno 116 SCALED_IMU2
VUnknown Packet
[INFO MissionPlanner.MAVLinkInterface - mav 1-1 seqno 56 exp 54 pkts lost 2
I am trying to connect to two aircraft over UDP through one groundstation.
Okay…my UDP is setup for 8N1…but you’re saying I don’t have stop bits?
To give some background…I am trying to use the Doodle Labs smart radio with a pixhawk. I am getting data, but it’s slow and lossy. I’m wondering if I have the right settings on how I send the data out. But if the data stream was wrong, wouldn’t it not function at all?
that’s how the /dev shows up in the smart radio. When I cat i see junk(serial) come through. And Mission Planner does connect and see the aircraft, what would you normally expect to see?
Login to the device and update the UART settings to your liking using stty. The current default setting is configured as,
root@LEDE:~# stty -F /dev/ttyUSB0 115200 cs8 -cstopb -parenb
Nope, if you can connect directly with the serial port, then it is OK.
Ok, so your radio connects to the usb port, and emulate a serial interface.
Then you tries to pull up a ser2net on this to provide network interface. right.
Can mavlink router work on a mesh network? I am routing UDP through a mesh. I am also quite new to all of this, and the smart radio uses Openwrt…which is a non standard debian distribution. I am not sure how to connect the radio to the internet and download a package, how would I get mavlink router onto this radio?
@Eosbandi unfortunately not. I saw it again today. Now when the smart radios are setup to use UDP mavftp doesn’t even work. Have to use TCP for things to act properly.