Using Air Quality Sensor on the Arduino
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Introduce” tab_id=”1398157469-1-60″][vc_column_text]Air quality sensor is to detect the density of tiny particles in the air, because it is […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Introduce” tab_id=”1398157469-1-60″][vc_column_text]Air quality sensor is to detect the density of tiny particles in the air, because it is […]
[vc_row][vc_column][vc_column_text]An Arduino compatible device based on the Arduino mini. This is as small as it can get with the wireless […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Introduction” tab_id=”1397787737-1-99″][vc_column_text]Pulse sensor is an open source heart rate sensor. It uses different light transmittance for the body’s […]
[vc_row][vc_column][vc_column_text] The DiamondBack is an Arduino Duemilanove compatible clone that has 802.11b wireless connectivity baked directly onto the board. The […]
[vc_row][vc_column width=”1/1″][vc_column_text]In this project, we will demo how to use the redback WiFi module to read the temperature data from […]
[vc_row][vc_column][vc_column_text]In this tutorial we are going to use Dust sensor on pcDuino to measure air pollution pm2.5. [/vc_column_text][vc_tour][vc_tab title=”Dust Sensor […]
[vc_row][vc_column][vc_column_text] SHT1X (10/11/15) sensor which integrates the sensing element and signal processing circuit on a mini PCB, and outputs full calibration digital signals. Sensor includes a humidity […]
const int analogInPin = A0; int sensorValue = 0; int KEY ; int NEWKEY ; int OLDKEY = 0; int […]
int redpin = 11; // select the input pin for the potentiometer int bluepin =10; // select the pin for […]