In this NOTE post, I am working on various projects using the ESP32 series. This time, continuing from the last post, I will be discussing Wi-Fi sensing. I used an M5Stack last time, but this time I ...
When you hear the term "Self-Driving Lab" (SDL), don't you imagine a scene like this? A vast laboratory lined with robot arms, silently continuing experiments even in the middle of the night when no ...
$ git clone -b v4.3.4 --recursive https://github.com/espressif/esp-idf.git esp-idf-v4.3.4 $ cd esp-idf-v4.3.4/ $ ./install.sh # Only once $ . export.sh $ cd .. $ git ...
M5Stack CoreS3-Lite (ESP32-S3) で遊び・学びながら開発するためのリポジトリ。 Wi-Fi 認証情報はリポジトリに含めない。テンプレートをコピーして自分の値を入れる。 cp src/secrets.h.example src/secrets.h ...