2020年12月20日日曜日

Raspberry Pi Zero WとArchLinuxでBulez(Buletooth)を使う

環境

  • Raspberry Pi Zero W
  • ArchLinux ARM
設定

  • /boot/config.txt(追記)
    • dtparam=krnbt=on
    • enable_uart=0
  • /boot/cmdline.txt(削除)
    • console=ttyAMA0,115200
    • kgdboc=ttyAMA0,115200
  • 再起動
  • pacman -S bluez bluez-utils
  • systemctl enable bluetooth.service
  • systemctl start bluetooth.service
備考

  • bluetoothの設定にはbluetoothctlを使用

ChatGPTを英会話に使う

AIと幅広い対話を行うことができるChatGPTですが、英語教師の役割を担わせることも可能になっています。これを用いて英会話(チャット)による学習を行うことが可能です。 最初に必要なプロンプトを入力します。コピペして使ってください。 初心者 Let's think ste...