Dali Slave - Arduino

Hello my friends!

Im trying to develop a DALI slave using one ATTINY85, my first question is: Is that possible? Will the memory handle the protocol?
Second question: Is there any sample code for the DALI slave?

Thanks a lot!

Open this link and read it all.

I takes 296 bytes of memory, and ATtine85 has 512.

But the main issue is that the library/code from the link above was made for ATmega328, and it is working using port names and pin names. You will have to modify the library in order to work with ATtiny85.

Thank you very much!!!