Smart Office IoT Network System Design and Implementation Scenario Description: IoT Project (Week 12): The IoT Project will contain an account of work you have…
Design and Implementation of a Simple Networking Project #1 Design a network in Cisco Packet Tracer to connects ACCOUNTS and DELIVERY departments through the following:…
This tutorial shows how to implement a simple digital thermometer using Arduino UNO board and DS18B20 temperature sensor. The Arduino microcontroller (for example ATmega328P) reads…
This tutorial shows how to build a simple weather station using Arduino board and BME280 barometric pressure, temperature & humidity sensor. The Arduino microcontroller (ATmega328P…
AC Current Measurement using Arduino and Current Transformer 1 Comment / By Simple Projects / July 23, 2021 This project shows how to simply measure AC current using an…
Minimizing External Disturbance to IR sensor using Black Tape: As we know, IR sensors are sensitive to external environmental conditions such as sunlight, room light,…
The idea struck us when we observed that the garbage truck use to go around the town to collect solid waste twice a day. Although…
Explanation of the code for The Automatic Irrigation System For this project, we are not using any library we are just using the basic functions…
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…