Arduino lawn robot test cut with perimeter wire system

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 มิ.ย. 2022
  • You will find more information about the project here: robertmalmstrom5.wixsite.com/...

ความคิดเห็น • 19

  • @eclecticlife
    @eclecticlife 2 ปีที่แล้ว

    I have been following your project closely. Thank you so much for sharing with us the two years of your hard work. Would you please let me know where did you buy the aluminum plate that you are using as your chassis?

    • @robertmalmstrom942
      @robertmalmstrom942  2 ปีที่แล้ว +1

      Hi John, thank you for following my project. I used a scrap piece from our ceiling renovation that i sawed and bent according to my early robot design CAD. If you have a local metal shop I would go there and ask if the have scrap pieces that you can buy.

  • @PhG1961
    @PhG1961 2 ปีที่แล้ว

    Awesome !

    • @robertmalmstrom942
      @robertmalmstrom942  2 ปีที่แล้ว +1

      Thank you! I will soon put up more information about the perimeter wire system on the robot webpage. Link is in this video description.

    • @PhG1961
      @PhG1961 2 ปีที่แล้ว

      @@robertmalmstrom942 Great ! Looking forward to see more of this !

    • @robertmalmstrom942
      @robertmalmstrom942  ปีที่แล้ว +1

      @@PhG1961 Philip, I have now added schematics and updated the source code on the robot website: robertmalmstrom5.wixsite.com/robelibob

    • @PhG1961
      @PhG1961 ปีที่แล้ว

      @@robertmalmstrom942 Really cool !!

  • @MalawisLilleKanal
    @MalawisLilleKanal ปีที่แล้ว

    Was the drawing of the perimeter wire wrong, or did it go far outside the perimeter?

    • @robertmalmstrom942
      @robertmalmstrom942  ปีที่แล้ว +2

      Hi, you are right. At one point it passes the perimeter wire and then gets back in. I think I need to add software filtering of the sensor signal as the brushed cutter motor adds alot of noise which adds both false positive and false negative reading of the pulse.

  • @MbySK
    @MbySK ปีที่แล้ว

    Hey. It's amazing project. Can i use same motors but without hall sensor? Do i need update code?

    • @robertmalmstrom942
      @robertmalmstrom942  ปีที่แล้ว

      Thank you, yes you can use the same motor without decoders and the have a lower price. You can find on Amazon if you use the link and look for alternatives. You will the need to remove the code that uses the decoders to set the motor speed.

    • @MbySK
      @MbySK ปีที่แล้ว

      ​@Robert Malmstrom , thank you. Can you please advise the line numbers that i need to delete?

    • @robertmalmstrom942
      @robertmalmstrom942  ปีที่แล้ว

      Hi, in the void loop() function you should remove or comment out this function call:
      ReadMotorSensorSpeed();

    • @MbySK
      @MbySK ปีที่แล้ว

      @@robertmalmstrom942 thank you

    • @MbySK
      @MbySK ปีที่แล้ว

      @Robert Malmstrom just to confirm if it is this part only or anything else?
      // Is the robot going forward?
      if (m iDirection == ciForward)
      {
      forward (0);
      ReadMotorSensorSpeed ();
      }

  • @user-js7ke5dy8k
    @user-js7ke5dy8k 2 ปีที่แล้ว

    hi when will the schematics be available?

    • @robertmalmstrom942
      @robertmalmstrom942  2 ปีที่แล้ว

      I'm working on it and will update the Robot website very soon.

    • @robertmalmstrom942
      @robertmalmstrom942  2 ปีที่แล้ว

      The schematics for the Perimeter sensor amplifiers and the Perimeter Station are now available here: robertmalmstrom5.wixsite.com/robelibob/electronics

  • @MrJinwright
    @MrJinwright 2 หลายเดือนก่อน

    Do you think it would be hard to add lidar or GPS to remove the need for the perimeter wire?