generationmake / CANFDMKRShield

Shield with CAN FD Controller MCP2517 for Arduino MKR
0 stars 0 forks source link

Provide Dronecode Autopilot Connector Standard connectors #1

Open aentinger opened 3 years ago

aentinger commented 3 years ago

The Zubax Orel 20 ESCs and many UAVCAN enabled sensor/actuators utilize the JST GH connectors with a pitch of 1.25 mm.

Zubax Orel 20 Pinout

Pin Signal
1 VCC
2 CAN_H
3 CAN_L
4 GND

Providing 2 such connectors (CAN-IN, CAN-OUT) would allow easy interfacing with other UAVCAN enabled products.

However, there are a couple of open questions on my end and I'm hoping @pavel-kirienko can provide some clarity here. Internet documentation on the Dronecode Autopilot Connector Standard is both scarce and contradictory. It seems that the proposed standard has 6 pins, but I'm not sure on the exact pin-out. The Zubax Orel 20 ESCs have a 4-Pin connector. Why this discrepancy? What kind of pinout can we expect to be more widely adopted in the future?

pavel-kirienko commented 3 years ago

Per the Dronecode Autopilot Connector Standard, the CAN connector has 4 pins as you wrote. This is also confirmed in the recently published DS-015 standard. 6-pin CAN connectors have never been defined by Dronecode.

On Wed, Nov 25, 2020, 09:48 Alexander Entinger notifications@github.com wrote:

The Zubax Orel 20 ESCs and many UAVCAN enabled sensor/actuators utilize the JST GH http://www.jst-mfg.com/product/detail_e.php?series=105 connectors with a pitch of 1.25 mm.

Zubax Orel 20 Pinout Pin Signal 1 VCC 2 CAN_H 3 CAN_L 4 GND

Providing 2 such connectors (CAN-IN, CAN-OUT) would allow easy interfacing with other UAVCAN enabled products.

However, there are a couple of open questions on my end and I'm hoping @pavel-kirienko https://github.com/pavel-kirienko can provide some clarity here. Internet documentation on the Dronecode Autopilot Connector Standard is both scarce and contradictory. It seems that the proposed standard has 6 pins, but I'm not sure on the exact pin-out. The Zubax Orel 20 ESCs have a 4-Pin connector. Why this discrepancy? What kind of pinout can we expect to be more widely adopted in the future?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/generationmake/CANFDMKRShield/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZFIZBGXBH2VWGK32IFMTDSRSZEHANCNFSM4UCA55IQ .

generationmake commented 3 years ago

Hi @pavel-kirienko and @aentinger Thank you for your input. I will add Dronecode CAN connectors. The spec is well defined and I think I know what to do.

aentinger commented 3 years ago

It was this post, that got me confused. Plus a lot of dead / unhelpful links that come up at the very top when googling, e.g. Link, Link, Link.

Thanks for clarification @pavel-kirienko though :heart: