A project I’m working on requires direct communication with the Zigbee module instead of the MALOS Gateway wrapper. According to the official documentation, the Zigbee module is exposed to the 40 pin connector in a JTAG chain (alongside with the main MCU, I presume for updates), and also over UART to the FPGA. This UART access would be preferable for my application, however I can’t seem to find any documentation about accessing this UART port from the host Raspberry.
Is it possible? I presume I’d have to write my own FPGA script to do the UART forwarding, though I might be wrong. Unfortunately the documentation is pretty barebones regarding Zigbee, unless used with the MALOS gateway.