先日 Arduino と Raspberry Pi を USB シリアル通信で連携しながら、温度湿度を取得するセンサーを作ってみました。今回はそこから得た知見を書いていきます。 開発環境 今回の開発で使用する環境は以下のようになります。 今回開発に使用したPCは「MacBook Pro 2016 ...
今回は、加速度センサからデータを取得して Arduino IDE のシリアルプロッタに表示させるスケッチを作りました。 とりあえずデータを表示できればいいから自分でちゃちゃっと描こうと考えていたのですが、当節は AI でコーディングするのが流行りとか。
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 ...
Takes a serial input from an arduino and plots its data live. Originally meant for a thermal draw tower. Make sure to run pip install pyserial in terminal. It might not work in pycharm, in that case ...
This project reads temperature and humidity data from a DHT11 sensor using an Arduino and displays the values in the Serial Monitor. The DHT11 is a basic, low-cost digital temperature and humidity ...
Outputting data from a microcontroller over a serial port is convenient and easy, but formatting, visualizing, and analyzing the data can be tedious and frustrating. [Alex Spataru] knows this all too ...
The hardware setup shown below includes the Arduino Uno R4, a DHT11 sensor, and the built-in Wi-Fi for email alerts. The DHT11 is connected with VCC to 5V, GND to ground, and the data pin to Digital ...
In the old days, a serial port often connected to an acoustic coupler that gripped a phone handset and allowed a remote connection to a far away serial port (via another phone and acoustic coupler) at ...