simplebus2-intercom icon indicating copy to clipboard operation
simplebus2-intercom copied to clipboard

Audio/Video protocol

Open gizahNL opened this issue 2 years ago • 7 comments

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.

gizahNL avatar May 24 '23 07:05 gizahNL

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.

plusvic avatar May 25 '23 07:05 plusvic

See #6.

plusvic avatar May 25 '23 07:05 plusvic

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 avatar Oct 02 '23 17:10 issalig

@issalig that's very interesting, can you share more details about your setup?

plusvic avatar Oct 03 '23 07:10 plusvic

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

image

issalig avatar Oct 03 '23 08:10 issalig

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

morganflint avatar Mar 29 '24 19:03 morganflint

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.

Elektroarzt avatar Mar 29 '24 19:03 Elektroarzt