Seems strange that it was all plugged in and running (USB from computer to Teensy and Teensy running on external, ubec regulated battery) fine until I uploaded a sketch, now teensy is completely...
Type: Posts; User: rebel2234
Seems strange that it was all plugged in and running (USB from computer to Teensy and Teensy running on external, ubec regulated battery) fine until I uploaded a sketch, now teensy is completely...
Was using a Teensy 3.1 hooked to 72 APA102 5050's using 2 18650 Li-ion's in series then regulated down to 5v with a UBEC. Cut the USB pad so that I could use USB while batteries plugged in. Teensy...
No random modulation on hum. I have some oscillation on the buzz gain (square wave) to give it some depth while not swinging. Using 2 fm sine's(hum) and a square wave(buzz). Thinking I may add...
Something I've been playing with lately. It sounds pretty good to my ear but seems like it's missing something. What do you think?
https://www.youtube.com/watch?v=tbo2T_DMSq8
Turns out I was already on the right track for what I was wanting to accomplish but was having problem with clipping (because of too much gain). Just shifting freq's back and fourth around a...
I'm trying to emulate the effect of doppler shift using audio library on teensy 3.2 and PropShield but am having trouble trying to figure out if it is possible to do with just the audio library...
Thank you everybody for the help. I created a function to switch hardware spi ports (as mentioned by aortiz557) and used it to help me determine the problem. The problem, if anybody is interested,...
Brilliant! I will give this a try wasn't thinking of it that way.
I don't want to simply "move" the pins I would like to use 2 SPI interfaces at the same time. EG RFM69 attached to SPI(1) and ILI9342 attached to SPI(2). The reason for this is these two devices on...
Hello,
This is my first post and I just received my first teensy (3.1) a few days ago and I would like to say, "I LOVE IT". I am a beginner at arduino and have been doing alot of reading but I...