Raspberry Pi 上でサンプル プログラムを実行できます。 次のコマンドを入力します。 sh コピー sudo ~/cmake/remote_monitoring/remote_monitoring 次のサンプル出力は、Raspberry Pi 上のコマンド プロンプトに表示される出力の例です。 Ctrl + C キーを押してプログ...
この記事では、Azure IoT Hubを使用して、Raspberry Pi OS を実行する Raspberry Pi をクラウドに接続するための基本的な手順について説明します。 Raspberry Pi の物理デバイスまたはオンライン デバイス エミュレーターを使用できます。
curl-Lhttps://github.com/raspberrypi/linux/archive/${KERNEL_REV}.tar.gz>rpi-linux.tar.gz## rootsudo-s## Extract kernel source codeHOME=/home/picd/usr/srcmkdirrpi-linuxcdrpi-linuxtar--strip-components1-xf${HOME}/rpi-linux.tar.gz## Place Module.symvers and .config to the proper folde...
今後は「 Raspberry Pi で実行するコマンド」と「開発用 PC で実行するコマンド」があるため、分かりやすくするために、ブログ記事中のコードブロックの冒頭に説明を記載します。 また、AWS CLI を実行する場合は、十分な権限を持つ AWS クレデンシャルを指定してください。
この記事では、Windows から Raspberry Pi 環境にファイルを転送して実行する Batch コマンドを紹介します。 PuTTYは、Windows および Unix プラットフォーム用の Telnet および SSH を無料で実装するサードパーティ製の無料ツールです。 また、xtermターミナル エミュレータも備えています。
(VL53L1X)pi@raspberrypi:~/WorkSpace/Python/VL53L1X$pip list Package Version---pip 18.1 pkg-resources 0.0.0 setuptools 40.8.0 smbus2 0.4.0 VL53L1X 0.0.5 サンプルプログラム pimoroni/vl53l1x-pythonの距離をバーで表示するプログラムをそのまま実行した結果です。 今後 カメラなのでbit...
インストール用のシェルスクリプト(./utils/build_install.bash)を実行します。for Raspbian$ git clone https://github.com/rt-net/RaspberryPiMouse.git $ cd RaspberryPiMouse/utils $ sudo apt install raspberrypi-kernel-headers build-essential $ ./build_install.bash...
Raspberry Pi のターミナルウィンドウで、以下のコマンドを実行します。 hostname -I これは、Raspberry Pi の IP アドレスを返します。 注記 以下の場合、ECDSA キーフィンガープリントのメッセージ (Are you sure you want to continue connecting (yes/no)?) が表示されたら、「yes」と入力...
This project is a piano practice recording system that receives MIDI signals from an electronic piano to a Raspberry Pi (any console that can use Python is also acceptable). It uses Dash (Python) to record practice times, accessible from a smartphone or PC browser. Features Recording practice ...
今回は、例としてRaspberryPiを使用しますが、Linux等でPythonが実行できるコンピュータでしたら何でもかまいません。RaspberryPiを使用すると、カメラで画像を入力したり、スピーカで音を発するなど物理的なもの以外にもネットワーク経由の接続もできるようになりますので、ロボットを動作させる...