Simple Median Filter library designed for the Arduino platform. This median filter attempts to minimize processing time by maintaining a data list that is sorted from smallest value to largest value.
This project uses an Arduino and a DHT11 sensor to measure ambient temperature and humidity, displaying the readings on your computer. Functionality The Arduino code periodically reads data from the ...