fr293 / motor_board

6 stars 3 forks source link

Raspberry Pi GPIO to Control Board wiring diagram #4

Open mathewlippincott opened 7 years ago

mathewlippincott commented 7 years ago

Is there a diagram for where the connectors go on the Pi's GPIO?

fr293 commented 7 years ago

There’s no diagram, but there should be! The pinout is fairly self explanatory, though.

Gnd goes to any ground pin on the Pi

Vlow goes to any 3.3V pin on the Pi

Datlow goes to the i2c data pin on the Pi

Clklow goes to the i2c clock pin on the Pi

Fortunately, the pins are arranged on the pi in a way such that it’s possible to find all of the ones you need in the first 3*2 block of the header.

Yours truly,

Fergus Riche Magdalene College Cambridge Mobile: +447974304049

On 28 Oct 2016, at 20:19, mathew lippincott notifications@github.com wrote:

Is there a diagram for where the connectors go on the Pi's GPIO?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/fr293/motor_board/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AM3LFZ1rfft347YUcBzT8cls89n75p1kks5q4kq9gaJpZM4KjxOl.

mathewlippincott commented 7 years ago

Perfect, thanks for info!