question: usable for implementation on microcontroller?
I want to use the Dual MCU chip (actually the Thetis-I from Würth Elektronik) connected through UART to an embedded microcontroller (stm32). Unfortunately the official Wirepas Massive Dual-MCU API Reference Manual is not accessible, so i am struggling with finding any documentation for this scenario.
Can I use this library as a starting point? Can anyone point me in the proper direction? Is this relatively simple? are there any caveats to expect?
Hello,
Regarding the api, it is publicly available here: https://github.com/wirepas/wm-sdk/blob/master/libraries/dualmcu/api/DualMcuAPI.md And yes this library implements the host part to interact with a Wirepas node running dualmcu app (your case). Unfortunately this library is only targeting Linux host system (as used by our reference gateway). But porting it to your microcontroller is doable with a bit of work.
Best regards, Gwendal