Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct connection to Sony Multi-Interface Shoe? #7

Open
mungewell opened this issue Mar 12, 2024 · 9 comments
Open

Direct connection to Sony Multi-Interface Shoe? #7

mungewell opened this issue Mar 12, 2024 · 9 comments

Comments

@mungewell
Copy link
Owner

I have a couple of Sony cameras without an audio jack, so I was wondering.... and ended up going down a massive rabbit hole.

The Multi-Shoe is described:
https://en.wikipedia.org/wiki/Multi_Interface_Shoe

It seems that (at least for simple devices) that the function is 'encoded' on the first 3 pins, as pull up/downs. It looks like for analogue audio that there are connections on:

  • pin 4 - Mic GND
  • pin 5 - Mic Right
  • pin 6 - Mic Left

also

  • pin 7/15/21 - Power GND
  • pin 13 - Regulated power (3.1V)
  • pin 14 - Mic Center(?)
  • pin 17 - Un-reg Power (6.1-8.4V)

There are also some Digital Mic, with a digital connection to the camera(s), I presume that's the GVIF_SDATA_N / GVIF_SDATA_P alternate signals on the same pins.

There is a database of mics, and what they are supported on:
https://support.d-imaging.sony.co.jp/www/cscs/accessories/products.php?lang=en&area=gb&mnt=29

The real question is whether there's a cheap/easy way to get a compatible connector? Can we re-arrange the pins on a
Sony ADPMAA adapter?
ADP-MAC

@mungewell
Copy link
Owner Author

@jyz0501
Copy link

jyz0501 commented Apr 7, 2024

神牛领夹麦和大疆麦克风 2 转换头已经有两款产品了

@mungewell
Copy link
Owner Author

It also appears that the (older) Nex-3/5 also supported a hot shoe mic, but the connection is different (vertical plan, rather than horizontal).
https://support.d-imaging.sony.co.jp/www/cscs/accessories/compatibility.php?area=gb&lang=en&mdl=ECM-SST1&cat=3

Multi-shoe replacement connectors intended for repairing flash guns are now appearing on eBay for around $15. This might be hackable, to move pins to places we need them...
flash_repair_hotshoe

@mungewell
Copy link
Owner Author

The XLR-K1M mic adapter has a flying lead connection to the hot-shoe, which is available as a spare part - though kind of expensive....
https://sonyparts.com/products/1-846-330-11?srsltid=AfmBOopgottERDM1yLpO9kUrYRDZwedYgeac7rRLAyB7CacxPdOG2-0m

@mungewell
Copy link
Owner Author

There's also an extension cable for use with the XLR-K3M:
https://sony.encompass.com/item/12536372/Sony/1-002-838-11/

@mungewell
Copy link
Owner Author

@mungewell
Copy link
Owner Author

mungewell commented Nov 9, 2024

"Multi-shoe replacement connectors intended for repairing flash guns", I got some to experiment....

Firstly of note is that the connections are made via the FFC, which is inserted vertically into the body of the 'connector'. The wire pins of the MI seem to be bent at 90' (haven't disassembled yet) and make contact with pads off the FFC.
MI_connector_FFC
FFC_inserted

FFC_Pins

The pads which are Pins 1..3 on the MI are hard wired to (assumed) Pin 7, which would be ID 0b000. Assuming the ID pins are short to ground or open, the whole table would be:

Pin1	Pin2	Pin3	Meaning
ID3	ID2	ID1
G	G	G	Flash
G	G	O
G	O	G
G	O	O
O	G	G	ADP-MAA adapter (ID3 =470k to ground)
O	G	O
O	O	G
O	O	O

The center portion of the connector is used for a floating pin (to hot-shoe center) which would block the center pins. We'd want to connect to pins 4, 5 & 6 for mic, perhaps this 'connector' can be modified. Maybe someone could 3D print a replacement or duplicate part.

At least 'we' should be able to use this connection to probe out the possible IDs, I'll update the table if I figure anything out.

@mungewell
Copy link
Owner Author

mungewell commented Nov 28, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants