ESP32 walkie talkie, made with a customized PCB extension HAT

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • ESP32 walkie-talkie with a PCB extension HAT
    This video is sponsored by PCBWay. Thanks to PCBWay for making this excellent PCB for my project.
    www.pcbway.com/
    Use the following link to get 5 dollars for your first PCB order! www.pcbway.com...
    If you want to make the same PCB, you can go to my project page at PCBWay and order for yourself!
    www.pcbway.com...
    Also, check out PCBWay's 5th PCB design contest!
    www.pcbway.com...
    All the details can be found on GitHub :
    github.com/kaw...
    Atomic14's esp32 walkie-talkie video :
    • ESP32 Walkie-Talkie: D...
    I modified and used atomic14’s code too.
    github.com/ato...
    If you have any questions, please feel free to ask in the comment section.
    If you prefer videos like this please consider subscribing to my channel!
    See you next time!
    #pcbway

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

  • @wjn777
    @wjn777 Год назад +1

    Really nice build, very neat, thanks for sharing

    • @KOKENSHATECH
      @KOKENSHATECH  Год назад +1

      Thank you very much for your positive comment! I will share more projects like this! (^^)

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

    The enclosure looks just like my "speak and spell" toy. I bet the esp32 can do text to speech.

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

      Yes, I want to test that maybe in my next project

  • @LiBlock
    @LiBlock Год назад +1

    May I ask what file should I upload to my ESP32? There are a lot of them in the src folder

    • @KOKENSHATECH
      @KOKENSHATECH  Год назад +1

      I assuming that you are talking about source code from github.com/atomic14/esp32-walkie-talkie in that case, you need VS Code to upload program to your ESP32.

    • @LiBlock
      @LiBlock Год назад +1

      I have VS code but I mean which one to compile onto the board

    • @LiBlock
      @LiBlock Год назад

      But thanks!

    • @KOKENSHATECH
      @KOKENSHATECH  Год назад

      @@LiBlock main.cpp

  • @asadali-i5x
    @asadali-i5x 28 дней назад

    will the provided code work on esp wroom 32 module? or the code may require changes? I am using platformIO to upload code in esp wroom 32.

    • @KOKENSHATECH
      @KOKENSHATECH  27 дней назад

      It should work theoretically, you may make sure that each pin assignments is correct for wroom module

  • @AmanSinghal-ny3ik
    @AmanSinghal-ny3ik 2 месяца назад

    are you using UDP or esp-now for transmission

  • @summerfun6114
    @summerfun6114 Год назад +1

    Great job @KOKENSHA TECH, do you have an Arduino IDE code? Thanks.

    • @KOKENSHATECH
      @KOKENSHATECH  Год назад +1

      I modified and used atomic14’s code, the link is here :
      github.com/atomic14/esp32-walkie-talkie

    • @summerfun6114
      @summerfun6114 Год назад

      @@KOKENSHATECH Thank you. it is not .ino file, it is for Vscode.

    • @KOKENSHATECH
      @KOKENSHATECH  Год назад +1

      @@summerfun6114I only have code for VSCode, sorry.

    • @summerfun6114
      @summerfun6114 Год назад

      @@KOKENSHATECH Thank you.

  • @EasyOne
    @EasyOne 2 года назад

    UDP OR ESP-NOW ?

    • @KOKENSHATECH
      @KOKENSHATECH  2 года назад

      I used ESP-NOW

    • @EasyOne
      @EasyOne 2 года назад

      @@KOKENSHATECH did you add esp32 MAC Address ?

    • @KOKENSHATECH
      @KOKENSHATECH  2 года назад

      @@EasyOne The program dose it withou setting MAC address. More details can be found in atomic14's program which I shared in the video description.

    • @EasyOne
      @EasyOne 2 года назад

      @@KOKENSHATECH thank you so much

    • @KOKENSHATECH
      @KOKENSHATECH  2 года назад

      @@EasyOne You are welcome!

  • @thenextproblem8001
    @thenextproblem8001 Год назад

    Hey man nicebuild. I have problems with the code I guess. Can you share yours?

    • @KOKENSHATECH
      @KOKENSHATECH  Год назад

      I just followed atomic14’s code, I did not do anything special github.com/atomic14/esp32-walkie-talkie

    • @thenextproblem8001
      @thenextproblem8001 Год назад

      @@KOKENSHATECH thanks for the answer. Somehow 32bit didnt work i2s mic but 16 did. So its working now :)