2023-03-28 10:42 PM
I need to build a DALI slave board which receives DALI command, now I am receiving the dali data through GPIO input pin.
Can I capture entire dali packet using timer to by checking the GPIO input status.
2023-03-29 12:13 AM
Use timer input capture function - this will give you precise timing of DALi input signal.
2023-03-29 12:38 AM
I am currently using Pin A5 as GPIO input and reading the pin state every 100micro second, as the DALI data rate sends a bit every 833 micro second.
Do you think this method will work?