--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Kristian,
The USB connection has not been designed as in-flight feature and has not been tested as such. USB in general is a consumer bus and you run into a lot of stability problems (even on full-blown systems like MacOS within the operating system - just close a MacBook’s lid, unplug the (connected in software) FTDI cable and watch the hang and reboot unfold - this is entirely unrelated to our autopilot, just an example of the inherent complexity and failure cases of the bus). Given that major players like Apple still struggle with that bus, we’re not going to declare our end on the autopilot airworthy any time soon.
-Lorenz
On 15 Aug 2014, at 10:16, Kristian Klausen <kkn...@gmail.com> wrote:
What about USB connector, it can be used the same time as the telemetry ports, right?
kl. 05:04:45 UTC+2 fredag 15. august 2014 skrev Craig@3DR følgende:
At the moment you can transmit Mavlink from the Pixhawk on both Telem1 and Telem2 and you can receive mavlink commands into the Pixhawk on Telem1. Two of the remaining serial ports are 2x GPS input only. That leaves Serial 5 which is the Nuttx terminal only. We don't have any plans to change that but we always welcome pull requests
On Thu, Aug 14, 2014 at 4:13 PM, Alex Jacobson <alexjac...@gmail.com<javascript:>> wrote:
Hi,
I am working on connecting multiple mavlink devices to the pixhawk and I had a couple of questions / potential requests. I was hoping to plug in two mavlink devices to a pixhawk as well as the 3dr telemetry module. All of my devices need to send to and receive from the pixhawk so I can't make a splitter and have them all on telem 2. Telem 1 is reserved for the 3dr module and I could put one of my devices on telem 2. I just don't have a way of connecting them all to the pixhawk and having them all send and receive commands.
That leads me to my question: Is it possible to connect to the Serial 4/5 port on the pixhawk and send and receive mavlink commands over that. I couldn't get it to work myself and it seems like its not setup for that. Has anyone gotten that to work? Will that be added to the flight code any time soon? Could it be?
Any help regarding this would be great.
Thanks,
Alex
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com<javascript:>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "drones-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com<mailto:drones-discuss+unsubscribe@googlegroups.com>.
To unsubscribe from this group and stop receiving emails from it, send an email to drones-discus...@googlegroups.com.
Serial 4/5 are currently reserved for the debug console and the 2nd GPS. I’m sure it’s possible to allow them to be used as mavlink serial ports but I don’t know of any specific plans to enable that at the moment. This would probably require adding some more SERIAL_TYPE parameters like we’ve done to allow Telem1 to be used as an FrSky telemetry port instead of a mavlink port.
-Randy
--