Search results

  1. J

    GDSTx Library Incompatibility

    Hey thanks for the response! I'm currently only testing with one stereo i2s input, but I'm planning on adding a spdif input as well. I fixed it actually. I made the changes that you did to Audio.h, and I also went into the GDSTx.cpp file and changed line 52: "SdFs SD", and changed the "SD" to a...
  2. J

    [queued] Engine Monitor - Teensy 4.1 & 3.6

    Hello, it's been some time! I have hit another snag on my project and was wondering if someone might be able to help point me in the right direction. I am trying to use the GDSTx library in conjunction with Paul's teensy audio library, however they seem to interfere. Calling GD.begin() makes all...
  3. J

    GDSTx Library Incompatibility

    Hi, I'm having some trouble integrating the GDSTx library to send data streamed from the teensy audio library to a display. The two libraries work fine separately, but putting them in one project breaks everything. Right off the bat, they make calls to different SD.h libraries, but that was an...
  4. J

    Audio library stereo analog input on Teensy 4

    Hello, I noted elsewhere on the forum that AudioInputAnalogStereo doesn't work on the Teensy 4. I have also found through testing that simply initializing a second mono analog input causes a weird heartbeat-like noise pattern on the second connection. Will the audio library be updated to...
  5. J

    [queued] Engine Monitor - Teensy 4.1 & 3.6

    Here is my testcard and the circuit for the PCB. It's being used as an audio analyzer so there's some circuitry for the inputs as well.
  6. J

    ADCS not working on 4.1 - What am i doing wrong?

    Hey Paul, has this changed, or is AudioInputAnalogStereo not going to be ported over to Teensy 4? Doing some testing now and I'm noticing that if I initialize two AudioInputAnalog connections to AnalyzeRMS, I get heartbeat-like pulses of noise coming in through the first channel. Initializing...
  7. J

    [queued] Engine Monitor - Teensy 4.1 & 3.6

    It works! I made a PCB for my project and everything works perfectly with the GDSTx library. Now to start coding!
  8. J

    [queued] Engine Monitor - Teensy 4.1 & 3.6

    Thank you. I'm glad that my components aren't dead as that was my first thought. My set up is not nearly as well constructed! I will take some time to do things the right way and report back once I have something that works (or doesn't!)
  9. J

    [queued] Engine Monitor - Teensy 4.1 & 3.6

    You're a godsend @TFTLCDCyg. Thank you for updating the library so quickly! I have connected the screen in parallel with a 5V supply as you suggested, but I'm getting a strange output when trying to run the hello world example. Just a grey screen with a couple of lines on the right side of the...
  10. J

    What happens if a Teensy 4.1 is powered via Vin and USB ast the same time?

    A similar question: I accidentally did this. Connected USB to a teensy 4 and a 5V power supply simultaneously. The 5V supply was also supplying a display driver in parallel. Is it likely that this killed the display? The display isn't working correctly but I'm not sure if it's a wiring issue or...
  11. J

    [queued] Engine Monitor - Teensy 4.1 & 3.6

    Hey! I was inspired by this thread to put together a project of my own, this time as an audio vectorscope for displaying oscilloscope art. I'm using a teensy 4.0 and a Riverdi RVT70HSBNWN00, the 7" EVE4 TFT display without touch screen. I am having issues though... When using your GDSTx Library...
Back
Top