ArduinoLib_CEClient
ArduinoLib_CEClient copied to clipboard
CECCleint::write
Has anyone been able to get the write function to work? If so, can you share a short example? Even a code snippet would be helpful. Tried "everything". Been able to get monitor mode to work, but once a write is executed, even that stops working.
Update: Didn't get an answer to this so analyzed the code. Got the code to work on an esp32. Seems to read and write to the HDMI CEC signal great. Thanks lucadentella. Also updated the library to print out the CEC opcodes and logical address, which I found very useful to discover what the commands were giving. Used the published schematic using discreet components. That worked, too.
Has anyone been able to get the write function to work? If so, can you share a short example? Even a code snippet would be helpful. Tried "everything". Been able to get monitor mode to work, but once a write is executed, even that stops working.
Update: Didn't get an answer to this so analyzed the code. Got the code to work on an esp32. Seems to read and write to the HDMI CEC signal great. Thanks lucadentella. Also updated the library to print out the CEC opcodes and logical address, which I found very useful to discover what the commands were giving. Used the published schematic using discreet components. That worked, too.
Can you please share your code?Thanks
Has anyone been able to get the write function to work? If so, can you share a short example? Even a code snippet would be helpful. Tried "everything". Been able to get monitor mode to work, but once a write is executed, even that stops working.
Update: Didn't get an answer to this so analyzed the code. Got the code to work on an esp32. Seems to read and write to the HDMI CEC signal great. Thanks lucadentella. Also updated the library to print out the CEC opcodes and logical address, which I found very useful to discover what the commands were giving. Used the published schematic using discreet components. That worked, too.
Hi, would you be able to show what you did to get this working? Also, what published schematic are you referring to? Thanks.