<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[カードピュータ1.1をラズベリーパイのbleキーボードとして使いたいのですが、ブルートゥースでペアリングができません。]]></title><description><![CDATA[<p dir="auto">初めて書き込みをします。よろしくお願いします。</p>
<p dir="auto">ラズベリーパイ02Wで手のひらに乗る端末を作っています。カードピュータ1.1をこれのbleキーボードとして使いたいのですが、ブルートゥースでペアリングができません。アンドロイドスマホともペアリングができません。 WindowsのノートPCならペアリングできます。<br />
どういった解決方法がありますでしょうか。</p>
<p dir="auto">各機種のバージョンは以下のとおりです。<br />
ラズベリーパイ02W：Raspbian GNU/Linux 11 (bullseye)<br />
アンドロイドスマホ：Android 15<br />
WindowsのノートPC：Windows 11 Home 24H2</p>
<p dir="auto">I’m building a palm-sized device using a Raspberry Pi Zero 2 W.<br />
I want to use the Cardputer 1.1 as a BLE keyboard for it, but I can’t get it to pair over Bluetooth.<br />
It also fails to pair with my Android smartphone, but pairing works fine with my Windows laptop.<br />
I’d like to know how to resolve this issue.</p>
<p dir="auto">Here are the versions of each device:<br />
Raspberry Pi Zero 2 W: Raspbian GNU/Linux 11 (bullseye)<br />
Android smartphone: Android 15<br />
Windows laptop: Windows 11 Home 24H2</p>
]]></description><link>https://community.m5stack.com/topic/7695/カードピュータ1-1をラズベリーパイのbleキーボードとして使いたいのですが-ブルートゥースでペアリングができません</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:36:34 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7695.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Jul 2025 23:39:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to カードピュータ1.1をラズベリーパイのbleキーボードとして使いたいのですが、ブルートゥースでペアリングができません。 on Thu, 17 Jul 2025 19:24:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yuyun2000" aria-label="Profile: yuyun2000">@<bdi>yuyun2000</bdi></a> said in <a href="/post/29526">カードピュータ1.1をラズベリーパイのbleキーボードとして使いたいのですが、ブルートゥースでペアリングができません。</a>:</p>
<blockquote>
<p dir="auto">Raspberry PiのBluetooth設定Raspbian Bullseyeでは、BlueZのバージョンによってBLE互換性が異なる場合があります。以下のコマンドでBluetoothサービスを再起動し、デバイスを再スキャンしてください：<br />
sudo systemctl restart bluetooth<br />
bluetoothctl scan on</p>
</blockquote>
<p dir="auto">当初はGUIデスクトップで接続できない状態でしたが、おかげさまでCLIコマンドで bluetoothctl を使い、scan on でアドレスをスキャンし、pair &lt;MACアドレス&gt; で無事に接続できました。</p>
<p dir="auto">CLIコマンドの使い方をよく知らなかったので調べるきっかけができました。ありがとうございます。</p>
]]></description><link>https://community.m5stack.com/post/29537</link><guid isPermaLink="true">https://community.m5stack.com/post/29537</guid><dc:creator><![CDATA[deardeer]]></dc:creator><pubDate>Thu, 17 Jul 2025 19:24:58 GMT</pubDate></item><item><title><![CDATA[Reply to カードピュータ1.1をラズベリーパイのbleキーボードとして使いたいのですが、ブルートゥースでペアリングができません。 on Thu, 17 Jul 2025 09:05:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/deardeer" aria-label="Profile: deardeer">@<bdi>deardeer</bdi></a> Cardputer v1.1 (SKU:K132-V11)をBLEキーボードとして使用する際のペアリング問題について、以下の解決方法をご提案します。</p>
<p dir="auto">ファームウェアの更新Cardputer v1.1の公式ファームウェアを最新版に更新してください。不具合修正や互換性改善が含まれている可能性があります。更新方法はCardputer v1.1 UiFlow2クイックスタートを参照してください。</p>
<p dir="auto">BLE設定のリセットCardputerの電源を入れ直した後、既存のペアリング情報を削除してください。Raspberry Pi Zero 2 WとAndroid端末側でも「既知のデバイス」からCardputerを削除し、再度ペアリングを試行してください。</p>
<p dir="auto">ペアリング手順の確認CardputerをBLEキーボードモードで起動し、ペアリングモードに入る必要があります。デフォルトでは特定のキーコンビネーション（例：FN + Enter）でペアリングモードを有効にする場合があります。詳細は製品マニュアルをご確認ください。</p>
<p dir="auto">Raspberry PiのBluetooth設定Raspbian Bullseyeでは、BlueZのバージョンによってBLE互換性が異なる場合があります。以下のコマンドでBluetoothサービスを再起動し、デバイスを再スキャンしてください：<br />
sudo systemctl restart bluetooth<br />
bluetoothctl scan on</p>
<p dir="auto">Android端末の設定Android 15では、位置情報を有効にしてBluetoothスキャンを許可する必要がある場合があります。設定 &gt; アプリ &gt; Bluetooth &gt; 権限で「位置情報」を有効にしてください。</p>
<p dir="auto"><a href="https://chat.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">https://chat.m5stack.com/</a></p>
]]></description><link>https://community.m5stack.com/post/29526</link><guid isPermaLink="true">https://community.m5stack.com/post/29526</guid><dc:creator><![CDATA[yuyun2000]]></dc:creator><pubDate>Thu, 17 Jul 2025 09:05:12 GMT</pubDate></item></channel></rss>