Serial.println(analogValue, DEC); // print as an ASCII-encoded decimal Serial.println(analogValue, HEX); // print as an ASCII-encoded hexadecimal Serial.println(analogValue, OCT); // print as an ASCII ...
DFPlayerは、Arduino UNO R3時代に流行った製品だと思うので(Arduino UNO R3前提な部分がありそうに感じるので)、Arduino UNO R3互換機でDFPlayer Mini 互換機を試してみた。結局、両方、互換機なので、理想的な動作確認環境とは言えないので、あまり意味はなかったと ...
前回の記事では「デバッグの手順が間違っている」という気づきを提供した。この記事ではその続きとして、正しい手順の全体像を具体的に解説する。 前回の振り返りと、この記事の射程 前回の記事では「観察には仮説が先に来なければならない」という ...
You can read the state of a button using Arduino and a few lines of code. The actual state is shown in the Serial Monitor window as 0 or 1, 0 meaning the button is not pressed and 1 that the button is ...
Before I start talking about this really cool thing called Arduino (Italian for "good friend"), let me say a few things about the fascinating subject of physical computing. Physical computing has been ...
I like to visualize things, so I decided to prepare this simple tutorial to help you better understand how to visualize data using Arduino. This tutorial assumes that you have some basic electronics ...