If you use the Arduino IDE to program the ESP32, you might be interested in [Andreas Spiess’] latest video (see below). In it, he shows an example of using all three ESP32 UARTs from an Arduino ...
PySerialでシリアルポートを開くときにポート指定を便利する関数スニペット。 → 数字以外の場合はそのもまCOMポートして使う、例:COM7 最初のポートが対象のCOMポートではないことがあるので、使いづらいと、作ってから思った。 電子工作とESP32とArduinoに ...
[Andrew] wonders why the SerialUSB() function on the Cortex M3-based Arduino Due is so much faster than Serial() on the Uno or Nano, and shares his observations in this short video. He sets up an ...
まあこっちは簡単だろうと高をくくっていたら全然そんなことはなくHID以上に時間がかかった。 というのもこの機能、思っていた以上に実装・検証しなくてはいけない機能が多かったのだ。 おまけに本来開発すべき順みたいなのも分からないので ...