News

The Serial Plotter built into the Arduino IDE creates graphs from numerical data. Unfortunately, there is no user manual for it. One of the strong points of Arduino is its easy-to-use serial port ...
One of the strong points of Arduino is its easy-to-use serial port which makes it simple to export data, to send commands to it, or to help with debugging. A Serial Monitor and a Serial Plotter are ...
The temperature is measured approximately once per second by a TMP36 Temperature Sensor. A formula is used to convert the analog input from the sensor to a temperature in degrees Fahrenheit. This ...
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 ...
This is a SPA that receives data points over WebSocket and prints graphs. The purpose is to provide a visual and live representation of data printed to the Serial Port. The application is designed to ...
Abstract: Condensation is a ubiquitous phenomenon which depends on several factors, ranging from the degree of subcooling to the relative humidity of the condensing environment. Characterizing ...