Raspberry 体育彩票31选7 B +型最重要的变化之一是40针接头(J8)。与原始Raspberry 体育彩票31选7上的26针接头连接器相比,它增加了14针。
该页面旨在提供一组信息,这些信息对于在项目中与这些引脚连接的任何人都应证明是有用的。它还包括指向可打印PDF工作表的链接,该链接可用于在将项目连接到标题时做笔记。
图表
这是显示所有40引脚的图:
Additional 通用输入输出
The B+ offers 9 extra 通用输入输出 pins which can be configured as inputs of outputs. This brings the total number to 26 (17+9).
接地脚
扩展接头提供了额外的3个接地引脚。以便’s a total of 8.
工作表
在网页上引用信息是很棒的,但是当您进行硬件连接时,能够在一张纸上书写仍然很有用。一世’ve created a printable B型 通用输入输出 worksheet 这样您就可以在构建项目时在图表上进行绘制和书写。
它使您更容易记住您所用的电线,传感器和组件’已连接到每个引脚。
14条留言
Can I reuse your 通用输入输出 diagramme (with source) to complete our documentation page available here?
http://mchobby.be/wiki/index.php?title=Rasp-Hack-GPIO_Connecteur#Les_broches_27_.C3.A0_40
您好,没关系!
你好!
非常感谢您提供的这张好图表。
也许您可以添加一个提示,以了解如何在Model B +上找到体育彩票31选7n1?它为N’据我所知,没有像以前的型号那样标记在那里。
我现在通过将其与以前的模型进行比较来定位它,并且 http://mchobby.be/wiki/index.php?title=Rasp-Hack-GPIO_Connecteur#Les_broches_27_.C3.A0_40 帮助,但是简单的图片或绘图肯定会轻松找到它。
再次感谢。
基督教
克里斯汀,您好,如果您看一下PCB的背面,则引脚1有一个方形焊盘,而其他引脚有圆形焊盘。
非常感谢您的提示。 (-:
En ra pinup de la raspbeery pi b +(27 y 28)se puede colocar un microcontrolador para que pueda leer la eeprom sd or los puertos usb?
I’m trying to address the 通用输入输出 in board mode:
通用输入输出.setmode(GPIO.BOARD)
I can't seem to figure out how to address the ports in that mode. I've tried referring to them as they are 上 the diagram e.g. 通用输入输出4 or P4 or even just "4" and I get errors every time. Any suggestions?
Thanks!
BOARD mode means you refer to pins with the pin numbers rather than references. So 通用输入输出4 is 体育彩票31选7n 7. In BOARD mode using 4 will be referring to pin 4 which is a 5V 功率 pin.
请问您可以为pi零投一。
皮零上的标头与A +,B +,体育彩票31选7 2和体育彩票31选7 3上的标头相同。
What do the colours mean? It is clear that Red is 5V, Orange is 3V3, and White is Ground. Put why are 通用输入输出 Blue, Green, Purple, and Violet
The colours represent groups of pins that can perform special functions. Blue is the SPI 接口, Green are general 通用输入输出, purple is the serial 接口 and violet is the I2C 接口.
This 引脚排列 doesn’与我的Raspberry 体育彩票31选7 3B匹配。以下是我的体育彩票31选7的gpio输出。你知道为什么吗:
pi @ remotepower:〜$ gpio阅读全部
[输出已删除]
我的图是正确的。例如,如果我们使用物理引脚37“gpio”实用程序将此标签为“GPIO.25”当它是GPIO26时。这可能是由于没人知道的一些晦涩的技术原因。引脚37是GPIO26。在里面“gpio readall” output the “BCM”谈论时列是正确的“GPIO”参考。我会忽略“GPIO.” text in the “Name” column as it won’t help at all.
在命令行上使用的更好的工具是官方“pinout”命令。这将与我的图一致。