Search results

  1. S

    Teensy 4.1 CAN bus

    I’ll spare you the details of my wrong assumptions, but anyway — Many thanks for your help. God bless.
  2. S

    Teensy 4.1 CAN bus

    @AndyA You just blew my mind, I am definitely doing that. From your insight, it looks like you have experience with these motors. If that is the case, I have two unrelated questions for you. 1. Were you ever able to run those motors over serial interface? 2. Do you how one could connect to the...
  3. S

    Teensy 4.1 CAN bus

    The motors that i bought, it uses can 2.0, for my application I need the feedback, the feedback from the motor doesn't contain the sender ID only the recipient ID, so I am limited to one motor per bus. Hence looking ways to expand busses on the teensy. Waveshare SN65HVD230 CAN Boards performs...
  4. S

    Teensy 4.1 CAN bus

    Chinese steadywin GIM motors, I might need to control 8 motors, only the can bus interface works.
  5. S

    Teensy 4.1 CAN bus

    I was wondering how many Waveshare SN65HVD230 CAN Board I can connect to teensy a 4.1 and use using the (https://github.com/tonton81/FlexCAN_T4) library. Previously I have used 3 of the above mentioned can boards with a teensy 4.1. On the teensy 4.1 DOCs it says there is 3 CAN Bus. Is there...
  6. S

    Teensy 4.1 HardwareSerial usage.

    That is not the case at all, there will be all sorts of calculation happening in the main loop, this is like I mentioned a bare bones version of the code. I guess I will update the post once I have all the hardware in hand
  7. S

    Teensy 4.1 HardwareSerial usage.

    I'm working on a project where I need to send 8 bytes of data over 6 hardware serial ports at a strict 1 kHz rate—any delay causes the motor driver to jitter. In my current setup, I’m using an IntervalTimer to trigger the send every 1ms. When triggered, I send 8 bytes over Serial1 through...
  8. S

    How to Program Teensy Without Arduino IDE?

    Hey everyone, I do not have very strong programming basics, when it comes to embedded systems, but I have intermediate experience in MATLAB, Python and CPP. So recently I used the pico sdk without the arduino IDE and it felt like I had much better control over things. I am interested to do...
  9. S

    Teensy 4.1 UART Communication: How to use Hardware Serial?

    Could Ethernet be a viable solutions in such cases? Where high speed data transfer is required? I mean like underlying hardware wise , does Ethernet have more buffer? 4 bytes is unbelievably small !
Back
Top