LoginSignup
2
3

More than 5 years have passed since last update.

Arduinoでwifi接続

Posted at

■目的
・Arduinをwifi送受信させたい

■実施内容
①以下の参照URLを利用して回路を組み、PGを書き込む
②シリアルモニタにHElloWorldが出てこなくて困ったが、http://deviceplus.jp/hobby/entry0033/によれば、readyが来れば帰ってこなくてもOKだそうなので、つづけた。また文字化け文字すら出てこないのは、接触不良。ESPのピンを金属部分触れさせる(斜めにするなどをすれば動く)
③PHPはまだ。

<参照URL>
・【Arduino】ESP-WROOM-02( ESP8266 )を使ってWifiで無線通信する
http://nn-hokuson.hatenablog.com/entry/2017/04/09/091148

・Arduinoと数百円のWi-Fiモジュールで爆安IoTをはじめよう
https://ics.media/entry/10457/3

・爆速にIoTできるESP32を試してみました:IoTLT vol.25
https://techplay.jp/slide/164108

<用語調べる>
・シリアル通信(http://www.geocities.jp/zattouka/GarageHouse/micon/Arduino/arduino_use2.htm)
・RXDやTXDなど
・ブレッドボードの仕組み(http://jsdiy.web.fc2.com/avr_7segclockbb/)
・ボーレート

2
3
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
3