کوډ ولټوئ

د سروو موټرو کنټرول د انفراریډ ریموټ په کارولو سره د آردوینو سره

د سروو موټرو کنټرول د انفراریډ ریموټ په کارولو سره د آردوینو سره

```html

د انفراریډ ریموټ او آردوینو سره د سروو موټرو کنټرول

دا پروژه ښیي چې څنګه د انفراریډ (IR) ریموټ او آردوینو په کارولو سره د سروو موټرو کنټرول شي. دا ترتیب د سروو موقعیت بېسیم کنټرول ته اجازه ورکوي، چې دا د مختلفو غوښتنلیکونو لپاره مثالی کوي.

ریموټ
د IR ریموټ رسونکی VS1838B پنونه
د IR ریموټ رسونکی VS1838B پنونه

دلته د دې ترتیب په کارولو سره ځینې پروژې نظرونه دي:

  • د کیمرې د پین او ټیلټ لرې تنظیمول.
  • د روبوټیک بازو حرکتونو کنټرول.
  • د کړکیو پردو یا پردو اتومات کول.
  • د متقابل هنري نصبونو جوړول.
  • د لرې کنټرول شوي موټر یا وسایط جوړول.

هارډویر/اجزاوې

  • آردوینو بورډ (د مثال په توګه، Uno، Nano)
  • سروو موټور
  • IR ریموټ کنټرول (هر معیاري ریموټ به کار وکړي، مګر کوډ د ځانګړو ریموټونو لپاره تنظیم شوی)
  • د IR رسونکی ماډل (د مثال په توګه، TSOP1838)
  • جمپر تارونه
  • بریډبورډ (اختیاري)

د تارونو لارښود

د سروو موټور درې تارونه لري: ځمکه (معمولا نسواري یا تور)، بریښنا (معمولا سور)، او سیګنال (اکثرا نارنجي یا سپین). د IR رسونکی هم درې تارونه لري: ځمکه، بریښنا (VCC)، او سیګنال.

(په ویډیو کې په 01:46)

IR_remote_servo_wring

  • د سروو ځمکه د آردوینو ځمکې سره
  • د سروو بریښنا د آردوینو 5V سره
  • د سروو سیګنال د آردوینو پن 8 سره (په ویډیو کې په 02:23)
  • د IR رسونکی ځمکه د آردوینو ځمکې سره
  • د IR رسونکی VCC د آردوینو 5V سره
  • د IR رسونکی سیګنال د آردوینو پن 11 سره (په ویډیو کې په 02:38)

د کوډ تشریح

کوډ د IR اړیکو او سروو کنټرول لپاره د اړینو کتابتونونو په شاملولو سره پیل کیږي. (په ویډیو کې په 03:16)


#include <IRremote.h>
#include <Servo.h>

بیا، اړین متغیرونه تعریف شوي. تاسو اړتیا لرئ دا ستاسو د ځانګړي ترتیب پر بنسټ تنظیم کړئ. (په ویډیو کې په 03:44)


const char type = 'B'; // 'W' د سپین ریموټ لپاره، 'B' د تور ریموټ لپاره
const boolean PCB = 0;   // 1 که چیرې د IR رسونکی PCB ولري، 0 که دا یو خام ماډل وي
const int SERVO_PIN = 8; // هغه پن چې د سروو سیګنال تار سره وصل دی
int angleStep = 10;      // د هر تڼۍ فشار په وخت کې سروو څومره درجې حرکت کوي
const int ANGLE_CENTRE = 90; // د سروو مرکز/بیا تنظیم موقعیت

(په ویډیو کې په 05:06)

تر ټولو مهم تنظیم ګام دا دی چې د ریموټ کنټرول تڼۍ د ځانګړو کړنو سره سمون ومومي. کوډ د مختلفو ریموټ ډولونو (سپین/تور، PCB/غیر PCB) او د دوی اړوند تڼۍ کوډونو لپاره ارې شاملوي. تاسو اړتیا لرئ د خپل ریموټ لپاره سم کوډونه وپیژنئ او د مطلوبو کړنو (ښي، چپ، مرکز) سره یې وټاکئ. (په ویډیو کې په 05:16)


const String RIGHT = ">"; // د خپل "ښي" تڼۍ کوډ سره یې بدل کړئ
const String LEFT = "<";  // د خپل "چپ" تڼۍ کوډ سره یې بدل کړئ
const String CENTRE = "OK"; // د خپل "مرکز" تڼۍ کوډ سره یې بدل کړئ

(په ویډیو کې په 08:12)

د servoAction() فنکشن د ترلاسه شوي IR سیګنال پر بنسټ د سروو حرکت اداره کوي. دا ترلاسه شوی کمانډ چیک کوي او د سروو زاویه په مطابق تنظیموي. د angleStep متغیر د سروو موقعیت زیاتوالی یا کمښت کنټرولوي. (په ویډیو کې په 08:06)

ژوندۍ پروژه/مظاهره

(په ویډیو کې په 09:56)

ویډیو ښیي چې څنګه د مختلفو ریموټونو په کارولو سره سروو کنټرول شي. دا ښیي چې څنګه د مختلفو ریموټ ډولونو او رسونکي ماډلونو لپاره کوډ تنظیم کړئ. مظاهره دا هم پوښي چې څنګه د خپلو ریموټونو څخه IR کوډونه ونیسئ او په کوډ کې یې مدغم کړئ. (په ویډیو کې په 12:48)

فصلونه

  • [00:00] پیژندنه او د پروژې کتنه
  • [00:36] اجزاوې او توکي
  • [01:46] د تارونو لارښوونې
  • [03:16] د کوډ تشریح
  • [09:56] د پروژې مظاهره
  • [12:48] د خپل ریموټ کارول

```

