Oh, interesting! Definitely will give this a try.
The animations I’m making are closer to P5 generative art sketches, rather than data readout or text fields. The only library I’ve found with...
Type: Posts; User: phi
Oh, interesting! Definitely will give this a try.
The animations I’m making are closer to P5 generative art sketches, rather than data readout or text fields. The only library I’ve found with...
Hello!
I’m playing around with various TFT screens, and really like the aesthetic of the round screens found on Amazon etc. I’m using 1.28” 240x240 GC9A01
I have a 16ch mux (but only 6 pots...
I installed the latest teensyduino and everything works. Thanks!
Amazing! I’ll give this a try in the morning. Exciting!
I would love to check out this library!
On first try, I get this error when compiling :
Arduino/libraries/tgx-main/src/Mesh3D.inl:301:42: error: 'extmem_free' was not declared in this scope
...
Hi!
Quick update and case closed:
I soldered a wire direct from teensy to audio adaptor for the MCLK signal. That trace was right on the edge of design rules in my layout.
Thanks to Paul for...
The kludge meters continuity and no shorts...
One of the grounds from the audio adaptor goes direct to the Teensy.
The other ground from the audio adaptor looks like autoroute sent it through the...
Might have spoke too soon,
The SD card is recognized, but when I play an audio file from it, the output from the audio adaptor goes to a zippering click sound that remains until I restart the...
Well this is embarrassing but a huge relief: the sd cs pin was routed on my schematic but didn’t make it onto the pcb. One piece of wire later, SD card is recognized. What’s a first-time PCB without...
I’ll look into TeensyTransfer, thanks!
The audio adaptor is connected pin for pin according to the webpage on pjrc, which only lists 3.3V. How could I measure if it’s getting enough power?
The...
Hello!
I have a few questions with my project. I made my very first PCB using fusion360 software and surface mount assembly by JLPCB. A teensy4, adafruit MPR121 touch sensor, and audio adaptor...
Similar results here, clock and lots of Noteoff for C-1 in the basic example.
I also have a capacitive board on the way, maybe one of the newer Fifteenstep examples will work, or give more clues.
I...
For hardware, i'm just using the one led and one pushbutton, usbMIDI to a laptop.
The basic Fifteenstep example, as I understand, should sequence that one button's performance over 16 steps and send...
That does make sense!
Before going the route of renaming, I tried again attempting to use usbMIDI instead of hardware serial. The usbMIDI functions built into Teensy work so dang well in every...
Hello!
First post here...thanks for a wonderful platform! Really, too much fun.
I am also trying to bring a sequencer into a simple synth sketch written with Audio Tools.
But first, I'm looking at...