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

Camera connector #4

Open
VojislavM opened this issue Jan 20, 2017 · 8 comments
Open

Camera connector #4

VojislavM opened this issue Jan 20, 2017 · 8 comments

Comments

@VojislavM
Copy link
Contributor

There is a difference between camera connectors on Raspberry Pi 1, 2 and 3 and Raspberry pi CM base board.

Raspberry Pi 3 camera connector:

image

Raspberry Pi CM base board camera connector:

image

@VojislavM
Copy link
Contributor Author

Camera 1 interface is used as the primary camera interface

@VojislavM
Copy link
Contributor Author

VojislavM commented Jan 20, 2017

STEPS TO ATTACH A RASPBERRY PI CAMERA (TO CAM1)

  • Attach the 0.5mm 22W FFC flexi (included with the adaptor board) to the CAM1 connector (flex contacts face down).
  • Attach the camera adaptor board to the other end of the 0.5mm flex (flex contacts face down).
  • Attach a Raspberry Pi Camera to the other, larger 15W 1mm FFC on the camera adaptor board (contacts on the Raspberry Pi Camera flex must face up).
  • Attach CD1_SDA (J6 pin 37) to GPIO0 (J5 pin 1).
  • Attach CD1_SCL (J6 pin 39) to GPIO1 (J5 pin 3).
  • Attach CAM1_IO1 (J6 pin 41) to GPIO2 (J5 pin 5).
  • Attach CAM1_IO0 (J6 pin 43) to GPIO3 (J5 pin 7).

https://www.raspberrypi.org/documentation/hardware/computemodule/cmio-camera.md

https://www.petervis.com/Raspberry_PI/Raspberry_Pi_CSI/raspberry-pi-csi-interface-connector-pinout.html

@VojislavM
Copy link
Contributor Author

VojislavM commented Jan 20, 2017

Because we do not want to use camera adapter board, 15 pin connector will be used:
image

image

@VojislavM
Copy link
Contributor Author

Camera connector:

It will be vertical SMD connector, because of the limited space inside of the Koruza unit. This way flax cable will easily connect to the board.
Connector part number: 1-1734248-5
Available:

@VojislavM
Copy link
Contributor Author

VojislavM commented Jan 30, 2017

Differential trace length are matched with tolerance of 0.254mm and they have 100 Ohm differential impedance.

@VojislavM
Copy link
Contributor Author

The SDA and SCL pins must be either GPIO0 and GPIO1 or GPIO28 and 29 and must be individual to each camera.

@VojislavM
Copy link
Contributor Author

Camera 1 I2C and IO interface:

interface GPIO function
I2C0 GPIO0 SDA
I2C0 GPIO1 SCL
GPIO GPIO4 CAM_GPIO
GPIO GPIO5 CAM_CLK

@VojislavM
Copy link
Contributor Author

disconnect pins on the PCB, they are connected thru the connector

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

No branches or pull requests

1 participant