Audio/Video protocol
Do you have a description of the A/V protocol that is used on simplebus2? Would be really cool to hack together a device that can hook into the A/V stream & relay it onto my network.
The A/V signal is analog, not digital. It looks like some kind of composite video, but I'm not sure whether it is PAL, NTSC or SECAM. My expertise in that area is close to null. I had the idea of decoding the A/V signal too, but after some investigation I concluded that my knowledge about analog electronics is too limited for such undertake. If anyone with more experience can make some progress on that it would be great.
See #6.
I was able to see the image with just a cheap USB video capturer. You only need gnd and as far as i remember the composite signal is the yellow cable that goes to the screen.
@issalig that's very interesting, can you share more details about your setup?
I have re-opened the intercom and yes, it is the yellow cable that goes to the CVBS in the pcb silkscreen upper left connector. I added a soldered yellow dupont cable to get the video signal (see image)
I did it two years ago and just checked video was readable with a usb capturer but I do not use it. The model is similar to this one https://es.aliexpress.com/item/1005004152893546.html and I just conected CBVS and GND to the yellow RCA connector on the usb dongle.
For the upper right connector in the pcb I would say that B+BB- are for brightness and C+CC- for contrast
Hello, great project! I understand capturing and streaming the video with cheap devices like ESP32 might be nearly impossible but, what about just audio? It must be possible to do it directly from the simplebus2 signal, as the Ring device does (bilateral)... but maybe the associated hardware isn't simple
Hi ... for the basic communication part of the S2 bus except audio / video we have a solution, but audio would be very interesting. Here is a link to an issue of a spinoff project, where sashahilton00 documented his investigations concerning audio so far. Maybe it helps or is a start.