انځورونه

IR remote receiver VS1838B pins
IR remote receiver VS1838B pins
SG90_servo_motor-1
SG90_servo_motor-1
remote
remote
IR_remote_servo_wring
IR_remote_servo_wring
139-Source for controlling a servo motor with an IR remote controller using Arduino
ژبه: C++
/*
 * Original library from - http://arcfn.com
 * 
 * This Arduino code controls a servo motor with an IR remote controller or any TV remote.
 * 
 * You have to select the type of your remote as Black or White in the code below
 * and also select your receiver 1838 as either a PCB or bare module. See video for details.
 * 
 * You have to watch this video: https://youtu.be/muAkBQb24NI
 * before proceeding with this code. 
 * 
 * Modified/Written by Ahmad Shamshiri
 * on August 02, 2018 at 20:35 in Ajax, Ontario, Canada
 * for Robojax.com
 * Watch video instructions for this code: https://youtu.be/Wp7hX9UErSQ
 * Get other Arduino codes from Robojax.com
 * 
 */

#include <IRremote.h>

int RECV_PIN = 11;
const char type ='B';// W for white, B for black. Must keep single quotes like 'B' or 'W'
const boolean PCB = 0;// if receiver is PCB set to 1, if not set to 0. See video for details
boolean displayCode = true;// to display remote code. if not, set to false

//***** Servo settings begins
#include <Servo.h>
Servo RJservo;  // create servo object to control a servo
const int SERVO_PIN = 8;  // analog pin used to connect the potentiometer
int angle =90;    // initial angle  for servo
int angleStep =10;
const int ANGLE_CENTRE =90;// the centre/reset angle of your servo
//**** Servo settings ends

// remote settings 
const String RIGHT=">";// move servo to the right with this key on remote
const String LEFT ="<";// move servo to the left with this key on remote
const String CENTRE ="OK";// move servo to centre with this key on remote
// remote settings end

IRrecv irrecv(RECV_PIN);

