Request for SDK and Confirmation of Integration Setup Using MM6108-MF08651-US with DWM1001C

Dear Morse Micro Community,

I hope this message finds you well.

I am currently working on a project involving the DWM1001C UWB module, from which I am able to retrieve location data successfully. My goal is to transmit this location data over Wi-Fi to a cloud server, and after exploring various options, I believe the MM6108-MF08651-US module is a suitable fit due to its support for Wi-Fi HaLow and its compact form factor.

The intended setup is as follows:

  • The MM6108-MF08651-US module will interface with the DWM1001C via SPI (or UART if more suitable).
  • MM6108 will acquire the UWB location data and push it to a cloud endpoint (e.g., via MQTT or HTTP) over a Wi-Fi HaLow connection.

I would like to confirm if this configuration is feasible and recommended.

Additionally, I would appreciate your guidance on the following:

  1. Where can I obtain the SDK, documentation, and example code necessary to implement SPI/UART communication and data transmission over Wi-Fi using the MM6108 module?
  2. Are there any prerequisites or steps required (e.g., NDA, licensing) before gaining access to the SDK?

Having access to this material will help me proceed with development and purchasing decisions with clarity and confidence.

Looking forward to your support.

Best regards,

Hi @vinith

Looking at the DWM1001C, it appears to be based on an nRF52832. Unfortunately, due to the need for the host controller to run an 802.11 upper mac, and store MM6108 chip firmware, you might find the nRF52832 is a little bit under resourced for this. See Integration of MM6108 with nRF52833 โ€“ SDK Porting, SPI Interface & IDE Compatibility - #2 by ajudge for more details.

Our software is available freely at Morse Micro ยท GitHub. More documentation will be available directly on the Morse Micro website, but for now can be found at https://morsemicro.com/downloads-dashboard

1 Like