MicoAssistant Guide
MicoAssistant is the configuration tool for MicoAir telemetry radios, optical flow sensors and rangefinders. It runs in a browser — nothing to install — and it does three jobs: identify what is plugged in, read and write its parameters, and show live sensor data.
It works in Chrome or Edge, because it uses the Web Serial API to reach the serial port and other browsers do not implement it.
This guide covers getting connected, which is where the difficulty actually lies. What each parameter means is in the individual product manuals, linked at the end.
Getting connected
Four things have to be right, and they fail in that order: wiring → driver → port → baud rate. Working through them in order saves a great deal of time, because each one makes the next testable.
Plug it in
If the device has a USB-C socket, use it. The LR900, LR868, LR24-F and LR24-P, and the TRS all do. There is no wiring to get wrong, and the conversion chip is inside the device.
If the device only has a UART, it needs a USB-to-TTL adapter. That covers the MTF optical flow sensors, the MT rangefinders, and the LR24-F-Mini, which has no USB socket of its own.
| Device pin | Adapter pin | Why |
|---|---|---|
| TX | RX | transmit on one side is receive on the other |
| RX | TX | likewise, the other way |
| GND | GND | both ends need a common reference |
| VCC | matching supply | check the device's own voltage requirement |
MicoAir sensors and modules use 3.3 V serial logic. Many USB-to-TTL adapters have a 5 V / 3.3 V jumper and ship set to 5 V. At 5 V, communication may be intermittent or absent.
Move the jumper before connecting anything.
Do not identify pins by wire colour. Use the markings on the board and the pinout in the product's manual — colour conventions are not standard and a supplied cable may not follow the one you expect.
Install the driver for the chip, not the product
This is the part that most often goes wrong, and the rule is short:
The driver belongs to whatever is doing the USB-to-serial conversion.
For a device with its own USB socket, that is the chip inside it:
| Chip | Driver | Devices |
|---|---|---|
| CP2102 | CP210x VCP driver (Silicon Labs) | LR900-F, LR900-P, LR868-F, LR24-F, LR24-P |
| CH340 / CH341 | CH341SER driver (WCH) | LR900-A, MicoAir WiFi Link |
For a device on an adapter, it is the adapter's chip — commonly CP2102, CH340/CH341 or FT232. An MTF-01 reached through a CH340 adapter needs the CH340 driver, not anything related to the sensor.
Installing a CP210x driver because the product is "a MicoAir radio" when the adapter in front of it is a CH340 is a well-travelled dead end.
CP2102 Driver Installation (Windows) walks through the CP210x install step by step.
Check the port
Open Device Manager and look under Ports (COM & LPT):
| What you see | What it means |
|---|---|
| a new COM entry | good — carry on |
| entry with a yellow warning triangle | the driver is missing or wrong. Remove the device and install the right one |
| nothing new | cable, USB socket, power or wiring. Try a different cable first — charge-only cables are common |
| "Unknown device" | work out which conversion chip is involved and install that driver |
With several serial devices connected, note the list, unplug the one you want, and see which entry disappears. Plug it back in and use the one that returns.