What are the CyberBrick shield pinouts/connections?

Hi, I’m in the process of designing a display shield for the CyberBrick Controller core, and I’m trying to keep it in the same style as the RC transmitter and receiver with mounting holes in the corners and with the same connectors where it makes sense.

For that I would really love to learn a little more about the connections, specifically how the connections are on the 3 pin analog input connectors and the 2 pin digital ones on the transmitter. I think I have found the rest of the connectors in the released 3D models and the PDF documentation, though I have made some assumptions that the castellated pads and labels for those match the pins that mates with the shield.

I’m also very curious as to which pins goes to which connector. I can kind of guess that pin 0-5 are the analog inputs, as those match up with the pin capabilities of the ESP32-C3, but I won’t be able to fit all, and would like to follow naming as much as possible.

The shield that I’m designing will have a small OLED display (128x64 pixels) and two buttons. For further expansion, there is also a Qwiic/StemmaQT connector with I2C in addition to 3 of the analog input connectors and a battery connector.


(The 3D model of the display itself isn’t totally accurate in the render, as it will stay within the PCB outline and fit nicely in a case)

I’m hoping that I have simply overlooked the information, but if not, I would really appreciate a few hints from someone with knowledge about the connections or someone that has a shield and can measure it with a multimeter.

1 Like

The recent announcement stated that design documents will be released on May 7.

https://www.kickstarter.com/projects/makerworld/cyberbrick-beyond-bricks/posts/4362137

Arh… thanks!

I know patience is a virtue, but I’ll probably just make a qualified guess on the pinouts, order some PCBs and fix my mistakes in software, at least for the first revision.

Luckily the ESP32-C3 is somewhat flexible and many functions can be connected to different pins using the pinmux.

True if you’re using I2C for the interface. I’m disappointed in the lateness as well, but…

I expect that the hardware documentation will be anemic. All they’re claiming is releasing the ‘API’. But a bit of sleuthing should reveal most necessary info…

I have decided to go with GPIO6 for SDA and GPIO7 for SCL and then put the two buttons on GPIO9 and GPIO10. I have put 10K pull-up on those and hope there isn’t already a strong pull-up on the core for those pins. If there is another 10K it will probably be ok, or I can leave out the resistors on the shield

If I remember correctly, GPIO9 is used for boot selection on the ESP32-C3 and I can see that being handy on an accessible button, at least for development.

Based on the layout, my guess is that GPIO3 is L1, GPIO4 is L2 and GPIO5 is L3 on the transmitter shield and similarly, GPIO0, GPIO1 and GPIO2 are R1, R2 and R3 respectively.

For the 3 pin SH1.0 connectors, my guess is that pin 1 is the signal, pin 2 is 3V3 and pin 3 is GND. That kind of matches the similar connector for the WS2812 on the receiver shield.