Home network
2026年8月30日日曜日
UbuntuのWiFi子機を外付け
2025年11月10日月曜日
犬が嫌がる音
- 17,000~20,000Hz: いわゆる「モスキート音」と呼ばれる周波数帯で、「キーン」とした高周波音が不快に感じられます。
- 13,500~19,500Hz: 動物撃退器など、犬を避けるために使用される周波数帯です。
- 20,000Hz前後: 猫が本能的に嫌がるとされる周波数帯です。
- 19,500~24,500Hz: 猫やアライグマなどを撃退するために使用される周波数帯です。
2025年4月17日木曜日
apkを取り出す(WiFi)
■WiFiでペアリング
> adb pair <ip>:<port>
Enter pairing code: ******
Successfully paired to <ip>:<port> [guid=******]
■PCと端末を接続(稀にコマンドがエラーになる場合がある)
> adb connect <ip>:<port>
already connected to <ip>:<port>
■apkのリストを表示する
>adb shell pm list packages -f
~省略~
■apkをpullする
・adb pull してエラーになる場合はpullできる場所にコピーする
>adb shell cp /data/app/com.loudcrow.acharliebrownchristmas-2/base.apk /storage/emulated/0/Download/acharliebrownchristmas.apk
>adb shell cp /data/app/com.loudcrow.charliebrownallstars-1/base.apk /storage/emulated/0/Download/charliebrownallstars.apk
>adb shell cp /data/app/com.loudcrow.charliebrowngreatpumpkin-1/base.apk /storage/emulated/0/Download/charliebrowngreatpumpkin.apk
>adb shell cp /data/app/com.loudcrow.charliebrownthanksgiving-2/base.apk /storage/emulated/0/Download/charliebrownthanksgiving.apk
・pullする
>adb pull /storage/emulated/0/Download/acharliebrownchristmas.apk
>adb pull /storage/emulated/0/Download/charliebrownallstars.apk
>adb pull /storage/emulated/0/Download/charliebrowngreatpumpkin.apk
>adb pull /storage/emulated/0/Download/charliebrownthanksgiving.apk
~C:\Users\<username>\AppData\Local\VirtualStoreに出力される~
2024年3月24日日曜日
Raspberry pi 3 Model Bの導入
■キーボード
Apple A1314 が使えた。
何回か試す必要あり。6桁の番号だけ入れてenter押さなければpairingできた。
■マウス
Apple A1396 が使える。
■電源
USBで供給できるのは、事実上2Aまで(スマホとかについてくるアダプタだと最大2A)のため、専用の電源アダプタかGPIOから供給する必要あり。
2020年3月23日月曜日
2019年4月29日月曜日
Garmin Speak Plus with Amazon Alexa のセットアップの課題2
Garmin Speak Plus with Amazon Alexaの標準のSD cardは8GBである。
どうせすぐ壊れるので、代替カードを準備しておきたいが、軒並み"card error"が表示される。
■状況
下記のSD cardがNG
1. Samsung SDXC 64 EVO Plus class 10をexFATでフォーマット
2. Samsung SDXC 64 EVO class 10をexFATでフォーマット
◼️結果
Garmin Speak Plus with Amazon Alexa のセットアップの課題1
Garmin Speak Plus with Amazon Alexaをセットアップする際、"Activating your Garmin Speak Plus"のところで、"We weren't able to activate Amazon Alexa. Make sure you have a good Connection to the internet, and you have added a home address to your Amazon account"と表示され、Garmin Drive Appのセットアップが完了しない。
また、その為Alexaへの問い合わせができない。
Garmin Speakは北米のみ対応と記載されているが、Garmin Driveは日本語対応もしているので使えそうに見えたが…
■ゴール
1. 米国のamazonアカウントにリンクする
2. VIRBで動画を確認できる
3. 日本のamazonアカウントにリンクする
4. Amazon prime系のサービスを使う
■状況
米国と日本のAmazonに同じメアドでアカウントを登録し、Amazon shoppingアプリをインストールした状態で以下の通りであることを確認。
・Speak Plusは、普段使っているalexa.amazon.co.jpに紐づいている。
・当然にSpeak Plusは、alexa.amazon.comに紐づいてない。
・alexa.amazon.co.jpではonlineと表示されている。
正解
・Wi-Fi
⇒おそらく、VIRB Appを使うためだけと思われる。
⇒住所は関係無さそう。後述のとおり、端末のlocaleで動きが変わるようである。
■調査結果と対応方法
・Amazon shoppingアプリをインストールする
・日本のamazonアカウントにリンク
・スマートフォンのtime zoneを北米に変更
・Amazon shoppingアプリをアンインストールする※
・米国amazonアカウントにリンク
■参考資料
・Using the Garmin Speak or Garmin Speak Plus in Other Countries
・Amazon Sign In Fails During Set Up of Garmin Speak or Garmin Speak Plus

