Make my own EtherCAT device 3. Encoder

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • I make an EtherCAT encoder device. Go through how it is done, what tools and code are used. Demonstrate and prepare for test.
    SOES for Arduino
    github.com/kub...
    EEPROM generator
    github.com/kub...
    STM34F4 Encoder
    github.com/gok...

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

  • @LikeFactoryMade
    @LikeFactoryMade 9 месяцев назад +4

    I really love this content. An encoder slice from Beckhoff is quite expensive and hard to find these days. A board like yours that can read multiple encoders would be a breath of fresh air especially for the home hobby shop machinist. I saw that in the linuxcnc groups there are discussions about jerk limiting, if we could also have ethercat, this would be the next level! :D

  • @darkobul1
    @darkobul1 9 месяцев назад +3

    Many chips have hardware pulse counter. I know STM32F1xx has it and ESP32.
    Whats good about it is that you dont have to worry if code will be busy and miss counts.

  • @bert-akeeliasson5902
    @bert-akeeliasson5902 9 месяцев назад

    Excellent work!
    Love to see it come through.

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

    Thanks for your videos!
    Perhaps some PCB mounting holes?

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

    I use ESP32 for encoders and it has hardware support for 8 encoders (4 differential pairs) can you make multiple devices/encoders on single one EtherCat module?