How to use USART single wire(half-duplex) for SDI-12 communication protocol with STM32G081 using Stm32cubeIDE???
Hi Genius,
I am using STM32G081T6 with STM32cubeIDE. I found out in pinout & configuration setting, there are several USART modes including Single Wire (half-duplex). I set baud rate to 1200, word length to 7Bits, parity even and 1 stop bit. Then connect the single pin with arduino maker nano who already tested with real SDI-12 sensor. I ping dummy msg from arduino to stm32 but doesn't get expected value. Guide me to solve this, there might be something that I missed
Thanks in advanced