SmartPendant - a way to control grblHAL based CNC machine without PC

Поділитися
Вставка
  • Опубліковано 16 бер 2024
  • PCB is Open Source too: • SmartPendant for grblH...
    Source code for this project can be found there: github.com/nickshl/SmartPendant
    Board description can be found there: github.com/Devtronic-US/Smart...
    For purchase: devtronic.square.site
  • Наука та технологія

КОМЕНТАРІ • 15

  • @seanmcdonald656
    @seanmcdonald656 4 дні тому

    Fantastic video glade to see you sharing your project. You got my vote.

  • @geekoid183
    @geekoid183 3 місяці тому +1

    This is incredible, thanks!
    Many users can benefit from this project 👍
    If you mind, I do have some feature request to make it a streamline option:
    - Do you think a gcode preview is feasible ?
    - Multilingual support would be really nice too

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

    Very Nice and great job looking forward to when this will be available

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

    Awesome :) Great project. Good luck with it.

  • @MrAndrewAllen
    @MrAndrewAllen 2 місяці тому +1

    If you want to know what a SmartPendant for grblHAL is, it's a device to manually control a CNC machine (like Nicolai has in the background.) More information on his pendant is available here: ua-cam.com/video/z-IoQAUr2qA/v-deo.html

  • @JewelerAR
    @JewelerAR 29 днів тому

    Hello Mr. I see that the XYZ axes are always in mm can I put the reading in degrees as if they were 3 horizontal indexers and maybe add more axes or indexers as A B C and if you can also add a speed regulator to the head or Motor? it is for a Nema 17 notor with a reducer with a ratio 100/1 I have 3 motors and their reducers to be indexers in degrees thank you

  • @martinklims1
    @martinklims1 16 днів тому

    Hi, nice project. Iam working on something simmilar, but I want to use ESP32 as controller and SD will be mounted, but gcodes will be on S3 server that I self hosted or trough some API server and when I run code it will coppy it to SD and that run it from SD.

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

    This looks excellent! Excuse my ignorance but is there a file available somewhere on the git page to be able to print the circuit board (or order from PCBWay etc.)? I can see the schematic but not the board.

    • @NicolaiLab
      @NicolaiLab  3 місяці тому +2

      At first my plan was to make open source software and keep the PCB to sell those devices to fund my hobby. Now I am reconsidering this approach - there are some complications with shipping outside the US - shipping is expensive(for example to ship to Norway cost about $33) and local taxes(like 23% VAT in the EU) will make the price way too high than I would like($100 + shipping for a finished device). I will probably make a PCB open source soon.

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

      @@NicolaiLab Thanks for the reply. I understand perfectly. If you have a way to sell a pendant or just the board or even the board drawing so that I can have one manufactured, I’d be more than happy to pay a decent price for it! Let me know if you’d be open to it.

    • @NicolaiLab
      @NicolaiLab  2 місяці тому +2

      @@Hyper_D it is Open Source now: ua-cam.com/video/8CxC91QPb6c/v-deo.html

    • @Hyper_D
      @Hyper_D 2 місяці тому +1

      @@NicolaiLab that’s great! I’d still be happy to contribute something so if you have a Patreon etc. please let me know

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

    в игрушке фигуры переворачивать надо энкодером. а двигать кнопками)))

  • @PI3D14VIDEOS
    @PI3D14VIDEOS 2 місяці тому

    I designed a board use the fluidnc, does it support? or SmartPendant only use the UART comunication?
    the fluidnc use the IIC to comunication to Pendant

    • @NicolaiLab
      @NicolaiLab  2 місяці тому

      It doesn't support FluidNC at the moment. Why I2C? According to this page: wiki.fluidnc.com/en/config/uart_sections "UART channel create a new Grbl interface on a UART. This is designed for displays, pendants and external controllers", so technically it should be possible to add FluidNC support into SmartPendant and connect it via UART.