Skip to main content
Nja.1
Associate
May 30, 2023
Question

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?

  • May 30, 2023
  • 1 reply
  • 1516 views

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.

This topic has been closed for replies.

1 reply

S.Ma
Principal
June 5, 2023

You can do TX with timer output compare at low bit rate.

If the uart or usart have multiple RX and TX pin alternate functions, then if you can time multiplex, you can dynamically switch the pins like a multiplexer. This only if you are the TX initiator in the protocol.