Search results

  1. 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
  2. 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...
  3. 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...
  4. 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