

Once the hex file is uploaded in the Arduino then run Proteus Simulation and if everything goes fine then your LED will start blinking as shown in below figure. This IR sensor is not available in Proteus. Remember that Arduino IDE will not compile code if Simulation is running and it will not show any error.Īfter loading the hex file, the LED should start blinking, If you see “Error: AVR Program property is not set” It means that you have not loaded Arduino code in Proteus program file make sure that. The IR sensor is very useful especially in your embedded systems projects related to robotics and automation.

In this tutorial, we will learn how to Simulate the IR (infrared) sensor with Arduino in the Proteus software. IR sensor( Datasheet) is an electronic device that emit light to understand the surrounding objects. By pressing Play button simulation will start. IR sensor is the most important tool of temperature sensor, the IR sensor can measure the heat of the object and detect speed. Step4: Simulating the LED Blink Example in ProteusĪt the bottom of screen of Proteus window we will see Play, Stop, Pause buttons. Then double click “ARDUINO UNO R3″, we will see Edit Component window after that Browse it in program File/ Put file path which selecting from the arduino uploading window, then click OK.

Then get the hex file from the code.( At the bottom of screen of the uploading program select the file path i.e.”C:\Users\osuser\AppData\Local\Temp\arduino_build_393035/”)
