plusvic / simplebus2-intercom

General description of the Simplebus2 protocol used by some Comelit's intercoms. Hardware for retransmitting Simplebus2 messages over UART.
Creative Commons Zero v1.0 Universal
65 stars 6 forks source link

Sending Door Open Signal #1

Closed shrynx closed 2 years ago

shrynx commented 2 years ago

Thanks for putting your work in open and described in detail !

I was wondering have you tried to make it work the other way round, sending door open signal from your desk o the intercom ? Any tips/directions how to achieve that ?

plusvic commented 2 years ago

Yes, messages can be sent in both directions. I updated the repository with more recent changes in remote_unit/src/main.cpp. The transmitMessage function can send any message to the intercom.

shrynx commented 2 years ago

Sweet ! and thanks again