Elegoo Smart Robot Car V4.0: Beginner's Guide to Setup & Arduino Programming (With Camera)

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

Комментарии • 20

  • @andresvilla5540
    @andresvilla5540 8 месяцев назад +1

    best regards from Colombia, thanks for your time, I could do it.

  • @Dinru05
    @Dinru05 11 месяцев назад +2

    Thank you great video ❤

  • @maralsweetwyne3944
    @maralsweetwyne3944 6 месяцев назад +1

    Do you think it would be better to use lidar instead of ultrasonic?

    • @ITSamuraiTeacher
      @ITSamuraiTeacher  6 месяцев назад

      LiDAR is better for advanced features, but ultrasonic is simpler and cheaper for basic tasks.

  • @sadanathotapalakumbura1141
    @sadanathotapalakumbura1141 11 месяцев назад +2

    Good job

  • @BeckhamDezdel-k4v
    @BeckhamDezdel-k4v 5 месяцев назад +2

    I get errors saying fastled.h no such file or directory

    • @beebee_0136
      @beebee_0136 4 месяца назад

      same here. Have you fixed your error?

    • @beebee_0136
      @beebee_0136 4 месяца назад

      Update: Thankfully, I have been able to fix the FastLED.h error. I'd be willing to offer suggestions if needed.

    • @baldemarcazarez1070
      @baldemarcazarez1070 Месяц назад

      @@beebee_0136 How did you do it?

    • @baldemarcazarez1070
      @baldemarcazarez1070 Месяц назад

      @@beebee_0136 How did you do it?

    • @ITSamuraiTeacher
      @ITSamuraiTeacher  Месяц назад

      Thanks for reaching out! The error ‘fastled.h no such file or directory’ usually means the FastLED library isn’t installed. You can fix this by going to the Arduino IDE, clicking on ‘Sketch’ > ‘Include Library’ > ‘Manage Libraries’, and then searching for ‘FastLED’. Install the library and try compiling the code again. Let me know if this helps!

  • @ArtByMalu
    @ArtByMalu 7 месяцев назад

    Hi, how can I find the PIN number of the motors? For m1, m2, c3, and c4? Thanks!!

    • @ITSamuraiTeacher
      @ITSamuraiTeacher  Месяц назад

      Hi! You can find the pin numbers for the motors by checking the Elegoo Smart Robot Car V4.0 schematic or manual. Typically, M1 and M2 are connected to specific motor driver pins, while C3 and C4 refer to sensor or other component pins. The manual should have the correct mappings, but if you’re using an Arduino, you can check the pinMode() definitions in the code for the exact pin numbers.

  • @binayathulung4343
    @binayathulung4343 5 месяцев назад

    Wth bro 😂, before i could run my car with remote as well as with phone apps but now as i followed what you did (uploaded function) , it's totally functionless now, don't even move 😂 even i reset, only lights work.

    • @ITSamuraiTeacher
      @ITSamuraiTeacher  Месяц назад

      Hey, sorry to hear that! It sounds like the uploaded function may have overwritten some key controls for the car. Try reloading the original code that came with the car or check the remote and app settings in the code to make sure they’re not disabled. You can also try a factory reset and see if that helps. Let me know how it goes, and I can guide you through troubleshooting if needed