Add Wifi to your 3D Printer- RAMPS - Marlin - Luc ESP3D

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • I use ESP3D Library from luc-github
    github.com/luc...
    ESP3D github page
    github.com/luc...
    ESP library for arduino
    arduino.esp8266...
    Latest ESP3D releases
    github.com/luc...
    Complete tutorial
    github.com/luc...
    The 3D model of my printer, i designed it myself and too lazy to make complete tutorial for this.
    drive.google.c...

КОМЕНТАРІ • 98

  • @noreply8390
    @noreply8390 Рік тому +2

    Using only a Nodemcu and Ramps 1.4/1.6? or do you need an Arduino Mega too?

    • @apinkeh
      @apinkeh  Рік тому +2

      Hi, never try before. However, this device work by giving signal to any board tx rx pin. so as long as you can get those pins active and connected to esp3d I think this should work.

  • @vineethkonda2585
    @vineethkonda2585 3 роки тому +3

    Hello,
    i followed your steps but im having an error with index.gz file is missing can you please help me with this..

    • @apinkeh
      @apinkeh  3 роки тому

      Hi.! please download the latest esp3d firmware, you should find it inside esp3d/data/index.html.gz

    • @vineethkonda2585
      @vineethkonda2585 3 роки тому +1

      @@apinkeh yeah got the file, now everything is good
      Thank you...

    • @declanchengcsl
      @declanchengcsl 3 роки тому

      @@vineethkonda2585 hi can you show me and send link which file , as im also having problem

  • @ArifFitrianto_edukasi
    @ArifFitrianto_edukasi 3 місяці тому

    Haruskah pake lcd reprap

  • @ArifFitrianto_edukasi
    @ArifFitrianto_edukasi 3 місяці тому

    Without lcd and SD card is not worked?

  • @GordoGamesPlayy
    @GordoGamesPlayy 3 роки тому +1

    just connect normal? you don't need to change the voltage from 5v to 3v? ... I thought if you called like that, it would burn esp8266 nodemcu v3

    • @apinkeh
      @apinkeh  3 роки тому

      if you connect the power to vin pin, it will go through voltage regulator of the board (in case of node mcu) for bare board like esp12 or esp01 it will probably kill the esp (not sure since i have no experience with that)

    • @luismaflorentin
      @luismaflorentin 2 роки тому

      Hi, did you connected directly?! did it burn?

  • @ArifFitrianto_edukasi
    @ArifFitrianto_edukasi 4 місяці тому

    How to make file gco

  • @younisal-zabedi248
    @younisal-zabedi248 Рік тому

    I have esp32 and I don't have any idea how to connect it to my printer bcz there isn't checkflaskconfg file into Arduino IDE

    • @Sinike7
      @Sinike7 10 місяців тому

      Nem szükséges! És ha elolvasod az E3D utmutatót, írja, hogy Arduino 1.8.x IDE legyen, valamint ESP8266 library max. 1.7.4!

  • @davidmza5380
    @davidmza5380 Рік тому

    Thank you very much for the video. I am using Arduino Mega with ramps 1.4 and I have the problem of not being able to move the motors or upload files to the SD card. Although it does register when I insert and remove the SD card. I would appreciate if you can help me.

    • @apinkeh
      @apinkeh  Рік тому +1

      pls double check pin connection board TX to esp RX and board RX to esp TX. Also dont forget to connect ground together.

  • @OneTwo-zt7dc
    @OneTwo-zt7dc 2 роки тому

    Bro i want to use my marlin firmware 3d printer with esp to connect with a cloud server, any ideas how?

  • @92Amt
    @92Amt Рік тому

    Thanks

  • @unclejimmy6041
    @unclejimmy6041 9 місяців тому

    So i have oy the ramps 1.4 can i use esp with the ramps 1.4 to make a 3dprinter becase i dont have arduino mega

    • @apinkeh
      @apinkeh  9 місяців тому

      Theoretically you can since there are board with ESP32 available commercially. However, it will be non practical to re-route all of MEGA connection to match your ESP.

  • @SrinivasGowd7778
    @SrinivasGowd7778 Рік тому

    While compiling the esp3d code,I will get the errors like missing some libraries

    • @SrinivasGowd7778
      @SrinivasGowd7778 Рік тому

      WiFiclientsecureAxtl.h such file dictionary missing

    • @carmel26
      @carmel26 11 місяців тому

      @@SrinivasGowd7778 go in the document where there is the folder esp3d and enter in librairies folder and copy everything from there to your arduino libraires configuration folder.
      if it keeps showing you the same error, you will have to go in board manager in your arduino and downgrade your esp8266 board to 2.7.4 version

    • @Sinike7
      @Sinike7 10 місяців тому

      Ha elolvasod az E3D utmutatót, írja, hogy Arduino 1.8.x IDE legyen, valamint ESP8266 library max. 1.7.4!

  • @rz6942
    @rz6942 3 роки тому +1

    Hello, can i use ESP-12E
    Then what I change in the ide

    • @apinkeh
      @apinkeh  3 роки тому

      change board to ESP-12 in board manager.

    • @csqgb9801
      @csqgb9801 2 роки тому

      esp32c3

  • @DartvenOp
    @DartvenOp 3 роки тому

    Hi, Great video, thanks! I got a problem, I did everything you did more than 5 times but the esp8266 can't connect with the printer on the esp3d website, I also changed the serial port but nothing different happened, I'm trying to solve this problem for days, could you please help me with that?

    • @apinkeh
      @apinkeh  3 роки тому

      hi, can you tell me what board you using?

    • @DartvenOp
      @DartvenOp 3 роки тому

      @@apinkeh My board is MKS SGEN_L V2.0

    • @apinkeh
      @apinkeh  3 роки тому +3

      @@DartvenOp for non ramps i get connection to wifi module with port 1 :0 and port 2 :1
      but since marlin doesnt support 3 port comm, you will lost your usb connection.

  • @alaricshiran9189
    @alaricshiran9189 Рік тому

    Can you do this with Stock ender 3 pro board

    • @apinkeh
      @apinkeh  Рік тому +1

      yes you should be able to do. There will be some challenge to do soldering directly on the microcontroller pinout to get access to TX and RX.
      found this useful article online, check and give credit to him
      ciesie.com/post/ender_esp/

  • @vignesh_waran
    @vignesh_waran 3 роки тому +1

    Hi Bro... Do u have any guide to make 3d printer like yours ?

    • @apinkeh
      @apinkeh  3 роки тому +1

      Hi, i made it long time ago so i not sure if i still have the 3d model or not. i will look for it and put the link in the description.

    • @vignesh_waran
      @vignesh_waran 3 роки тому

      @@apinkeh can you please remember atleast which website you download the stl files bro ? Like thingeverse etc ?

    • @apinkeh
      @apinkeh  3 роки тому +1

      @@vignesh_waran this is my original design.

    • @apinkeh
      @apinkeh  3 роки тому +1

      @@vignesh_waran i put the STEP files in the description. please check.

    • @vignesh_waran
      @vignesh_waran 3 роки тому +1

      @@apinkeh Thankyou so much Bro !

  • @KASPERS-pv5px
    @KASPERS-pv5px Рік тому

    i have: Compilation error: WiFiClientSecureAxTLS.h: No such file or directory. can u help me?

    • @TAJPEJ84
      @TAJPEJ84 Рік тому

      ello. I followed all the steps as shown in the video and got the same error code. Is there any workaround to fix this problem?

    • @KASPERS-pv5px
      @KASPERS-pv5px Рік тому

      @@TAJPEJ84 I had to reinstall windows because nothing else worked. then everything worked fine

    • @TAJPEJ84
      @TAJPEJ84 Рік тому

      @@KASPERS-pv5px I also tried installing an older version of Arduino, which also gave me an error. I also tried an older version of Esp8266, which also indicated an error.
      The installation of "CheckFlashConfig" in the video was successful, the Arduino did not find any errors.
      Inferring from this, the problem may be in the downloaded program in the video, because it seems logical. :(

    • @TAJPEJ84
      @TAJPEJ84 Рік тому

      I would like to update my post, strangely, Arduino Ide did not install the necessary program, there was an error. I've tried Visual Studio Code with success.
      Unfortunately, there is no connection between the printer and the website. Is it possible to enable this in the Marlin program and reinstall it on the 3D printer?

    • @federicoperacchi4346
      @federicoperacchi4346 Рік тому

      @@TAJPEJ84 i have this problem mee to, but i have 't found a solution to solve It.
      The printer isn t able to move, on the printer i can't see the IP

  • @riqued.7074
    @riqued.7074 3 роки тому

    Hello. Is it necessary to make any modification on the Marlin code to make this working?

    • @apinkeh
      @apinkeh  3 роки тому

      Board with mega2560 no need such modification. I have modified my serial port configuration for my MKS Robin e3D in order to use this.

  • @MILO-jr4vq
    @MILO-jr4vq Рік тому

    is for ramps

    • @apinkeh
      @apinkeh  Рік тому

      as long as you can get tx rx pin amd ground any board can do

  • @IvanMusic7
    @IvanMusic7 Рік тому

    whats is the location for GCODE file ?

  • @candrapuji376
    @candrapuji376 3 роки тому

    Saya sudah ikutin alur tutorialnya bang tapi kenapa pas bagian akhir mau configuration printer gabisa ya? Jd alatnya gabisa dikontrol dri MyESP3D

    • @apinkeh
      @apinkeh  3 роки тому

      mungkin bisa lebih rinci seperti apa kondisinya?
      selama pake barang yang sama dan tx rx gak kebalik saya rasa pasti jalan sih

    • @candrapuji376
      @candrapuji376 3 роки тому

      Kalo blh minta kontaknya bang (Line,Ig,tele atau WA) saya butuh bantuan buat selesain project ini 🙏

    • @apinkeh
      @apinkeh  3 роки тому

      @@candrapuji376 tanya disini aja

    • @candrapuji376
      @candrapuji376 3 роки тому

      @@apinkehboleh minta codingan Marlinnya bang? Soalnya saya pakai marlin 1.1.9 jg udh ganti2 Serial port dari 0,1,2,3 masih gabisa connect

    • @apinkeh
      @apinkeh  3 роки тому

      @@candrapuji376 pake board apa?

  • @vineethkonda2585
    @vineethkonda2585 3 роки тому

    Hi, sorry to bother you again
    Im facing an issue while uploading the gcode it says (error 10) : "reset numbering failed" can you help me with this

    • @apinkeh
      @apinkeh  3 роки тому

      thats problem with marlin, just try to simplify your g code name. only alphabet without underbar etc.
      some i look in internet some people change from .gcode to .gco and works.
      i dont know exactly which problem since i dont develop the code.

    • @vineethkonda2585
      @vineethkonda2585 3 роки тому

      Yeah, im uploading the .gco file but its not working
      And which version of marlin you used on your printer

    • @apinkeh
      @apinkeh  3 роки тому

      @@vineethkonda2585 2.07?? i forget, i just updated to the latest one last month.

  • @BrourPro
    @BrourPro 2 роки тому

    can you make a video on how to install on esp32 dev module

    • @apinkeh
      @apinkeh  2 роки тому

      I dont have esp32, too expensive for only this.

    • @BrourPro
      @BrourPro 2 роки тому

      @@apinkeh can you tell me how to do

    • @apinkeh
      @apinkeh  2 роки тому

      @@BrourPro I will try change the board in arduino IDE. if its doesnt work, probably its time to google.

  • @rayhannandar5946
    @rayhannandar5946 3 роки тому

    Om kok nggk bisa upload file gcode knp? (Ada tulisan please use 8.3 filename only)

    • @apinkeh
      @apinkeh  3 роки тому

      biasanya extension nya suka gak bisa.. ganti *.gcode ke *.gco biasanya masup

    • @rayhannandar5946
      @rayhannandar5946 3 роки тому

      Sama aja om

    • @apinkeh
      @apinkeh  3 роки тому

      Rayhan Nanda R kalo liat di github sih, marlin gak support filename diluar 8.3.. bukan masalah esp tapi marlin emng gak support.
      coba file name nya lebih disederhanakan lagi jangan pake karakter yang aneh2

  • @mycinemax2653
    @mycinemax2653 3 роки тому

    what if we use 2 or more esp8266? how to connect if all have same ip?

    • @apinkeh
      @apinkeh  3 роки тому

      when connected to one of your esp, please change "client station" rather than "access point" in the wifi configuration on the web interface.
      the isp will act as a client. connect to your home wifi and type your new esp IP in browser

    • @mycinemax2653
      @mycinemax2653 3 роки тому

      @@apinkeh are these ip will always changing?

    • @apinkeh
      @apinkeh  3 роки тому

      @@mycinemax2653 im not sure, but i think it will if you reset the esp. you can provide continuous power to the esp seperately if you want to keep esp on all the time

  • @declanchengcsl
    @declanchengcsl 3 роки тому

    Hi i need your help
    File index.html.gz is missing, please upload it
    this show when connect

    • @apinkeh
      @apinkeh  3 роки тому

      Hi.! please download the latest esp3d firmware, you should find it inside esp3d/data/index.html.gz

    • @declanchengcsl
      @declanchengcsl 3 роки тому

      @@apinkeh can u sen me the link pls
      is this the one
      github.com/luc-github/ESP3D/releases/tag/v2.1.1
      i tested but same problem

    • @declanchengcsl
      @declanchengcsl 3 роки тому

      @@apinkeh can show me on a brief video clip?
      declancsl@gmail.com
      thank you

    • @declanchengcsl
      @declanchengcsl 3 роки тому

      You mean inside folder esp3d > data> index.html upload using firmware upload?

    • @apinkeh
      @apinkeh  3 роки тому

      @@declanchengcsl i mean, after you connect to your esp there will be question about the index.html.gz
      if so then upload the index.html.gz from the folder i show you before

  • @amalifasya
    @amalifasya 3 роки тому

    bang kalo di pake buat upload gcode ke sdcard ajah bisa ngga??

    • @apinkeh
      @apinkeh  3 роки тому

      bisa cm kcepatan nya kayak serial aj 115200 bit per second hhe

  • @muhammadshafiq3667
    @muhammadshafiq3667 4 місяці тому

    Hi sir, i need some help, when i try to upload my gcode, it says file write failed