前回の準備でPico はプログラムを受付られるようになったはず。 このページを読み進めると「Get started with MicroPython on Raspberry Pi Pico(オフィシャルガイド)」というものが存在するようです。 Python(MicroPython) もScratchもラズパイと同時に名前を知りました。
You'll first need to save the neopixel.py file to your device (for example, open it in Thonny and go file > save as and select MicroPython device. Give it the same name). Once it's there, you can ...
このシリーズでは、Raspberry Pi Pico+Python+AI を組み合わせて 「地震の異常兆候をモニタリングし、AIで検知して通知するシステム」を テンプレート付きで解説してきました。 今回は プロジェクトの全体構成/必要パッケージ/ファイル一式/実行手順 を ...
To get MicroPython running on the Pico -> with the Pico USB unplugged, hold down the 'BOOTSEL' button on the board and then plug it in to the computer. This should boot the Pico into a special mode ...
以下が光センサーをラズパイピコにつなげるために今回用意した部品だ。値段は原稿執筆時点の価格なので実際には多少前後する。 名前 値段 役割 Raspberry Pi Pico 550円 PCとセンサーを接続 CdSセル (5mm) 30円 光センサー ブレッドボード 200円 ピコやセンサーを ...
テレワークで自宅時間が増えた。そうなれば、自宅を快適にしたいという流れが自然だろう。とは言えお金はかけたくないと誰もが思うところだ。せっかくPythonが使えるならRaspberry Picoを活用してみよう。550円から電子工作が始められるので手軽だ。今回は ...
Although protocols like I2C and SPI are great for communicating between embedded devices and their peripherals, it can be a pain to interface these low-level digital interfaces to a PC. [Alexandre] ...