Hi Team,
We are building Wi-Fi Halow Non-IP mesh network, from the PoC stage, we used Lilygo T-Halow (Taixin AH Wifi Halow module) to build the mesh, now it’s working well. From production perspective, we value Morse Micro chip much better from it’s long range coverage and low power consumption, so now we are thinking migrate to nRF54H20 + Morse Micro WiFi Halow module.
So far there is a big blocker for us from turn to Morse Micro chip, from the sdk, we didn’t find a way to access low level Mac layer data. We especially need some function like
AT+mode=group (advertising mode)
AT+TXDATA=length,txbw,txmcs,priority (sending data),
AT+JOINGROUP=11:22:33:44:55:66,3 ( join a group)
can anybody advise how to achieve the points above, that would be super helpful for us. Thank you so much!