Thanks for the advices, I guess I'll have to give it a try...
Thanks also for the schematics, it's different than the schematics from TI but I will trust what was tried here.
I think I see what you mean.
I'll have multiple of this board, most of them with the audio board, some without. In case I use the audio board, I'll use of course the right one according to the Teensy.
But what...
Thanks for the detailed response.
I'm not going to take any chance to forget to unpower the Teensy before unplugging the USB so it's not optional to me.
I saw on the schematics of the chip that they use 2 capacitors,...
So if I refer to the Teensy 4.0 pins
and Teensy 3.2 pins
- Pins 0 and 1 are RX1 and TX1 on both
- Pins 2 to 13 are digital pins on both
- Pins 14 to 23 are analog inputs on both
Hi,
I'm making a board compatible with Teensy 3.2 and Teensy 4.0 and both with the audio board (I left some space around) that provides headers to connect potentiometers, leds, buttons, ..., a dip switch, and a USB...
Thanks for the answers,
According to the datasheets of these 2 chips, the TPS2055A is bigger yes, still SMD though but it seems to not exist in through hole package...
Thanks
Hi,
I'm making a board for Teensy 4.0 that will use its USB host capability. I read somewhere in the forum that Teensy 4.0 does not include a USB current protecting chip and that it is required to prevent burning it....
Yes right the Teensy have 2 USB, 1 device and 1 host.
Alright so the simplest solution is to have one Teensy with a hub connected to its USB Host port, and all the others with their USB device port to the hub. And I...
Hi,
I'm looking at using multiple Teensy, possibly only 4.0 but maybe 3.6 too, they would act as MIDI devices and would need to be connected together via USB, either 1-to-1, either 1-to-many through a USB hub, and...
I just added potentiometers to play with a few settings, here is a new demo:
https://www.instagram.com/p/B3dC9hZhGUw/
I pushed the code on GitHub again.