@Eric-Katzfey appreciate the help. related questions.
when starting up the voxl-remote-id service, noticing that hostapd was not connecting. identified that it was inactive, so started it, with no luck. for reference, using the m0213 botsunlimited sparrow.
traced the following:
In the hostapd.conf file, it operates at 5Ghz (hw_mode=a) and at channel 149. is this expected? Should remote-id operate at 2.4Ghz (hw_mode=g, channel=6)? noticed there is nothing telling hostapd to create a socket directory, added ctrl_interface=/data/misc/wifi/hostapdAdded those changes, and now remote-id successfully connects to hostapd, mavlink-server, and can enter active mode
However, that identified some other items during troubleshooting:
when attempting to register drone with FAA - receive invalid serial number - is there specific format that you register drones with faa? /persist partition on /dev/sda2 has a bad superblock or wrong filesystem type - it fails each time - without persist, RTC doesn't save and resets every reboot - is that expected behavior? wifi does not reinitialize on soft reboot - requires a full power cycle