Hi,
I was wondering if somebody has used an LW14 as a dali monitor.
the sample code gives an idea how to send commands to devices but is there "client" version of the sample code also?
any help would be appreciated.
I have connected the LW14 to an esp32 board and would like to created a monitor to inspect the packets send by a controller.
kind regards,
LW14 as a monitor
Moderator: Guido Körber
- Christoph Jung
- Posts: 672
- Joined: Sun Oct 08, 2006 3:43 pm
- Location: Germany / Berlin
- Contact:
Re: LW14 as a monitor
You have to read the status register alle the time and if there is some of the bits set you have to read the content of the command register to get your data. No rocket since here ;)
I'm not very familiar with the ESP and have no sample code for it.
I'm not very familiar with the ESP and have no sample code for it.
Software developer
Re: LW14 as a monitor
No rocket Science, but still Cant get it go work 🤪
Any pointers would be appreciate.
Different code is alsof fine , as long as i get some guides on how to interact with the board.
Regards,
Any pointers would be appreciate.
Different code is alsof fine , as long as i get some guides on how to interact with the board.
Regards,
- Christoph Jung
- Posts: 672
- Joined: Sun Oct 08, 2006 3:43 pm
- Location: Germany / Berlin
- Contact:
Re: LW14 as a monitor
What exactly is the problem? Did you already write code and it just doesn't work? Have you trouble to connect the LW14 to the ESP?
I can't help without more information.
I can't help without more information.
Software developer