This tutorial shows how to build a simple weather station using Arduino board and BME280 barometric pressure, temperature & humidity sensor. The Arduino microcontroller (ATmega328P…
This Arduino project shows how to build a simple temperature measurement station with DS1631 digital temperature sensor where temperature values (in degrees Celsius and degrees…
This post shows how to build a simple auto-ranging ohmmeter using Arduino uno board where resistor value (resistance) is displayed on 16×2 LCD screen and…
This project shows how to build a capacitance meter based on Arduino board where the value of capacitor capacitance is displayed on 16×2 LCD screen…
This Arduino project shows how to build a digital voltmeter which can measure up to 600V. This voltmeter can measure AC and DC voltages with…
This Arduino project shows how to build a digital thermometer using LM335 analog temperature sensor where temperature values are printed on 1602 LCD screen (in…
Virtual Reality Interface with Gesture-Control using Arduino and Processing Virtual Reality Project using Arduino and Processing This is a very interesting project in which we…
Part 3: MATLAB Code Initialization and ECG Data Collection arduinoObj = serialport(“COM11”, 9600); configureTerminator(arduinoObj, “CR/LF”); numSamples = 1000; ecgData = zeros(1, numSamples); disp(‘Collecting ECG data…’);…
ECG Analysis For Heart Disease Prediction With Vital Parameters Impact Statement This project implements AI based cardiovascular disease prediction from the ECG waveform along with…
IIot Test Bed Using Maixduino The main idea of this project is to develop a test bed for Industrial Internet of Things to monitor parameters…