After removing the 3DR radio from Telem1, MAVProxy started responding instantaneously. No clue why I didn't just try that when you first mentioned it -.- but it's good now.
"For some reason it did not save when I did enable_uart=1. After fixing that the Pi stopped shutting off.
That still doesn't explain the Pi3 problem though.
Anyways, MAVProxy can let me send commands, but it still ignores the input and I have to…"
"One of my friends let me borrow a Pi 2. Went through the process from scratch, and as soon as I turn on the Pixhawk, the Pi disconnects its SSH session.
"The pi3-miniuart-bt made it even worse.
Went back to disable-bt
I added this to my boot config.
enable_uart=1
dtoverlay=pi3-disable-bt
Then I did
systemctl stop hciuart
systemctl disable hciuart
and rebooted.
"The weirdest things just happened.
I went into the boot config file and added the overlay. When I rebooted, I couldn't ssh into the Pi (connection refused). I removed the Pixhawk connection to the Pi and then I could ssh into it. The second I…"
"It's a Raspberry Pi 3
I use /dev/ttyS0
I followed the instructions here http://ardupilot.org/dev/docs/raspberry-pi-via-mavlink.html
But when I used the mavproxy.pi command I got errors and it turned out I had to use S0 instead. My startup command…"
"It seems as if I may have spoke to soon. When turning it on today, the problem seems to be back. However, it occurs less frequently and mainly when using the "mode" command.
When I want to change modes it will ignore multiple times before it…"
"That seems to have helped!!! I had to reboot the Pixhawk after I wrote the parameter and MAVProxy seems to accept everything I send now. Thanks!
Fnoop said:
So use BRD_SER2_RTSCTS, on the pixhawk that should correspond to Telem2 (I think). The 3dr…"
"I have the Pi connected through Telem2, 3DR radio through Telem1, and then I have an Arduino reading data from Serial 4.
Will turning off BRD_SER1_RTSCTS make it so I cannot communicate through the telemetry radio?
I have set up a Raspberry Pi 3 to communicate with the Pixhawk via MAVProxy. When it works, it great, but there are many times where it does not.When I send commands sometimes, like "wp list" or "mode auto" or "mode manual" etc..nothing changes. I…