Espduino + TMC2209 + CNC shield

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • ******** ESP 32 ********
    ESP pinout reference
    randomnerdtuto...
    ESPDUINO pinout
    www.botnroll.c...
    ESP32 pull up/downs
    docs.espressif...
    ******** Arduino ********
    Arduino UNO pinout
    docs.arduino.c...
    ******** CNC shield ********
    CNC shield pinout
    forum.arduino....
    CNC shield schematics
    osoyoo.com/201...
    ******** TMC2209 ********
    TMC driver reference voltage calculator
    learn.watterot...
    TMC2209 Datasheet
    www.analog.com...
    TMC2209 silent stepstick pinout and jumpers
    learn.watterot...
    ******** DRV8825 ********
    DRV8825 Datasheet
    www.ti.com/lit...
    ******** fluidnc ********
    fluidnc github
    github.com/bdr...
    fluidnc wiki
    wiki.fluidnc.com/
    my fluidnc config file
    gitlab.com/pan...
    ******** grblesp ********
    grbl_esp32 github
    github.com/bdr...
    ******** Serial drivers ********
    Serial driver tutorial
    learn.sparkfun...

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

  • @br0sys
    @br0sys 8 месяцев назад +1

    Thanks for your work!!
    I'm gonna give it a try with tmc2209 after the holy days (and having some fruitloops) 🎉

  • @406FPV
    @406FPV 9 месяцев назад

    wow this is awesome as I have 3 of these after upgrading to the 6 pack now I can bring them back to life!!

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

    Thanks for this, it works like a charm

  • @jon_raymond
    @jon_raymond 9 месяцев назад

    Great video and well done working through the issues. Had a good laugh at the bloopers at the end :)

    • @hsnorh8180
      @hsnorh8180 9 месяцев назад

      likewise...👍 end was good...☺️

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

    Excellent Video and a smiley end as a plus. :-)

  • @noom9081
    @noom9081 3 месяца назад +1

    Tank for you ❤❤

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

    how you configurate microsteps on shield with tmc2209?

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

    Of course I like this video and I'm even going to subscribe to the channel.
    I'm dreaming of building myself a precise Pen plotter, and I'm sure all this information will be invaluable to my project.

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

    BTW The ESPduino power connector handles up to 18 volts, in theory you could use the same power for the ESPduino and CNC motors. I was wondering if you tried this and what was your experience with it

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

      I've tried it with 12 volts but the regulator got pretty hot. Because it is just a linear regulator, the remaining power gets turned into heat. I use mainly buck/burst converters now

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

    Enjoy your vids

  • @cesaralejandrofernandezbac8367
    @cesaralejandrofernandezbac8367 23 дня назад

    Hello mate, I have an issue with the ESPduino while using the CNC shield on top of it. I used to connect the uC with UGS normally with the CNC shield on top of the ESPduino with no problem, but now there's something strange. I can't connect it with shield on top, just without it and then adding it on top. Do you know what's the issue or where to start looking at?
    I'm currently using TB6600 drivers, CNC shield (same version as you), and ESPduino Wemos D1 R32
    I made connection with a regular ESP32 with no issues and monday morning I'm gonna make a test with a CNC shield based for Arduino Nano using a ESP32 Nano instead. Hope you're doing it ok, I enjoy the quality of the info you give. Hoping for an answers, greetings from Perú.
    Sorry for my bad english btw

    • @fuzzy4logic
      @fuzzy4logic  13 дней назад

      This sounds like a pullup/pulldown issue. Check the boot output over serial to see if it is stuck. Some pins configure the flash voltage of the esp during boot and having pullups/pulldowns can really mess things up. You can remove the resistor on the cnc shield to see if it improves things. No bad english in sight ;)

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

    amazing, what if I want to add an SD card, any suggestions on which gpio to use? i need to run a cnc machine

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

      Here you go ;)
      wiki.fluidnc.com/en/config/sd_card
      Just map it to the native spi pins of the espduino

  • @grfnprjx
    @grfnprjx 9 месяцев назад

    i've been trying for several days to get the esp32 with a pin breakout board to work with stepper drivers (dm542t).. which i have succeeded once.. but now nothing seems to be working... i don't have the proper electronic testing equipment like you seem to have.. but the enable pin (gpio.17) does work when doing $me or $md.. but when sending a signal .. no dice. any chance you have an idea of what could be going on? and also you on any discord server or?

    • @fuzzy4logic
      @fuzzy4logic  9 месяцев назад

      Hey, send me an email, let's talk

  • @dnvm84
    @dnvm84 8 месяцев назад

    Thank you for the video. I was wondering if there was a way to get a copy of your config file? Since all of this is new to me it would be helpful to have an example to work with.👍

    • @fuzzy4logic
      @fuzzy4logic  8 месяцев назад

      Check out the description. There is a link to my gitlab repository

    • @dnvm84
      @dnvm84 8 месяцев назад

      @@fuzzy4logic Wow thank you. I looked right at it but thought it was for FluidNC github page.

  • @berinslaptop
    @berinslaptop 23 дня назад

    I made a discovery. When downloading his config file. Click on the link and download using the download "button" if you download the first link its going to be HTML code inside of the config.yaml file. That threw me for a loop getting config file issues until I opened it in a TXT editor and said W.T.F.???