目次
ESP32の情報などのリンク集
Arduino含めて、日本語のリファレンスなどがきれいに整備されています。
https://garretlab.web.fc2.com/arduino/
本家のリファレンス類
https://github.com/espressif/esp-idf
https://github.com/espressif/arduino-esp32
僕のページのESP32やArduinoの記事
ArduinoとESP32の検索
https://tom2rd.sakura.ne.jp/wp/?s=Arduino&ESP32
電子工作タグ
https://tom2rd.sakura.ne.jp/wp/tag/%e9%9b%bb%e5%ad%90%e5%b7%a5%e4%bd%9c/
僕のGithubのESP32関連
https://github.com/tom2rd/ESP32room
僕のGithubのESP32Wiki
https://github.com/tom2rd/ESP32room/wiki
Arudino IDE での実装類
Wifiのセットアップだけに絞った記事
Webサーバーを作って、計測値を読んだり、Webサーバー側にポストしたりする記事
http://marchan.e5.valueserver.jp/cabin/comp/jbox/arc202/doc21106.html
ラジコン的に使う
http://mukujii.sakura.ne.jp/esp1.html
GET・POST HTTPClient.h を利用
https://qiita.com/zakkied/items/ee68f6a49d7921549bc7
APとして起動してHttpサーバー
MicroPythonでの実装類
MicroPythonでWebサーバーを作る記事
http://dfram.hatenablog.jp/entry/2017/11/12/150357
https://www.cnx-software.com/2017/10/16/esp32-micropython-tutorials/
Lua言語と、RTOSで Scratch的なやり方
https://github.com/whitecatboard/Lua-RTOS-ESP32
トラブルシューティング
https://www.mgo-tec.com/blog-entry-trouble-shooting-esp32-wroom.html
コメントを残していただけるとありがたいです