前回の記事では「デバッグの手順が間違っている」という気づきを提供した。この記事ではその続きとして、正しい手順の全体像を具体的に解説する。 前回の振り返りと、この記事の射程 前回の記事では「観察には仮説が先に来なければならない」という ...
Arduino IDEのシリアルプロッタ(Serial Plotter)は、Arduinoが送信するデータをリアルタイムでグラフ表示できるツール。シリアルプロッタ自体も裏技感がある(最初は知らなかった)。 以下のようにカンマ区切りでデータを出力するとグラフにしてくれる。
What steps will reproduce the problem? 1.If byte or integer variables are printed with serial.print or serial.println with the HEX output format option leading zeroes are not printed: byte reading5 = ...
* 1) Create a sketch for your ESP board and verify * that it both compiles and works. * 2) In the IDE select: Sketch -> Export compiled Binary. * 3) Create an OTA ...