PINE64
Sharing a breakout board I've made for the pogo pins - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Accessories (https://forum.pine64.org/forumdisplay.php?fid=123)
+--- Thread: Sharing a breakout board I've made for the pogo pins (/showthread.php?tid=9317)



Sharing a breakout board I've made for the pogo pins - SMR404 - 02-29-2020

Hi all,

I've made a breakout board for the Pinephone's pogo pins. This might make the process of testing accessory hardware easier when it is in an early stage of development (e.g. not ready to be mounted directly to the phone).

Here is the Github repository with pictures of it installed and the KiCad source files: https://github.com/SMR404/PinephonePogoBreakout


Also, I made a Reddit post with the same (redundant) info: https://old.reddit.com/r/pinephone/comments/fa43gp/time_to_get_acquainted_with_the_expansion_port

I hope this is a help to some of you!


RE: Sharing a breakout board I've made for the pogo pins - nationalicon - 06-12-2020

(02-29-2020, 02:15 PM)SMR404 Wrote: Hi all,

I've made a breakout board for the Pinephone's pogo pins. This might make the process of testing accessory hardware easier when it is in an early stage of development (e.g. not ready to be mounted directly to the phone).

Here is the Github repository with pictures of it installed and the KiCad source files: https://github.com/SMR404/PinephonePogoBreakout


Also, I made a Reddit post with the same (redundant) info: https://old.reddit.com/r/pinephone/comments/fa43gp/time_to_get_acquainted_with_the_expansion_port

I hope this is a help to some of you!

This could be super helpful for prototyping. Thanks so much for sharing! 

On the software side, how do you program for I2C? Is there a Python or C++ library that can be used like an Arduino/microcontroller, and how do you adress the pins?