News

Arduino Sensor Interfacing (Flex sensor, IR Sensor, PIR ,BMP180, LM35, LM75 Refer below Tutorials for external sensor interfacing with Arduino - Visit for simillar projects at ...
We will monitor the D2 pin which is connected to the DO pin of the Hall Effect Sensor module, and we will toggle the state of the onboard LED with respect to it i.e., if the sensor output is HIGH, as ...
Old infrared remote controls can be a great way to interface with your projects. One of [AnalysIR’s] latest blog posts goes over the simplest way to create an Arduino based IR receiver, makin… ...
A compact analogue reflectance sensor such as the CNY70 was not used in the Arduino Uno experiments described. Instead, a homemade sensor was assembled using a single infrared LED (IR333C) and a ...
We’d seen it done with buttons, switches, gestures, capacitive touch, and IR remote, but never like this. [electron_plumber] made an LED that can be blown out like a candle, and amazingly it … ...
Programming Arduino for interfacing BH1750 Light Sensor. The programming portion for using this LUX sensor with Arduino is very easy. Although there is a library available for this sensor, but we can ...
int IRSensor = 8; // connect ir sensor to arduino pin 2 int LED = 11; // connect Led to arduino pin 13 ...