Does the Microhard Modem Add-on with USB Hub expose a viable UART to connect an External Flight Controller to VOXL 2?



  • Reading the documentation, the connection to an external flight controller requires the VOXL 2 USB3.0 / UART Expansion Adapter; however, the connection between the VOXL 2 USB3.0 / UART Expansion Adapter and the VOXL 2 utilizes the same connector that would be used for Microhard Modem Add-on with USB Hub.

    Does the Microhard Modem Add-on with USB Hub expose a viable UART to connect an External Flight Controller to VOXL 2? Or is there another UART?

    The external flight controller is Pixhawk 2.1/Cube Orange+.
    Thanks!


  • Dev Team

    Hi @Roy-Wood,
    That would be a good use case had we designed the MH carrier after Voxl2. It was designed for Voxl1 originally and the UART exposed on the Expansion adapter is not even a UART on Voxl1, only Voxl2.

    You have two options:

    1. SW Option: On the MH carriers, we do expose the Linux debug console UART (noted as "Serial Console" in the image on our docs pages). It's the smaller 1mm pitch JST-SR series connector J2 that exposes the signals at 3.3V.
      753a60e1-e463-4c38-abb0-adf254ada3ad-image.png.
      So, if someone is savvy with the the Kernel builds to turn that QUP_12 into a normal UART, it could be re-purposed just as UART/QUP_7 is now used on the expansion board.

    2. HW Option, (but will void your warranty)
      The UART signals the expansion board picks up are on Test Pads on the MH carrier (bottom side). They are at 1.8V nominally, not 3.3V,so you would need to blue-wire them to a level translator (using solder will void your warranty) and then connect to your external FC.
      But, if you were really curious and handy with a soldering iron, TP28 (right side TP circled in green) is the UART_RX, and TP29 (left pad) is the UART-TX.
      6d099960-00dd-4340-a8a8-5fab61059926-image.png

    Hope that helps... Keep us posted since that is a good idea. If we spin this carrier, we will certainly add that as a feature to match the expansion board.



  • @Vinny,
    Thank you for your response. I am interested in the HW option and soldering to the TP29/TP28 pads. Just to verify, those pads do exist on the most recent iteration of the VOXL Microhard Modem Add-on with USB Hub. On the item page, the image does not show TP29/TP28 pads (nor TP41/TP40, for that matter); however, on the Microhard Modem Add-on datasheet they are included. See attached.

    Item Page:
    8f9d380f-f242-496b-bc99-88555afc8c96-image.png

    Datasheet:
    cb5b45dd-c478-4856-9739-edc4340a59b8-image.png


  • Dev Team

    Hi @Roy-Wood
    Oh wow, you have an older M0012... We added the TPs on the M0048 version which replaced the M0012 a couple years ago. So, the website is correct, since we do not sell the older version anymore.
    Sorry, but I hope that explains the difference you see.



  • This post is deleted!


  • @Vinny, I am just planning at the moment. Where can I find an exposed 1.8V pin on the VOXL Microhard Modem Add-on with USB Hub?


  • Dev Team

    Hi @Roy-Wood,
    Great question...
    TP21 is VREG_S4A_1P8V which is all the native I/O power rail:
    a356c571-7b33-473d-b16e-51eb5fa54b2b-image.png
    and then right next to that is TP17 which is a DGND (you'll need that one too!)
    4f70d53f-dcb2-42b4-b6d1-176f428b6f1c-image.png
    11f720e9-92ba-4655-b2e6-58a02a5fa5c1-image.png
    Hope this helps!



  • @Vinny, great! Thanks!


Log in to reply