インターフェース1月号 を読んでたら
Wifi便利機能のところに、ESP-NOWというのが乗ってました。
ドキュメントは、こちら
https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/network/esp_now.html
GithubのRepositoryは、こちら
https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/ESPNow
どうやら。。 独自通信プロトコルらしいですが、1:多 や 1:1の通信をMACアドレス指定で、できるみたいです。ブロードキャストも効くようなので、単純にESP32どうしだけで、センサー情報をやり取りするだけなら、これがいいのかも??
1度に送れるのは250byteまでですが。。データの授受には、それでも十分かも。。
とりあえず、Githubとか、リンクを。。
https://github.com/leonyuhanov/ESP-NOW-TX-RX
https://github.com/yoursunny/WifiEspNow
https://github.com/DemSec/ESP-NOW_Mesh
https://github.com/arttupii/espNowFloodingMeshLibrary
https://github.com/Crypter/ESP-RCLink
https://www.instructables.com/id/ESP32-With-ESP-Now-Protocol/
https://qiita.com/nnn112358/items/da9762c4651c521af2c8
https://hackaday.io/project/164132-hello-world-for-esp-now
これに、GETMAC.inoが付いてた。。
https://github.com/srgi79/ESP-Remote-Control
あとで試してみようっと。。
コメントを残していただけるとありがたいです