Halow for multiple sensor nodes data transmission

Hi there, I’m a starter on Halow. I’m working on a project with multiple wireless sensor nodes (stations) collecting sensor data and transmitting data back to an AP through Halow. I’m planning to use FGH100M for both stations and AP. I’m using STM32U545 for each station’s host MCU.

  • Is there a good example I can refer to/start with?
  • Is there an off-the-shelf AP that is easy to set up and use?

Thanks so much for the help!

Hey @Ironman-007

We sell evaluation kits, and our HaLowLink1 and HaLowLink2 on Mouser

See also GL.iNet who ship the HaLowLink2 directly from their store: HaLowLink 2 | Long-range Sub-1GHz Wi-Fi HaLow Router - GL.iNet

Many of our design partners also ship AP evaluation products. See

The STM32U545 is in the same family as the the U585 which is used on our MM8108-EKH05 development board, though note the limited flash on the U545 might get in your way for more complex applications.

There are some basic examples in the MM-IoT-SDK for a FreeRTOS based environment.

If you’d prefer to use Zephyr, we have ported the core libraries of the MM-IoT-SDK to a west module for use with Zephyr

Thanks so much for your help! I will try it!