2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ラズパイPicoで動作する治具ソフト

Last updated at Posted at 2025-10-27

1.概要

マイコン基板はRaspberry Pi Pico Wを使用します。
PCからUSB(仮想COM)またはWi-Fi(TCPソケット通信)経由で
Pico WのGPIO/UART/SPI/I2C/ADC/PWMを制御するFWとPCアプリです。

画面キャプチャ

2.特徴

  • (1) PCアプリからPico WにUSBまたはWi-Fi経由でコマンドを送信することで、Pico Wに任意のUART/SPI/I2C/GPIO/PWMデータを送信させることができます。

  • (2) Pico Wが受信したUART/SPI/I2C/GPIO/ADCデータをUSBまたはWi-Fi経由でPCアプリに渡し、PCアプリで表示します。

  • (3) Pico Wに対するWi-Fi設定等の各種設定は、PCアプリを使用し、Pico WのFlashメモリに保存します。

3.システム構成

unnamed.png

4.成果物

ソースコード・バイナリ・マニュアル

  • FWは、C言語とPico SDKで作成しています。
  • PCアプリは、Visual StudioでC#で作成しています。
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?