Ap_mode Example

I’m trying to run the ap_mode example on the MM8108-EKH05. I installed PlatformIO and the MM-IoT-SDK release 2.10.4. The SDK includes an ap_mode example, but I can’t open it with PlatformIO. It looks like the folder is missing a platformio.ini file.

Alternatively, I’ve also installed STM32CubeIDE. Are there plans to update the CMSIS pack to include the latest MM-IoT-SDK?

Hi @jcs ,

We currently have AP mode available in the latest release of the MM-IoT-SDK, and we have an example of how it can be set up mm-iot-sdk/examples/ap_mode at main · MorseMicro/mm-iot-sdk · GitHub

We are deprecating support for PlatformIO and would suggest using our Zephyr module instead.

@cmistry so now MM8108-EKH05 supports AP mode ? As some time ago there was statement in user guide that “MM8108-EKH05 cannot operate as an AP“, now I can see there the same line, but referenced to “MM6108-EKH05“. That was a typo ? What about mesh support ? Idea is to connect several esp32\stm32 devices.

@HomeLab AP supported was added in the latest SDK release, and is currently only available on MM8108 platforms.

We are currently working on relay support for MCU-based projects, so watch this space :slight_smile:

It’s very nice to hear, any timeline for this feature release ?

@HomeLab we are targeting a release it around the middle of the year

Thanks! I have the Zephyr module installed and I can build and flash the included samples. However, I can’t figure out how to build and flash the examples included in the SDK. Can you provide documentation on how to do that? I clicked on “Open documentation.html for the full MM-IoT-SDK user guide.” but was directed to an empty document. mm-iot-sdk/documentation.html at main · MorseMicro/mm-iot-sdk · GitHub

Hi @jcs
Here is a link to the MM-IoT-SDK documentation for the latest release
Please note that the MM-IoT-SDK and Zephyr module are two entirely separate ports. Samples for one will not work with the other.