先日 Arduino と Raspberry Pi を USB シリアル通信で連携しながら、温度湿度を取得するセンサーを作ってみました。今回はそこから得た知見を書いていきます。 開発環境 今回の開発で使用する環境は以下のようになります。 今回開発に使用したPCは「MacBook Pro 2016 ...
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 ...
ここでは、Arduinoを使ってセンサーから読み取ったデータをパソコンに送信する方法を学びます。この方法を使うと、センサーの値をリアルタイムで確認できるようになります。 1. シリアル通信とは? シリアル通信は、データを1ビットずつ順番に送信する ...
As a result, remote control technologies are being widely adopted across various sectors. Among the many components used in ...
本書で利用するプログラムのサンプルファイルをダウンロードできます。 データは、圧縮ファイル形式でダウンロードできます。圧縮ファイルをダウンロードしていただき、適宜解凍してご利用ください。 なお、2022年6月20日以前にダウンロードされたもの ...
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 ...
在 VSCode 中,点击 PlatformIO 图标(通常在左侧栏) 选择 "New Project" 选择 Board: "Arduino Uno" 选择 Framework: "Arduino" 选择项目位置并命名 ...
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 ...
The 16-channel 12-bit PWM/Servo Driver, PCA9685, is an ideal module for precise control of multiple PWM outputs that are commonly used to control servos, LEDs, and other devices in applications such ...