In this application, we will make an LDR application with the Mblock program. LDR; It is a photoresistor that changes value according to the incident light. You can turn the lamp on and off according to the values in the LDR. In this application, we will first learn to read the values in the LDR, then we will flash the led. Let's come to the circuit elements. 1-Arduino Uno (1 pc) 2-BreadBoard 3-220Ω Resistor(1pcs) 5-LDR(1pcs) 6-Jump Cables We need supplies. Our circuit diagram is as follows. We connect a 220 ohm resistor to one leg of our LDR. We connect a cable to one leg of the resistor we connected and connect this cable to the 5 volt pin (blue cable) and we connect it to the other free leg of the LDR with a GND (- terminal) cable. Thus, we have prepared our circuit. It's time to write our code. In the Mblock program, we add the Arduino program starter code from the Robots menu. After adding the repeat code from the control menu, we add our code to write ...