// this is array holding codes for White Remote when used with PCB version of receiver
unsigned int whiteRemotePCB[] ={
            0xE318261B, // CH-
            0x511DBB,   // CH
            0xEE886D7F,  // CH+

            0x52A3D41F, // |<<
            0xD7E84B1B, // >>|
            0x20FE4DBB, // >||          

            0xF076C13B, // -
            0xA3C8EDDB, // +
            0x12CEA6E6, // EQ

            0xC101E57B, // 0
            0x97483BFB, // 100+
            0xF0C41643, // 200+

            0x9716BE3F, // 1
            0x3D9AE3F7, // 2
            0x6182021B, // 3           

            0x8C22657B, // 4 
            0x488F3CBB, // 5
            0x449E79F,  // 6

            0x32C6FDF7, // 7
            0x1BC0157B, // 8
            0x3EC3FC1B  // 9                          
            };

// this is array holding codes for White Remote when used with non-PCB version of receiver            
unsigned int whiteRemote[] ={
            0xFFA25D, // CH-
            0xFF629D,   // CH
            0xFFE21D,  // CH+

            0xFF22DD, // |<<
            0xFF02FD, // >>|
            0xFFC23D, // >||          

            0xFFE01F, // -
            0xFFA857, // +
            0xFF906F, // EQ

            0xFF6897, // 0
            0xFF9867, // 100+
            0xFFB04F, // 200+

            0xFF30CF, // 1
            0xFF18E7, // 2
            0xFF7A85, // 3           

            0xFF10EF, // 4 
            0xFF38C7, // 5
            0xFF5AA5,  // 6

            0xFF42BD, // 7
            0xFF4AB5, // 8
            0xFF52AD  // 9                          
            };
// key lables of white remote
 String whiteRemoteKey[] ={
            "CH-",
            "CH",
            "CH+",

            "|<<",
            ">>|",
            ">||",

            "-",
            "+",
            "EQ",

            "0",
            "100+",
            "200+",

            "1",
            "2",
            "3",

            "4",
            "5",
            "6",

            "7",
            "8",
            "9"
            };

// this is array holding codes for Black Remote when used with non-PCB version of receiver
 unsigned int blackRemote[] ={
            0xFF629D, // ^
            0xFF22DD,   // <
            0xFF02FD,  // OK
            0xFFC23D, // >
            0xFFA857, // v

            0xFF6897, // 1
            0xFF9867, // 2
            0xF0C41643, // 3           

            0xFF30CF, // 4 
            0xFF18E7, // 5
            0xFF7A85,  // 6

            0xFF10EF, // 7
            0xFF38C7, // 8
            0xFF5AA5,  // 9 

            0xFF42BD, // *
            0xFF4AB5, // 0
            0xFF52AD  // #                                      
            };

// this is array holding codes for Black Remote when used with PCB version of receiver
 unsigned int blackRemotePCB[] ={
            0x511DBB, // ^
            0x52A3D41F,   // <
            0xD7E84B1B,  // OK
            0x20FE4DBB, // >
            0xA3C8EDDB, // v


            0xC101E57B, // 1
            0x97483BFB, // 2
            0xF0C41643, // 3           

            0x9716BE3F, // 4 
            0x3D9AE3F7, // 5
            0x6182021B,  // 6

            0x8C22657B, // 7
            0x488F3CBB, // 8
            0x449E79F,  // 9 

            0x32C6FDF7, // *
            0x1BC0157B, // 0
            0x3EC3FC1B  // #                                      
            };

// Black remote key names
 String blackRemoteKey[] ={
            "^",
            "<",
            "OK",
            ">",
            "v",

            "1",
            "2",
            "3",

            "4",
            "5",
            "6",

            "7",
            "8",
            "9",
            
            "*",
            "0",
            "#"
            };

decode_results results;


void setup()
{
  Serial.begin(9600);
  // In case the interrupt driver crashes on setup, give a clue
  // to the user what's going on.
  Serial.println("Robojax IR Decode");
  Serial.println("Servo Control with Remote");
  irrecv.enableIRIn(); // Start the receiver

   RJservo.attach(SERVO_PIN);  // attaches the servo on pin servoPin to the servo object

}

void loop() {

  if (irrecv.decode(&results)) {
    if(displayCode)Serial.println(results.value, HEX);
    robojaxValidateCode(results.value);// used the "robojaxValidateCode" bellow
    irrecv.resume(); // Receive the next value
  }
  delay(50);// 50 millisecond delay
}

