IOT Virtual Lab
Home
Simulation Window
Go Back
Interfacing of Arduino with PIR Sensor :
Show Radar
Clear Radar
ARDUINO CODE
void setup() { pinMode(11, OUTPUT); } void loop() { analogWrite(11,20); } #INSTRUCTIONS Click inside the radar to render an object within the detection range of PIR sensor.
Start Simulation