I am currently using dynamic patch connections, but they have issues as well as there is a bug with them ( https://forum.pjrc.com/threads/64446-Dynamic-Audio-Connection-Bug-A-new-one! ) that I can't...
Type: Posts; User: jkoffman
I am currently using dynamic patch connections, but they have issues as well as there is a bug with them ( https://forum.pjrc.com/threads/64446-Dynamic-Audio-Connection-Bug-A-new-one! ) that I can't...
Ah, interesting! I'm not sure I'd know exactly how to work this into the Teensy audio lib.
Unfortunately I think the larger issue for my application is that I believe it's 1 in, multiple out,...
Ah I am so sorry Paul! I had no idea the link wasn't working for you!
I appreciate you looking into this when you have time! Happy to help in any way I can, I'm just not sure what to do.
Thanks!
Kris - One thing I just noticed. I believe lines 869 and 870 in ILI9341_t3_Controls.cpp might want to be commented out. There are a couple of println statements in there that I'm guessing were to aid...
Kris, that's an awesome project! Those meters look great. You've definitely inspired me to add colour to mine. I'll take a peek at how you handled it for further inspiration. I know how I want to do...
Hi Kris! I downloaded and tried, and it works great! Thank you for fixing this!
I am glad you are inspired by my work. I honestly don't think it's that great, but I am happy it's something that...
Absolutely, that part is easy!
SliderLeft.init(DETAIL_SLIDER_LEFT_XSTART, DETAIL_SLIDER_LEFT_YSTART, DETAIL_SLIDER_LEFT_YSIZE,
DETAIL_SLIDER_SCALE_LOW,...
I just updated to V5 and I'm still seeing the same results. I will try to find some time to create an example program that demonstrates what's happening. In the meantime, here's a quick photo: 22595
Hi all,
Just curious if anyone has been able to replicate what I'm seeing with these patches.
Thanks!
Aha, I believe I have v4. I will check this out in the morning. Thanks for the quick reply!
Hi Kris,
I took the weekend and started playing with your library. I'm having a lot of fun so far!
I'm having one small issue. I am using the vertical sliders in a bit of a non standard way. In...
Ok! I have come up with a test file that appears to show the issue. I don't think I can attach it directly, so here's a link to the .ino:
...
Thanks for the reply! Back when I was looking at this last time, I remember there was a thread that talked of a bug that deleting and recreating connections would eventually crash the system....
Hi all,
I'm back playing with some dynamic audio connections. The ones I used to allow swapping left/right channels work great, and are in fact working well within this very project. I've tried to...
Ah, makes total sense.
I haven't dug far into the examples yet, but is there one that shows the use of "pages"? In my application I want to use some sliders on a setup page, but not display them...
Hi Kris, just stumbled across your library and it's looking great! One question - Is there a reason you use the UTouch library instead of Paul's XPT2046_Touchscreen library?
Thanks for all your...
I've never done this and I'm not really sure how MTC actually works at a low level. However, I can say that using this library you will be able to derive the incoming time code. I did a quick google...
Ok, I'm a bit stymied here. Based on the official combinations in output_i2s_quad.cpp (7 and 32, 32 and 9, or 9 and 6) it would appear the the two output channels need to be consecutive. This may be...
Well, I finally had enough time to play with this!
I started out by testing both hex and quad output with a simple sine wave object feeding them. That all worked well. Then I started hacking...
Ah, thank you very much Paul!
So based on this I'm seeing 4ma? Am I reading that right?
Thank you!
I'm running out of pins...
Yes I could go to the Teensy 4.1, or I could use the backside pins on the T4.0, but I'd like to try solving this another way. So, some questions...
On the ST7735...
Hi all,
I can't seem to find a reliable answer for the current capability (source/sink) of the I/O pins on the Teensy 4.0.
I thought that info would be in here:
...
Semi-related question - Kurt, am I able to use a different pin for D/C (other than pin 9)? I might need that for I2S audio...
Thank you!
Just an update. I left one of the working displays for a couple days, and when I powered up my test setup today, it didn't work. I swapped to my other working display and...nothing again. I'm...
Hi all,
I'd love a double check on this. I've been spending a bit of time learning about I2S on the Teensy 4.0. I understand that there are a maximum of 5 pins can can do I2S. I'm looking at going...
I'm starting to switch to VSCode with PlatformIO. Still early in the transition as I'm working on a few things and haven't had time to properly dive in.
Agreed on the usefulness of the plotter....
Great thought! I gave it a try but no dice. I couldn't get the actual LCD off the board, so I started closely inspecting the module. There appear to be 5 diodes (D1-5, you can see them in this photo:...
Here's the latest!
It looks like of the 5 modules I have, only 2 are working. When I started I must have grabbed a bad one, then when I grabbed another to double check, it was also bad. Luckily...
Hi Kurt,
Yep, I moved to a Teensy 3.2 as I knew I had that exact setup working with an ST7735.
So interestingly, I grabbed another LCD randomly from the pile, and this one worked. I'm working...
Still plugging away at this. Haven't had time to solder up shorter wires, but I will hopefully do that soon. I did jump back a few steps to double check myself. I went back to a Teensy 3.2, and ran...
Thanks for trying it out, I appreciate it. I gave your version a try but still no love here. The only modification I made was to the reset pin definition.
I'm going to rewire everything tomorrow...
Hi Kurt!
Thanks for the confirmation that my pin choice was ok. I do have pin 0 connected to the reset pin, I also tried pin 1 just in case. I wasn't sure if there were limitations on the DC and...
Hi all,
I'm trying my first ST7789 based LCD (320x240) with a Teensy 4.0 and I'm having a bit of trouble getting it to work. This is a generic LCD, nothing fancy. So far I've been unable to get...
Ok, I have done some tests, and here are my results!
Since I have the two Teensys connected to two computers, I left DEBUG defined on both so I could get the serial output. When running both with...
Apologies for the delay, but I am back and sorting through things. I will try out that code as soon as I can. I'm hoping this eliminates the SPDIF hardware as the culprit and perhaps makes me focus...
Not a rush, I'm slammed this weekend and won't have time to test anything until Monday at the earliest. It wouldn't surprise me if this was something on my end.
What you're describing was...
Nah, not only two connections but I wanted to clean up the wiring, get everything as short as possible to eliminate issues there, etc. I guess "tearing it apart" sounds a bit more intense than it...
Sounds good.
I am going to try tearing everything apart and starting again. Do you have any recommendations for the links between the two Teensys? Should I connect out->in directly, or put in a...
I did a bit more experimenting this morning. I still can't get the startup distortion to reappear. I'll keep trying to see if I can characterize that one better.
On to the return path issue. I...
I agree that it's weird i can't reproduce it. I'll try again in the morning to see if the computer it more likely to make it happen after having slept awhile. Honestly I have no idea why that would...
Sounds good, I'm happy to follow any troubleshooting plan you're thinking of.
You are correct on the setup. The noise/distortion is present when I first connect the sending Teensy. It persists...
I hope I am able to explain this all clearly.
I reverted to using spdif3 for transmit and spdif3_async for receive. I added the two tests you asked (more info later).
I started with just the...
Hi there,
Thanks for the reply!
I tried altering the anti-aliasing attenuation but I have the same issue. I added the debug code you had in the example file, and here is a sample of the output:...
Well, I just had a bit of a disappointing test. I took two Teensy 4.0 boards, connected SPDIF in on one to SPDIF out on the other, and vice versa. I also connected ground together.
Here's the...
Thank you for the quick reply, and for reminding me of a few things!
I completely spaced on the DAC thing, my mistake there. I can dispense with that part.
I didn't realize that SPDIF on these...
Hi all,
I am planning on migrating my project to the Teensy 4, mostly for more power and greater flexibility with some interfaces.
I'm trying to double check if various blocks will play nicely...
Just a quick update before I head to bed. I've been hacking away at these issues, and I've made a bit of progress.
I've been working with @gfvalvo's BCLK = 64*Fs I2S blocks (available here:...
My issue was just that I was looking for documentation. speed12 pointed me the right way, so my current issue is solved.
I should also mention that the system works fine when taking in audio through the audio board or through USB on the primary Teensy. It worked taking in audio from the secondary USB yesterday, but...
Hi all,
I'm working on a project and seeing a weird intermittent problem. I'm trying to learn more about why it's happening so I can figure out a solution or at least a work around.
This is a...