Hello everyone,
Currently we're working on improving our DALI driver on the nRF52840 chip and NCS2.6.0, because we've experienced issues with transmitting DALI bits with the correct timing. The issues we experience are similar with a previous blog post here on the support channel.
I need to implement DALI tx rx on OpenThread and BLE multiprotocol.
Many people on devzone have implemented this function through TIMER+GPIOTE+PPI, and implemented pin toggle through CC events.But I don't understand how to exactly control the pin to be high or low.
Can you tell me how to achieve this?I'd be very grateful.