ESP3D V3 and ESP32CAM Connection & Configuration

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ค. 2024
  • In this video, I cover getting some simple features up and running in ESP3D V3 and ESP32CAM. Sorry to those who waited longer than expected, I cover this in the video :)
    Hardware connection reference: github.com/luc-github/ESP3D/w...
    ESPCAM32 amzn.to/3VpHKku
    00:00 Intro
    00:34 Hardware connection options github.com/luc-github/ESP3D/w...
    01:39: UI Overview
    02:12 Confirm connection by serial output
    02:23 WiFi setup
    03:00 Serial streaming
    03:32 NTP time setting
    03:38 Notifications
    03:53 UI config
    04:19 Polling
    05:39 Release a job
    06:56 Camera config
    08:44 Print status - stopping a job
    09:00 Timelapse setup (Cura)
    10:24 A note about libraries
    10:52 Why this video was late
    11:35 Ending
    Polling command for printer status: M27;M27 C; M31
    Slicer command for timelapse: M118 P0 [ESP101]
    Homepage: jasonwinfile.nz
    Instagram: / jasonwinfieldnz
    Twitter: / jasonwinfieldnz
    TikTok: / jasonwinfieldnz
    Cults3D: cults3d.com/en/users/jasonW/c...
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Great work! I hope you can help with the following ask. Then I used the [ESP201] command in the terminal, I get "Error: Missing Pin" when I enter "[ESP201]P4 V1". Am I using this function incorrectly? Thanks.

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

    Hi, I do everything with your tutorial, but uploading to ender SD card is not working. In browser I can drag and drop a gcodes to SD card in ESP32CAM and to ESP32CAM flash, but when I drop a gcode to SD card in Ender, browser is opening a gcode, not uploading this to SD. Anyways is a way to print from ESP32CAM SD card or flash? Thank you for great tutorial!

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

      Sending files to the SD card in the printer is VERY slow as it is using a serial connection rather than network. You can't really print from the SD card on the camera itself, it may even be disabled. This is because the ESP32CAM is not really powerful enough to keep up with the printer and you will get blobs and slow printing in general. If you want to print directly to your printer I cover that in this video th-cam.com/video/chc8zRZh18A/w-d-xo.html but this has some caveats also. If you really want to send files to print quickly I suggest have a look at octoprint or klipper connected directly to your printer running off a dedicated PC or Pi.

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

    Hi, in 06:56 Camera config when the your menu "Type" has 4 options, the last is ESP32CAM, in my menu there isnt this option.
    Any suggestions? I have ESP32-CAM, and loaded V3 and webui 3.0. Thanks.

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

      Does the camera work with other firmware? Maybe follow this aritcle randomnerdtutorials.com/esp32-cam-video-streaming-web-server-camera-home-assistant/ and see if the camera works. If it does then it would be best to place an issue here: github.com/luc-github/ESP3D/discussions

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

      Thanks, it´s ok, very simple, for defect in the file downloaded from ESP3D version 3 of githup in the configuration.h the camara is with //#define CAMERA_DEVICE. ICAMERA_MODEL_AI_THINKER.
      If you don´t edit its and erase the //, the camara isn´t and in the menu extra content in type option, you haven´t the ESP32 Cam.
      Now it is operative.
      Regards from Seville, Spain.......

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

    I have a Anycubic Mega zero with ATMega1240p chip. All steps successfully on my ESP32-Cam but cannot connect with the printer. I soldering TX & RX pin on ATMega1240p (pin 9, 10) or on CH340G chip (pin 2, 3) but not success. Can you help me ? Thanks

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

      Not to sure. You should definitely check out the github and have a look at the forum there. The developer is really good at helping out.

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

    Hi, thanks a lot for your job.
    On my A20M, all works fine with V2. BUT, with V3; i can't see "SD CARD", "TIME"/... in the Features menu. So i can't upload (or see) a file in the SD Card.

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

      And, i can't receive temperatures with V3 (all Ok with V2) : "waiting for temperatures list available from printer" ... looping
      WebUI version : 3.0.0-a38.M2.1
      FW version : 3.0.0.a225

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

      I would definitely hit up the developer on the ESP3D GitHub. He is really good at replying to support.

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

      mee too did you solve it? i can't handle sd tool

  • @JanJansen-qr8mk
    @JanJansen-qr8mk ปีที่แล้ว

    I've been trying to get esp3d working on an ESP32-CAM for a while now. I managed to flash esp3d but I can't get the camera to work.
    I use the ESP3D version 3
    When starting the module I see the following messages in a monitor
    17:36:03.825 -> E (790) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND)
    17:36:17.611 -> M117 Failed start camera streaming server
    can someone please help

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

      The repo slips my mind at the moment but there is a camera firmware available for the esp32cam. You should try that to cut ESP3D out of the picture and ensure the camera actually works.

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

      Jan , for defect in the ESP3D file configuration.h from GitHub, the camara is NOT ACTIVE with //#define CAMERA_DEVICE CAMERA_MODEL_AI_THINKER
      Erase //, build and load..........it was my problem yesterday.
      Regards.