Getting started with ESP3D V3 and ESP32CAM

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ค. 2024
  • ESP3D lets you remotely control your 3D printer. It is a little tricky to get up and running but once you have all the pieces in place it is a piece of cake. This video goes from zero to up and running so if you have no experience at all with Arduino or ESP3D you will find all you need to know. If you already use Arduino and ESP32 check the chapters below to get to where you are up to.
    NOTE: I cover downloading the ESP32SSDP and WebSockets library but they are included in the ESP3D download libraries folder.
    ESPCAM32 amzn.to/3VpHKku
    0:00 Intro
    0:19 Install Arduino www.arduino.cc/en/software
    0:47 Add the ESP32 boards raw.githubusercontent.com/esp...
    01:40 Install ESP32SSDP library github.com/luc-github/ESP32SSDP
    02:02 Install Websockets library github.com/gilmaimon/ArduinoW...
    02:22 Download ESP3D and unzip github.com/luc-github/ESP3D/t...
    02:34 Download WEBUI github.com/luc-github/ESP3D-W...
    03:20 configuration.h file for ESP32CAM jasonwinfield.nz/esp3d-config...
    03:30 Configuration wizard luc-github.github.io/#/config...
    Homepage: jasonwinfiled.nz
    Patreon: / jwinfield
    Instagram: / jasonwinfieldnz
    Twitter: / jasonwinfieldnz
    TikTok: / jasonwinfieldnz
    Cults3D: cults3d.com/en/users/jasonwin...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @gabrielandressaavedramorra106
    @gabrielandressaavedramorra106 วันที่ผ่านมา

    Web configurator ask you for the cam model?

  • @DynoRC
    @DynoRC 11 หลายเดือนก่อน +1

    I can't thank you enough for this tutorial

    • @JWNZ
      @JWNZ  11 หลายเดือนก่อน

      You're very welcome!

  •  ปีที่แล้ว

    This is an amazing development! thank you very much for sharing with us all! I have a question.... would this work for multiple printers? Let say I have a farm with 6 printer, can I monitor them all if I ad an esp32 to each one?

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

      Yes, absolutely

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

    Pleeeeeeease make a part 2 for this. I've been trying to get ESP3D to work with my printer using my ESP32Cam for 3 weeks, but I've had zero progress getting it to recognize serial communication. I've gotten everything working on the software side.

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

      Sorry for the delay! I have had a few things play up with my own ESP32CAM. How I connected my printer is in this video th-cam.com/video/chc8zRZh18A/w-d-xo.html and here: hackaday.io/project/186728-wifi-any-3d-printer-probably from step 4. The second video will out this week.

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

      @@JWNZ Thank you so much

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

      @@JWNZ THANK YOU SO GOD DAMN MUCH FELLA!!

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

      @@michaelmoreland5280

  • @muhammadshafiq3667
    @muhammadshafiq3667 21 วันที่ผ่านมา

    Greetings sir, i need some help with mine, it says file write failed when i tried uploading my gcode

    • @JWNZ
      @JWNZ  17 วันที่ผ่านมา

      In the show notes is a link to the developers site. There he has a forum which he responds to quite quickly. I haven't used it for a while so I am not sure what could be wrong.

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

    how can i upload files gcode directly to esp32 through Wifi?

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

      Did you mean directly from Cura? It is too slow. You can upload to the SD card, but agin very slow.

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

      @@JWNZ sorry. I mean I can't choose SD file option in webui 3.0 , so I can't upload any gcode file :c

    • @JWNZ
      @JWNZ  2 หลายเดือนก่อน +1

      @@ElectroCoderEC have a look here: github.com/luc-github/ESP3D/issues/1000#issuecomment-1936935498 I don't think it is possible