Search results

  1. N

    Teensy 4.1 powered from 3.3V pin not initializing USB communication

    I had looked through the power up sequence page previously but wasn't sure how much of a requirement everything was (it mentions a USB voltage regulator needing power but assumed that was to convert 5V to 3.3V for powering the chip, something I'm doing externally). I was reading through another...
  2. N

    Teensy 4.1 powered from 3.3V pin not initializing USB communication

    Hello, I have a project where I need to power a Teensy 4.1 from 3.3V. My current setup is as follows: - I have cut the VUSB/VIN pad jumper on the bottom of the Teensy - I have connected a CR2032 to the VBAT pin to keep the time management circuitry alive before connecting USB/wall power - I...
  3. N

    Teensy 4.1 USB Triple Serial Linux Naming

    Hello, Background: I'm trying to utilize the triple serial mode of USB on a Teensy 4.1 and I'm having issues with naming in Linux. There is another device that exists in the computer I'm connecting the Teensy to that generates a serial port that I cannot disable. This creates a problem because...
  4. N

    Teensy 4.1 NativeEthernet Link Status

    Hello, I recently purchased the Ethernet Kit for the Teensy 4.1 and I have been trying to check the link status of the device as just a first test to getting the device working. I went to the examples folder and found the NativeEthernet > LinkStatus sketch and uploaded that without any changes...
  5. N

    Teensy Serial over USB Timing

    Awesome, thanks for all the info and quick responses. I really appreciate the help and the Teensy products is great to work with!
  6. N

    Teensy Serial over USB Timing

    Thanks for the quick reply and the very detailed response, Paul. In reality I'm using C++ in ROS on Linux with a while loop that is supposed to be running at 250Hz and the shell script was supposed to be a simple way to test the timing. But either way, this conversation thread has been enough...
  7. N

    Teensy Serial over USB Timing

    Hello, I'm currently working on a project where velocity commands for a robot are sent from a computer over USB Serial to a Teensy 4.1. On the computer side of things I am writing a short string (roughly 10 to 15 bytes ending with a '\n' character) to the serial port at 250Hz. On the Teensy I...
Back
Top