Search results

  1. J

    Teensy PC fan/RGB controller

    What do you want the code to do? I'm interested in making a simple teensy based controller for a custom loop. Radiator fans controlled based on water temp and radiator air intake temp. Some rgb led(s) to indicate water temp. Maybe outputting all measured values at some interval over usb so it...
  2. J

    Bootloader Chip For Teensy 4.0

    Any update on this? :) Or as an alternative, are the bootloader chips on shipped T41s capable of setting up virgin IMXRT chips? Any info appreciated :)
  3. J

    Does Teensy lock the flash memory ?

    Yes that one is very useful, I'm using it to store various parameters and also a compile version so I know at boot if it's a new code, or a simple restart. But what I'm after is a something to reflect the hardware, and that's preferably write protected. I guess I could use a dedicated section...
  4. J

    Does Teensy lock the flash memory ?

    I'm also interested in this :) I would like to have something to identify the hardware version of my different custom T32s. I have a tendency to change the sensors attached between different versions and would like a way for the code to realize what version it's running on. Right now I'm...
  5. J

    Long time monotonic microsecond clock for UAVCAN using systick timer

    Hi, This is my first post on this forum although I have been playing with Teensys for quite some time now :) I'm using UAVCAN (libuavcan) on a teensy 3.2 and I'm trying to implement a proper clock. Next step is time synchronization. So I don't really have an issue, but I would like to...
Back
Top