رفتن به نوشته‌ها

Tag: برد آردینو

آموزش صفر تا صد راه اندازی سروو موتور با برد آردینو (طراحی ، ساخت ، برنامه ریزی و اجرا )

A simple light follower with Analog 180° Micro Servo 1. How does it work? The choice to go up or down in order to follow the light is done in a very simple way. There are four LDR two up and two down. Arduino reads the analog value of all LDR, if the average of the two upper values is greater than the two lower the light is up so the angle of the microservo is incremented otherwise decremented. 2. A little clarification Since the average is not a fixed number, as you can see in the code, a threshold is used.…

آموزش ساخت مدار چشمک زن با برد آردینو به همراه برنامه

Introduction OK you’ve gotten your Arduino set up and also figured out how to use the software to send sketches to the board. Next step is to start writing your own sketches. We’ll start off easy by just modifying something that already works. To start we will venture deep into the Blink sketch, looking at each line and trying to understand what its doing. Then we will start hacking the sketch! Blinkie Start up the Arduino software and open the Blink example sketch, as you did in Lesson 1. The sketch itself is in the text input area of the…