Robotics101
Robotics101
  • 2
  • 26 964
How to program a QTR-8RC Reflectance Sensor Array
Purpose of this video is to explain what parts of the code you actually need in order to use the "Line following sensor", since the majority of the code includes buttons, servos and an UltraSonic sensor. If you have any questions please feel free to comment down below. I hope this video was useful and please leave a like and subscribe if this video was useful. I might create more "Tutorial" videos similar to this but further explain the coding functionality part of it, so subscribe for future videos.
Link to Code:github.com/siko408/Sensor_Code
Переглядів: 26 319

Відео

Line Following robot with 360 degree servos
Переглядів 6476 років тому
This is a short Video of my MiniBot. I will be giving a tutorial in my next video on how to actually use the 8-array reflective sensor and the code to run it. Please leave a like and subscribe for future videos.

КОМЕНТАРІ

  • @jubair-
    @jubair- 6 місяців тому

    is there a problem in arduino qtrRC exapmle code?

  • @felipegutierrez2620
    @felipegutierrez2620 Рік тому

    GENIO

  • @edwinma177
    @edwinma177 Рік тому

    funny coincidence our school science team needed these sensors for a project and the owners of pololu had their sons on the team which we didn;t know until we ordered.

    • @Stram_berry
      @Stram_berry Рік тому

      Bro I want to meet him I need to use it for a contest 😂

  • @marcelolealrivas6801
    @marcelolealrivas6801 2 роки тому

    What's the Emitter_Pin for??

  • @xuantai2233
    @xuantai2233 4 роки тому

    Can i have code

  • @gersonfer
    @gersonfer 5 років тому

    This library has undergone a radical update

    • @AuxiliaryPanther
      @AuxiliaryPanther 4 роки тому

      Yeah, version 4.0.0. pololu.github.io/qtr-sensors-arduino/md_usage.html

  • @dariuskhayyam4077
    @dariuskhayyam4077 6 років тому

    NEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEERD

  • @brunopernar4813
    @brunopernar4813 6 років тому

    How often does it need to calibrate, every time robot turns on/off?

    • @robotics1015
      @robotics1015 6 років тому

      If your talking about turning it off/on by using the switch then you don't but if your turning it off by the battery then unfortunately you do. Unless you have a RAM module on ur board the data will erase everytime it's shut off from power. Sorry for responding late, didn't get the notification 😓.

  • @prasadreddy9754
    @prasadreddy9754 6 років тому

    ok you used only 4 sensors thats right and how to connect switches? and where? any schematic bro?help me please.

    • @robotics1015
      @robotics1015 6 років тому

      Switches are very much like LED's, have one of either side connected to a resistor to GND. Then have the other side connected to the Arduino or any other micro-controller. Do this for the two switches and the pins are shown in the video and link but you can always change them. I recommend using a 100 to 200 resistor for both switches to insure precision of 'off' and 'on' modes. Unfortunately, i don't have a schematic of my robot at the moment but if you need further help please don't hesitate to ask, i would love to help as much as i can :D

  • @kelennaanyanwu5372
    @kelennaanyanwu5372 6 років тому

    Do you need to do anything else like passing the sensor over white surface while its calibrating. I am building a line follower and the codes I have seen have calibration in them but don't say anything about if you are to do anything.

    • @robotics1015
      @robotics1015 6 років тому

      Kelenna Anyanwu. Yes, you do need to calibrate first. Simply have the sensor look at the white surface until the calibration is over. Don't use a white surface where it's not gonna detect. Ex. If your program is going to run on a white table with black tape, don't use a white piece of paper for it's calibration.have it calibrate on the white surface of the table.It has to calibrate on the white surface of It's environment. I Also recommend having an LED as in indicator for the calibration, saves alot of problems 👍