Raspberry Pi Picoは、Linuxコンピューターではなく、Arduinoのようなマイクロコントローラーボードであるため、以前のPiから大幅に変更されています。 Raspberry Pi Picoの最大のセールスポイントは、価格、4ドル、組み込みプロジェクトに十分なパワーを提供し、あらゆる年齢や能力のユーザーがコーディングや電子機器を学ぶことができるRP2040チップです。 Windows、Apple、Linuxコンピュータ、または別の Raspberry Pi をお持ちの場合は、すでに問題はありません。次のプロジェクトでRaspberryPiPicoを使用する方法。
Raspberry PiPico入門
(画像クレジット:トムのハードウェア)
Raspberry Pi Picoは、それ以前のどのモデルとも大きく異なります。これは、Raspberry Piチームによって開発されたカスタムシステムオンチップ(SoC)であるRP2040「PiSilicon」を使用する最初のデバイスであり、133MHzで動作するデュアルコアArmCortex M0 +、264KBのSRAM、および2MBのフラッシュメモリを使用しています。ファイルを保存します。
1つの欠点Raspberry Pi Picoは、ワイヤレス接続がないことです。 RP2040はPiシリーズの最初のマイクロコントローラーであり、これにより新しい動作方法がもたらされます。 Picoはコンピューターではなく、別のコンピューターの外部アプリケーションでコードを記述し、そのコードをUSB経由でマイクロコントローラーに「フラッシュ」する必要があります。 Raspberry Pi Picoの使用を開始する方法に関するチュートリアルでは、接続方法について説明します。 PCをPicoに接続し、それを使用してMicroPythonコードをアップロードします。
Raspberry PiPicoを使用したコーディング
<図のデータ-bordeaux-image-check>
(画像クレジット:トムのハードウェア)
PicoおよびサードパーティのRP2040ボードは、MicroPython、CircuitPython、C/C ++、Arduino言語などのさまざまなプログラミング言語を使用できます。 Piper Play もあります。これは、Pico用のPythonのブロックベースバージョンです。
コードの記述C/C ++では、2つの方法で可能になります。まず、選択したテキストエディターでコードを直接記述し、ワークフローに従ってファイルを作成します。ファイルはPicoにフラッシュされます。または、グラフィカルワークフローを使用して、MicrosoftのVisual Studio Codeで作成、ビルド、フラッシュのプロセスを1つのアプリケーションで処理することもできます。
First and third part accessories are the life blood of the Raspberry Pi and maker communities. They bring extra features and enable projects to be realised more easily.
With the Raspberry Pi Pico’s new form factor there is a need for new accessories and the first to market at Pimoroni, a UK based official Raspberry Pi reseller. They have released 12 new accessories for the Pico that range from simple breakout boards enabling multiple addons to be used at once, to advanced audio output devices and a VGA Demo board which uses the Programmable IO of the RP2040 to create DVI video signals. If your interests are more LED inclined then the Unicorn Pack sees 112 RGB LEDs ready to dazzle your eyeballs.
We’ve had a chance to review several Pico accessories, including:
Tutorials and Support
The best things about Raspberry Pi is the great community and the thousands of tutorials that have been created. From basic to complex there are great tutorials to help you learn new skills.
In the relatively short time that the Pico has been on the market, the Raspberry Pi community has already developed a ton of resources. At Tom’s Hardware, we’ve been publishing our fair share of Pico how-tos, which you can find below.