ESP32の使い始めのころ、RTCの設定(時刻合わせ)で少し苦労しました。 それ以来使いまわしているコードを紹介します。 先の記事「network.WLAN 使い方」で紹介したclass に関数を追加するコードと、簡単な説明を書いてみます。 お気付きの点などありましたら ...
ESP-WROOM-32(38pin)を手に入れた! インストールが進んでいく様子 successfullyとか表示されていれば大丈夫のはず 念のため、pip freeze等で確認するとよいかも 1.2 esptoolコマンドが実行できるか確認 正常にインストールできたら、esptoolのPATHが通っているか確認 ...
This release provides a test build of the MicroPython fork that adds preliminary support for extracting Channel State Information (CSI) data on ESP32 devices. It is intended for evaluation and ...
Programming electronic systems is easier than ever. MicroPython makes it simple to program affordable MCUs, from the ...
This code reads data off of a UART pin on the ESP32. The Neo-M8 modules outputs NMEA sentences, which this code then converts into the useful data needed. This code contains a modulesetup() method to ...
Wouldn’t it be great if you could keep all of your small Internet-connected hacks up to date with a single codebase? A couple of weeks ago, we wrote up a project that automagically pulls down OTA ...