Hi, This is another good document for our DALI project : https://www.nxp.com/files-static/microcontrollers/doc/ref_manual/DRM004.pdf
On 2021/04/22 17:49:08, murat tologlu <mtolo...@hotmail.com> wrote: > I forgot to say: Machester encoder is just an exclusive or gate, manchester > decoder is also an exclusive or gate ! If you ex-or the clock and the data > then you get the manchester encoded code. At the receiver side, if you start > and synchronize a same frequency free running clock with the negative going > "start bit" and ex-or the incoming frame with this clock then you decode the > code and obtain the same data. This is the same technique how I designed and > made Turkey's first military digital voice scrambler unit 40 years ago :) > > On 2021/04/22 17:17:09, murat tologlu <mtolo...@hotmail.com> wrote: > > This topic is your expertise ! > > > > On 2021/04/22 16:49:30, Gregory Nutt <spudan...@gmail.com> wrote: > > > > > > > Both the Microchip solution and the example I've mentioned above uses > > > > the UART to communicate with DALI Interface. I think we can consider > > > > the same. > > > > > > > A better design would be independent of the physical transport layer . > > > > > >