<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	【最速】ラズベリーパイ（Raspberry Pi）でGPIOピンの配置を簡単に確認する方法（ターミナル使用） へのコメント	</title>
	<atom:link href="https://sozorablog.com/gpio_pinout/feed/" rel="self" type="application/rss+xml" />
	<link>https://sozorablog.com/gpio_pinout/</link>
	<description>Raspberry Piで電子工作をはじめよう</description>
	<lastBuildDate>Sun, 21 Sep 2025 02:38:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>
		kuwa より		</title>
		<link>https://sozorablog.com/gpio_pinout/#comment-6411</link>

		<dc:creator><![CDATA[kuwa]]></dc:creator>
		<pubDate>Sun, 21 Sep 2025 02:38:28 +0000</pubDate>
		<guid isPermaLink="false">https://sozorablog.com/?p=1719#comment-6411</guid>

					<description><![CDATA[&lt;a href=&quot;https://sozorablog.com/gpio_pinout/#comment-6309&quot;&gt;そぞら&lt;/a&gt; への返信。

そぞらさん、ありがとうございます。
GPIO3は移動できないということですので、I2Cを移動できないか探ってみます。]]></description>
			<content:encoded><![CDATA[<p><a href="https://sozorablog.com/gpio_pinout/#comment-6309">そぞら</a> への返信。</p>
<p>そぞらさん、ありがとうございます。<br />
GPIO3は移動できないということですので、I2Cを移動できないか探ってみます。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		そぞら より		</title>
		<link>https://sozorablog.com/gpio_pinout/#comment-6309</link>

		<dc:creator><![CDATA[そぞら]]></dc:creator>
		<pubDate>Sun, 14 Sep 2025 03:59:44 +0000</pubDate>
		<guid isPermaLink="false">https://sozorablog.com/?p=1719#comment-6309</guid>

					<description><![CDATA[&lt;a href=&quot;https://sozorablog.com/gpio_pinout/#comment-6308&quot;&gt;kuwa&lt;/a&gt; への返信。

GPIO3 は、Raspberry Pi 本体に標準で備わっている「シャットダウンからの復帰（電源ON）」機能に割り当てられており、ハードウェア的に固定されています。
そのため、残念ながら電源制御ピンを他の GPIO に移動することはできません。
一方で、シャットダウンについては /boot/config.txt に gpio-shutdown を設定することで、GPIO3 以外のピンにも割り当てることが可能です。
このため、電源ON用のボタン（GPIO3固定） と シャットダウン用のボタン（任意GPIO） を分けて用意すれば、I²Cとの競合を避けられる可能性があります。
接続方法によっては1つのボタンでもできるかもしれません。
以下のサイトが参考になります。
https://forums.pimoroni.com/t/fan-shim-button-to-turn-pi-on-and-off-fyi-post/12169
不確定な点があり恐縮ですが、よろしくお願いいたします。]]></description>
			<content:encoded><![CDATA[<p><a href="https://sozorablog.com/gpio_pinout/#comment-6308">kuwa</a> への返信。</p>
<p>GPIO3 は、Raspberry Pi 本体に標準で備わっている「シャットダウンからの復帰（電源ON）」機能に割り当てられており、ハードウェア的に固定されています。<br />
そのため、残念ながら電源制御ピンを他の GPIO に移動することはできません。<br />
一方で、シャットダウンについては /boot/config.txt に gpio-shutdown を設定することで、GPIO3 以外のピンにも割り当てることが可能です。<br />
このため、電源ON用のボタン（GPIO3固定） と シャットダウン用のボタン（任意GPIO） を分けて用意すれば、I²Cとの競合を避けられる可能性があります。<br />
接続方法によっては1つのボタンでもできるかもしれません。<br />
以下のサイトが参考になります。<br />
<a href="https://forums.pimoroni.com/t/fan-shim-button-to-turn-pi-on-and-off-fyi-post/12169" rel="nofollow ugc">https://forums.pimoroni.com/t/fan-shim-button-to-turn-pi-on-and-off-fyi-post/12169</a><br />
不確定な点があり恐縮ですが、よろしくお願いいたします。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		kuwa より		</title>
		<link>https://sozorablog.com/gpio_pinout/#comment-6308</link>

		<dc:creator><![CDATA[kuwa]]></dc:creator>
		<pubDate>Sat, 13 Sep 2025 22:48:08 +0000</pubDate>
		<guid isPermaLink="false">https://sozorablog.com/?p=1719#comment-6308</guid>

					<description><![CDATA[電源制御ピンはGPIO3ですが、これとI2CのSCLが重なって両方使えないので困った。
電源制御ピンGPIO3を他に移動することはできないんでしょうか？]]></description>
			<content:encoded><![CDATA[<p>電源制御ピンはGPIO3ですが、これとI2CのSCLが重なって両方使えないので困った。<br />
電源制御ピンGPIO3を他に移動することはできないんでしょうか？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		kawamo55 より		</title>
		<link>https://sozorablog.com/gpio_pinout/#comment-437</link>

		<dc:creator><![CDATA[kawamo55]]></dc:creator>
		<pubDate>Sat, 04 Mar 2023 06:42:18 +0000</pubDate>
		<guid isPermaLink="false">https://sozorablog.com/?p=1719#comment-437</guid>

					<description><![CDATA[GPIOに関してはgpioコマンドで確認するとピン配置だけでなく、GPIOに設定されている状態(入力状態なのか？出力の場合H,Lどちらに設定されているのか)まで確認できます。
コマンドラインから状態を変更することも可能ですね！！

https://www.youtube.com/watch?v=b_zXLOu6r-4]]></description>
			<content:encoded><![CDATA[<p>GPIOに関してはgpioコマンドで確認するとピン配置だけでなく、GPIOに設定されている状態(入力状態なのか？出力の場合H,Lどちらに設定されているのか)まで確認できます。<br />
コマンドラインから状態を変更することも可能ですね！！</p>
<p><a href="https://www.youtube.com/watch?v=b_zXLOu6r-4" rel="nofollow ugc">https://www.youtube.com/watch?v=b_zXLOu6r-4</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