/*
 * function: robojaxValidateCode
 * validates the remote code and prints the correct key name.
 * cd is the code passed from the loop.
 * Written by A. S. for Robojax
 */
void robojaxValidateCode(int cd)
{

  // Robojax IR Remote decoder
  int found=0;

 if(type =='W' && !PCB)
 {
    // Robojax IR White Remote decoder
    // if type is set to 'W' (white remote) and PCB=0 then check White remote code
      for(int i=0; i< sizeof(whiteRemote)/sizeof(int); i++)
      {
        if(whiteRemote[i] ==cd)
        {
          
          Serial.print("Key pressed:");
          Serial.println(whiteRemoteKey[i]);
          servoAction(whiteRemoteKey[i]);// take action
          found=1;
        }// if matched
      }// for
 }else if(type =='W' && PCB){
    // Robojax IR White Remote decoder
    // if type is set to 'W' (white remote) and PCB=1 then check White remote code
      for(int i=0; i< sizeof(whiteRemotePCB)/sizeof(int); i++)
      {
        if(whiteRemotePCB[i] ==cd)
        {
          
          Serial.print("Key pressed:");
          Serial.println(whiteRemoteKey[i]);
          servoAction(whiteRemoteKey[i]);// take action 
          found=1;
        }// if matched
      }// for  
 }else if(type =='B' && PCB){
    // Robojax IR Black Remote decoder
       // if type is set to 'B' (black remote) and PCB=1 then check Black remote code
       for(int i=0; i< sizeof(blackRemotePCB)/sizeof(int); i++)
      {
        // Robojax IR black Remote decoder
        if(blackRemotePCB[i] ==cd)
        {

          Serial.print("Key pressed:");
          Serial.println(blackRemoteKey[i]);
         servoAction(blackRemoteKey[i]);// take action     
          found=1;
        }// if matched
      }// for   
 }else{

      // if type is set to 'B' (black remote) and PCB =0 then check Black remote code
       for(int i=0; i< sizeof(blackRemote)/sizeof(int); i++)
      {
        // Robojax IR black Remote decoder
        if(blackRemote[i] ==cd)
        {

          Serial.print("Key pressed:");
          Serial.println(blackRemoteKey[i]);
          servoAction(blackRemoteKey[i]);// take action          
    
          found=1;
        }// if matched
      }// for  
 }// else
  if(!found){
    if(cd !=0xFFFFFFFF)
      {
    Serial.println("Key unknown");
      }
  }// found
}// robojaxValidateCode end

/*
 * 
 * servoAction()
 * receives string "value" as input and based on the settings, 
 * sends translates it to servo value and controls servo, either by:
 * rotating servo to the right
 * rotating servo to the left
 * moving the servo to the middle
 * 
 */
void servoAction(String value)
{
  // Servo button demo with IR remote by Robojax.com
  while(value == RIGHT){

    if (angle > 0 && angle <= 180) {
      angle = angle - angleStep;
       if(angle < 0){
        angle = 0;
       }else{
      RJservo.write(angle); // move the servo to desired angle
      Serial.print("Moved to: ");
      Serial.print(angle);   // print the angle
      Serial.println(" degree");
       }
    }// if
    value =".";
    delay(100);
  }// while for RIGHT
  while(value == LEFT){

    // Servo button demo with IR remote by Robojax.com
    if (angle >= 0 && angle <= 180) {
      angle = angle + angleStep;
      if(angle >180){
        angle =180;
       }else{
      RJservo.write(angle); // move the servo to desired angle
      Serial.print("Moved to: ");
      Serial.print(angle);   // print the angle
      Serial.println(" degree");
       }
    }
    value =".";
    delay(100);
  }// while for LEFT

  if(value == CENTRE)
  {
    angle = ANGLE_CENTRE;
    RJservo.write(angle); // move the servo to centre at 90 degree angle
  }
    // Robojax IR Servo control
}//servoAction end

هغه شیان چې تاسو ورته اړتیا لرئ

سرچینې او حوالې

تر اوسه هیڅ سرچینې نشته.

فایلونه📁

هیڅ فایل شتون نلري.