Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 1 year has passed since last update.

Arduinoにwifi機能はない

Last updated at Posted at 2022-01-31

マイコンボードとwifi

Arduinoにはwifi機能がありません。

PNGイメージ-28107A1021BD-1.png

wifi機能をもったマイコンボードであるesp32M5Stackなどを使えばArduino IDEを使ってIoT機器のプロトタイプを作ることができます。

ただ、大学キャンパス内のwifiは特別な認証があるので、esp32やM5Stackを教室のwifiに繋げることはできませんでした。。。

Arduinoとパソコンを使ってインターネットへ

パソコンがwifiに繋げっていれば、Arduinoをパソコンにつなげてpythonでプログラムを書けば、インターネットに繋がったIoT機器を仮想的に作ることができます。

PNGイメージ-CF1114754355-1.png

授業ではこの方法でIoTを体験していきます。

インターネットにつなげてどうするん?

Arduinoをインターネットにつなげて、ネットサーフィンをするわけではありません。処理をするサーバーにデータを送ったり、受け取ったりしながらIoTサービスを作っていきます。
サーバーは無料のものだとAmbientなどがありますが、拡張できるように道用が独自に開発したdfLinkを使います。

iotimage.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?