2023-03-07 03:33 AM
i need to transmit above given example data using single-wire half-duplex communication.
if you known any one help me.
2023-03-07 03:56 AM
Doesn't look like a standard UART serial form. Looks more Manchester or PWM encoded. For transmission I'd perhaps use the TIM, or DMA+GPIO pattern buffer.
2023-03-07 07:49 AM
If you need to transmit only, take a look at any implementation of the WS2812B protocol , what youre trying to accomplish looks very similar
here is mine:
https://www.hackster.io/javier-munoz-saez/coding-your-own-neopixel-driver-baremetal-stm32-b6b4d0
2023-03-07 09:18 PM
@Community member and @Javier Muñoz
thank you for your comments this is very useful.