How to make RC Tractor using ESP32-ESPNOW | Joystick remote control 👏🏻

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

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

  • @hashincludeelectronics
    @hashincludeelectronics  7 месяцев назад +3

    Guys who needs code for SMOOTH Steering ?🙂 please let me know in the comments👍🏻👏🏻

    • @tss4880
      @tss4880 5 месяцев назад +2

      Yes bro plz make it soon

    • @hashincludeelectronics
      @hashincludeelectronics  5 месяцев назад +1

      @@tss4880 I already have code for it . Let me know if you need it .

    • @tss4880
      @tss4880 5 месяцев назад +1

      @@hashincludeelectronics yes bro

  • @lunacryd9020
    @lunacryd9020 7 месяцев назад +3

    bro you are the real goat when it comes to this I was waiting for this thank you so much I love your videos you are the best for real I learned so much because of you. I learned how to edit your code i added police LED lights and brake lights to the Smartphone controlled WiFi car Mecanum wheels code from the video you posted on May 29, 2021 thank you

  • @ankushkumar6809
    @ankushkumar6809 7 месяцев назад +3

    1st like and comment from me ❤

  • @aiwithpaki
    @aiwithpaki 7 месяцев назад +1

    Nice one ❤❤❤❤

  • @marquesmoreira6892
    @marquesmoreira6892 5 месяцев назад +1

    CARA VOCÊ É REALMENTE O MAIS TOP DOS TOPS, EU ESTAVA COM UM PROBLEMA SERIO NO LECPIN EM OUTRO PROJETO PRA ESP32 E NEM O MESTRE DO PROGRAMA SOUBE ME AJUDAR NEM O "GPT" , FIZ MUITAS PESQUISAS E NÃO ACHEI RESPOSTA PRA O OUTRO PROJETO , DAÍ VOCÊ DISSE INSTALA A VERÇÃO esp32 2.0.16 E EU CONSEGUI CONCLUIR O PROJETO. VOCÊ É MELHOR MESMO. FAZ UM VIDEO PRA GENTE COM ESP32 E NRF24L01, VÍ QUE VOCE TEM UM VIDEO ARDUINO E NRF24L01.

  • @lunacryd9020
    @lunacryd9020 7 месяцев назад +1

    I’m trying to make this work with a RC car motor it’s a titan 550 how do I change the speed on the code so it will move because it’s making a sound but it’s not moving it needs more power

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

      The max speed is already there in code . You need to move the joystick to the extreme position . 👍🏻👏🏻

  • @lunacryd9020
    @lunacryd9020 7 месяцев назад +3

    im getting this error code Compilation error: 'ledcSetup' was not declared in this scope

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

      Please install lower version of esp32 board 2.0.16 👍🏻👏🏻

    • @lunacryd9020
      @lunacryd9020 7 месяцев назад +1

      Thanks it worked lol 😂 all the codes are on the boards now let’s get to my favorite part lol I can finally repurpose my old rc car I have at home I can’t wait to play around with the code when I’m finished lol I love electronics

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

      @@lunacryd9020 that’s awesome 🙌🏻

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

      @@hashincludeelectronics I am using an esp8266 board. I have installed the appropriate libraries. I tried to install a lower version of the board. Nothing is working out. The error is the same. Please help me solve the problem.

  • @AnbarasiT-ge7ue
    @AnbarasiT-ge7ue 3 месяца назад +1

    Bro esp32 board url used in reciver point

  • @anujvk9539
    @anujvk9539 5 месяцев назад +1

    Sir can I use a single joystick in this tracker please reply

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

      Yes you can . You will have to make changes in code to use required joystick x and y values 👍🏻👏🏻

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

      @@hashincludeelectronics sir please make video . 🙏🙏🙏 Make a car or tractor with single joystick , espnow prototype l298n motor driver and steering mechanism please sir

  • @lunacryd9020
    @lunacryd9020 7 месяцев назад +3

    hello hash the link to the code dos not work 404 page

  • @DIYTechnicianRM
    @DIYTechnicianRM Месяц назад +1

    how much range ?

    • @hashincludeelectronics
      @hashincludeelectronics  Месяц назад +1

      Max 200 ft 👍🏻👏🏻

    • @DIYTechnicianRM
      @DIYTechnicianRM Месяц назад +1

      @@hashincludeelectronics ok...range bohot kam hai.

    • @hashincludeelectronics
      @hashincludeelectronics  Месяц назад +1

      @ yes . You can use nrf transmitter receiver for range around 1km . Please check my videos on this 👍🏻👏🏻

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

      @@hashincludeelectronics thank you....

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

      apse kuch baat karna hai...apse kese contact kre ?

  • @MrBoi96969
    @MrBoi96969 7 месяцев назад +2

    Bro I connect transmitter with Arduino ide serial monitor but it is showing message failed sent successfully plz help

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

      try this code it will work
      #include
      #include
      void readMacAddress(){
      uint8_t baseMac[6];
      esp_err_t ret = esp_wifi_get_mac(WIFI_IF_STA, baseMac);
      if (ret == ESP_OK) {
      Serial.printf("%02x:%02x:%02x:%02x:%02x:%02x
      ",
      baseMac[0], baseMac[1], baseMac[2],
      baseMac[3], baseMac[4], baseMac[5]);
      } else {
      Serial.println("Failed to read MAC address");
      }
      }
      void setup(){
      Serial.begin(115200);
      WiFi.mode(WIFI_STA);
      WiFi.STA.begin();
      Serial.print("[DEFAULT] ESP32 Board MAC Address: ");
      readMacAddress();
      }

      void loop(){
      }

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

      Bro plz tell me any solution

  • @AliAnsari-cl9pq
    @AliAnsari-cl9pq Месяц назад +1

    Thats amazing brother 🫂
    I have a question how can i add more channels for controlling headlights and indicators?

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

      You can check my video on transmitter receiver using ESPNOW for reference 👍🏻👏🏻

  • @MAAhiTredeOnline
    @MAAhiTredeOnline 2 месяца назад

    Hello Bhai ESP8266 ka meximum channel ka transmitter or reciver kese banate he eski video bana do please 🙏🙏

  • @marquesmoreira6892
    @marquesmoreira6892 5 месяцев назад +1

    É difícil acrescentar farol e lanterna e buzina?

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

      You can easily add those . Use the joystick inputs 👏🏻👍🏻

  • @subhanmalik990
    @subhanmalik990 7 месяцев назад +2

    Range ?

  • @kumardigvijaymishra5945
    @kumardigvijaymishra5945 7 месяцев назад +1

    Nice

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

      Thank you 🙏

    • @kumardigvijaymishra5945
      @kumardigvijaymishra5945 7 месяцев назад +1

      What extra electronics will be needed to control a big tractor?

    • @hashincludeelectronics
      @hashincludeelectronics  7 месяцев назад +1

      @@kumardigvijaymishra5945 glad that you are thinking in that direction . However it’s just a hobby project so we don’t consider lot of things in testing and design . For using such design for big tractor is not recommended . It needs lot of attention , things to consider , safety and many other things. 👍🏻👏🏻

  • @gabrielzamora8661
    @gabrielzamora8661 4 месяца назад +1

    Oye bro, podrías ayudarme a separar cada motor con un joystick por favor?

    • @hashincludeelectronics
      @hashincludeelectronics  3 месяца назад

      Please check the code and modify it for 2 joysticks . Also you can check my video on how to use L298N driver for details 👍🏻👏🏻

  • @thinkerrobotics
    @thinkerrobotics 7 месяцев назад +2

    code link not working

  • @shahnewajbd4623
    @shahnewajbd4623 7 месяцев назад +2

    Bro please make a fire fighter robot car

  • @AceNexy-Bhargav
    @AceNexy-Bhargav 7 месяцев назад +2

    Ah man! It was a tractor 🚜😅

  • @Lunacryd
    @Lunacryd 7 месяцев назад +2

    When you click on code and diagram it doesn’t work please fix 404 code