Search results

  1. B

    Best Low Noise settings Teensy ADC (pedvide)

    Hi albireo13, The question is how to get the best performance with the settings in the “setup” and/or in the loop of a Teensy LC. Of course, I can filter in the software, but it is better to set the ADC so that it works as optimally as possible. There are so many variables to set the ADC and...
  2. B

    Best Low Noise settings Teensy ADC (pedvide)

    Hi, For a Project I use a Teensy LC, it reads in two analog channels, among other things. One of the channels is a good NTC for the PID oven and the other is a TMP37 Sensor which measures the outside temperature of the PID oven. The Teensy LC has an external good Reference voltage of 1.25V...
  3. B

    Making Teensy-4 and an ST7789 240x240 display work.

    Hi Michael, Look @ the picture! Basic code to make ik work on a Teensy LC... #include <Adafruit_GFX.h> // Core graphics library #include <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #include <ST7789_t3.h> #include <SPI.h> #define TFT_CS -1 #define...
  4. B

    Making Teensy-4 and an ST7789 240x240 display work.

    Hi, I've been struggling today with a Teesy-4 and a ST7789 240x240 1.3 Inch display without a CS pin. Whatever library I try, I don't get an image, only a vague gray background. I use the standard SPI0 pins 11(SDA) and 13(SCL) and pin 8(RES) and 9(DC) and of course the power pins. :-) Can...
  5. B

    Teensy PID ovencontroler hack

    Hi! This wil be my first post en english is not my native languish and like manny technical people i'am a dyslexic, so bear with me ;-) I'am designing a oven controler using a microcontroler, this wil be a small oven and in the oven there wil be another oven with a little higher temperature...
Back
Top