It depends. A lot is compatible (first serial port, first SPI bus, first I2C bus, first 10 analog pins), some things are not.
I wrote this high level guide about compatibility some time ago:
...
It used to, but the interface was re-written some time ago (at least in Teensy land, but perhaps in the general Arduino library) to use a template. This means if you do a put or get of a structure or a base type like a...
I've used it with no problems on both the Teensy 4.0 and 4.1. With the Teensy 4.0 you can also use the memory above the program as a filesystem that can be exported with MTP. If you have the audio shield mounted, you...
It really depends on what else you are hooking up, and whether they need 5v power. For example some devices (servos, older displays, older neopixels) really, really want 5v power. For audio devices where you are...
I believe the reason is the original Audio Shields were designed for Teensy 3.1 and 3.2 (later adding the 3.5, and 3.6). These microprocessors have 2 different ground pins. The first ground pin (left of pin #0) is the...
If memory serves, the EEPROM code was changed some time ago so that it used templates for the get and put functions. Thus you can write/read the whole structure all at one go without having to convert it to bytes and...
If you were boosting the lipo battery, pololu as a series of step-up/step-down boosters that either have a fixed 3v minimum input, or you can adjust the minimum voltage with a potentiometer. I bought a few of the...
Sure, everybody has different needs, but it is always a balance. If the machine is so stripped down, then new people won't consider using it. I suspect in general, the cost of adding charging and such is fairly small....
That is assuming you want to do the necessary soldering and such. Using the feather system from Adafruit, I can just go to the drawer and pick out a random battery, and attach it to the feather without having to do any...
I have wanted batteries in so many different ways, that it would be hard to have a 1 size fits all configuration.
If you aren't aware of it, a forum member (or previous forum member) designed a charger that is made...
You might want to look at this article Paul wrote some time ago:
https://www.pjrc.com/better-spi-bus-design-in-3-steps/
I found with doing Uncanny Eyes with two displays on the same SPI bus, I needed to add...
Well a RJ45 cable comes to mind, but if you want it different than ethernet, it may not be what you want.
I would think a 2x3 2.54mm shrouded header would do what you want:
https://www.pololu.com/product/854
...
I would imagine if you clone all of the chip specific stuff in the Littlefs library, you might be able to get it to work in the SerialFlash library.
I don't have that particular chip, but I did order a Teensy 4.1...
At one time there was the Gamedunio 3X Dazzler for Teensy that could do 1280x720. However, it looks like it is sold out at excamera, adafruit, crowdsupply, and digikey (mouser may have 3, but I suspect it isn't the...
Wow, blast from the past. Note, while I bought the OctoWS2811 board some time in the past, I've never used it, and I generally only use small numbers of WS2812B leds instead of APA102.
But I have to imagine that if...
Most of the recent talk about Uncanny Eyes is in this thread:
https://forum.pjrc.com/threads/71068-Uncanny-Eyes-is-getting-expensive
In general, most of the discussion for Teensy 4.0 or 4.1 is centered on...
I wrote this wiki page for the unofficial Teensy wiki a few years ago:
https://github.com/TeensyUser/doc/wiki/Teensy-Compatibility
And I wrote this post (#3) as part of another discussion:
...
If you scan this large thread (https://forum.pjrc.com/threads/68139-Teensyduino-File-System-Integration-including-MTP-and-MSC), it talks about adding MTP support to the Teensy. Note, under my Linux system I haven't...
IIRC, you have to initialize the USB host facility in software before it will enable power to the 5v pin. I.e. you have to do something like:
USBHost myusb;
void setup () {
myusb.begin ();
}
void loop ()...
I got a similar one from Microcenter about 2-3 years ago, and it works well when I have a lot of solder to remove (particularly if the solder has flowed into the holes in the PCB). I do find the button to not be as...
Nope, but I didn't look into it, since at least for me, those are warnings, and the animated gifs program that I was using did run.
I did post it on the SmartMatrix forum with no responses. There are now at least 2...
You might or might not want to update the following line in https://www.pjrc.com/teensy/td_download.html:
Teensyduino 1.57 supports Arduino versions 1.8.5 and 1.8.9 and 1.8.13 and 1.8.15 and 1.8.16 and 1.8.19.
I don't know the HUB75 protocol at all, but I imagine that it may be similar to the reason you want a level shifter for WS2812B (neopixel) leds. Some boards may not work if the data stream is 3.3 volts but the LED...
It would be nice if the audio examples that reference the SD card are fixed so that they at least mention the defaults for Teensy 4.0/4.1. Preferably it would make the defaults for Teensy 4.x be the default since...
As far as I can tell, in the code printed, you are using the standard SPI pins (MOSI = 11, MISO = 12, SCLK = 13). Note the Teensy LC, 3.2, 3.5, and 3.6 allow you to use alternate SPI pins (MOSI = 7, MISO = 8, SCLK =...
I am a computer programmer that has worked on compilers for over 33 years. I have been working on the GNU GCC compiler for over 20. Outside of work, I tend to be known for my steampunk camera (see http://www.steampunkmike.org for more details).
Location:
Ayer Massachussetts
Interests:
digital photography, steampunk, renaissance faires, hobby electronics