Hi, I have STM32WB55. It has 1 UART and 1 low-power Uart (lpuart). I can see Zigbee uses lpuart, as there is no UART left, is it possible to use on STM32WB55 Nucleo board Zigbee and sensor whit SDI12 protocol?
Hi, I have STM32WB55.
It has 1 UART and 1 low-power Uart (lpuart). And I have SDI12 sensor.
I have successfully read whit lpuart SDI12 protocol sensor.
But now I want to use ZigBee to send data that I read from the sensor to the Zigbee coordinator.
I can see Zigbee uses lpuart, as there is no UART left, is it possible to use on STM32WB55 Nucleo board Zigbee and sensor whit SDI12 protocol?
Is there something like SoftwareSerial for Arduino?
Thanks.