Hello,
We are using Mikrobus compatible Thread module (KW41Z) on MENP (Modular Edge board and for that only “REED(Router eligible end device)” code base is available. We are running out of memory space and want to configure the device to 'Polling End Device' only, my requirement is to have device as function in sleep end device (deep sleep - wake up on pin). Can you please tell me, which code base I have to start with?
regards,
Amit Shelke
Hi Amit,
Please look at the next example, but notice that the end device doesn't have routing capacity.
"SDK\boards\frdmkw41z\wireless_examples\thread\low_power_end_device"
For a better reference, look at the
"SDK\docs\wireless\Thread\Kinetis Thread Stack Demo Applications User's Guide.pdf"
Regards,
Mario
Hello Mario,
Thanks for your response. Are these examples applicable even for Mikrobus compatible Thread module (KW41Z) on MENP (Modular Edge board)?
My board is not FRDM Thread development board, hence the question.
regards,
Amit Shelke
Hi Amit,
There are applicable if the board is working with the kw41 MCU, however, look at the BOARD_InitButtons, BOARD_InitLEDs and hardware connections should be correctly configurated.
Please look at the pin_mux.c file
Regards,
Mario