Sure enough directly after posting this I found the issue... The ESP32 FS library uses a namespace for some reason. If I change
fs::FS &fs to
FS &fs it works fine. I don't know why they are...
Type: Posts; User: embedded-creations
Sure enough directly after posting this I found the issue... The ESP32 FS library uses a namespace for some reason. If I change
fs::FS &fs to
FS &fs it works fine. I don't know why they are...
(EDIT: you probably should skip ahead to my followup post before sinking time into reading this...)
I'm trying to adapt some filesystem code that was SD-specific to be filesystem agnostic, so it...
https://www.pjrc.com/teensy/td_libs_OctoWS2811.html
It's now 300 us not 50 as of...
SmartLED Shield for Teensy 4 is now shipping from more distributors, including from Smart-Prototyping in China with cheap worldwide shipping. Here's a list of the distributors:...
If you're not familiar with it yet, I suggest you check out JLCPCB.com. They have cheap 4-layer boards, cheap and fast SMT assembly, and affordable worldwide shipping including fast shipping with...
How about watching with custom filter for releases here: https://github.com/PaulStoffregen/cores
The Teensy 4.1 card back side isn't published, in either image or PDF:
https://www.pjrc.com/teensy/pinout.html
The PiHut is a bit cheaper now, £54.99 for two Teensy 4.1s with untracked shipping. Even so, Digi-Key is still cheaper today £54.12 with tracked shipping that turned out to be fast (maybe I just got...
I just placed an order for a couple Teensy 4.1s, and found it was cheaper to buy from Digikey than from the UK shops as I ordered enough (>£33) to get free shipping, and I was able to get all the...
Take a look at this project for reference:
https://forum.pjrc.com/threads/63144-OctoWS2811-library-version
Also maybe this one:
https://github.com/wramsdell/TriantaduoWS2811
This library...
I just posted details of a project I made with the SmartLED Shield for Teensy 4 and a Teensy 4.1 here: https://forum.pjrc.com/threads/63080-Continuum-Slow-Motion-LED-Art-Display?p=252739#post252739
...
Continuum is a light art display that is continuously in motion, with options to move quickly, slowly, or incredibly slow. The RGB LEDs in the display are updated 240 times per second, with unique...
I'm in the process of adding the Teensy 4 as a USB device in Fadecandy Server, and have some great results to show as of this morning. Fadecandy Server easily handles pushing pixels for a 128x64...
Does this mean you can drive more than 8 WS2811 strings on the Teensy 4? Looks like you can do as many strings as there are data pins when I skimmed through the code. If so, that's a pretty...
https://www.pjrc.com/teensy/td_libs_OctoWS2811.html
No mention of Teensy 4: "OctoWS2811 requires the DMA (Direct Memory Access) engine which is available only in Teensy LC & 3.x."
Also, it...
I agree about the plain analog microphone, but the Audio Library doesn't support ADC analog microphone input on the Teensy 4, as far as I was able to tell when trying this last week.
Good point. I wasn't sure if I2S/Audio Shield compatibility was important enough to include in the description on Crowd Supply, but it will be documented somewhere. I'm also considering asking for...
Here's a link to the benchmark sketch if anyone is interested: https://gist.github.com/embedded-creations/9182ad31b0ea1f909491415dc6056b28
Thanks Eric! The OctoWS2811 Adapter supports Teensy 4, but I think it was designed years ago. Only Paul could tell us if it was designed for the Teensy 4 :-)
I made a post with details about SmartLED Shield for Teensy 4 here: https://forum.pjrc.com/threads/62584-SmartLED-Shield-for-Teensy-4-Drive-RGB-Matrix-with-10k-Pixels
I missed your question Luis, but it seems possible. I'm using KurtE's FlexIOSPI driver to drive APA102 LEDs on the SmartLED Shield for Teensy 4, as the only SPI port on breadboard-friendly pins...
I'm excited to announce that the SmartLED Shield for Teensy 4 campaign has launched on Crowd Supply!
https://www.youtube.com/watch?v=ZwzffVTHMms
The shield makes it easy to drive high quality...
No link on Teensy 4.1 with Pins
https://www.pjrc.com/store/index.html
* DONE * : has a placeholder - T_4.1 pins not yet available
https://www.pjrc.com/store/teensy3_audio.html
"soolder"
https://www.pjrc.com/store/pot_thumb_25k.html
No photo
I haven’t used it myself: https://github.com/ChrisMicro/ArduinoOnPc
How large is a "larger" display?
I maintain this AnimatedGIFs "sketch", originally written for Teensy/SmartMatrix Library/SD card, but easily adaptable to other platforms: https://github.com/pixelmatix/AnimatedGIFs
Adafruit...
https://www.pjrc.com/store/octo28_adaptor.html
"Possible use of APA102" section is out of date, referring to Teensy 3.x pins only, and a broken G+ link. The FastLED G+ group was captured on...
If you follow the steps in order, without reading ahead, "Install Step 1" has you download Arduino which is useless if you're using Macintosh 10.10-10.15. Maybe change the first step to "Install...
No mention of Teensy 4 support in IntervalTimer https://www.pjrc.com/teensy/td_timing_IntervalTimer.html
* Has some 4.x note * : Might add link to ? :: https://github.com/luni64/TeensyTimerTool
With @easone's help I designed a SmartLED Shield for Teensy 4 and placed an order for prototypes. In the meantime, I designed an adapter so that a Teensy 4.0/4.1 can be plugged into a SmartLED...
Teensyduino install instructions don’t explain the latest method of bundling Arduino with Teensyduino (for Mac only?) and cause confusion
* DONE *
Awesome, great work!
Take a look at the Adafruit Airlift boards and the Arduino firmware they run: https://learn.adafruit.com/adafruit-airlift-breakout/arduino
The AnimatedGIFs example in SmartMatrix can be modified easily to remove all references to SmartMatrix Library and drive another display
I have some samples of NS107S LEDs, untested so far. Maybe same as yours but a different manufacturer? Maybe a clone?
Saw this a bit late, but it might be possible to run the panel with a USB battery pack, depending on what's displayed. These panels are not as power hungry as 5050 addressable LEDs.
Here's some...
FYI you can get APA102-2020 LEDs in a rigid bar (aluminum backed PCB) format from China. I got a sample of a bar like this from iPixelLED for 22 USD:
...
The SmartMatrix Shield V4 for Teensy uses fewer pins than previous versions (by using an external latch to hold the ADDX lines instead of driving via GPIO), and has untested partial compatibility...
SmartMatrix creator here: it's likely not powerful enough. It can handle 2x 64x32 with some compromises in color depth and refresh rate. 3x is too much. The SmartLED Shield V4 supports using a...
Thanks for the notes on the SmartLED Shield (formerly SmartMatrix Shield) Michael. V4 is in stock at Adafruit, but not for long. I sent them the first batch of 100 pcs, but only 24 are left after...
I'm behind in getting the V4 shield ready to sell - prepping to move internationally is taking priority - but I'm still working on it when I have time.
There's a method in this thread to get the...
The SmartMatrix Shield includes a level shifting buffer to convert 3.3V to 5V signals, similar to the OctoWS2812 board. Some panels work with 3.3V, but some do not. You can see the SmartMatrix...
The SmartMatrix Library is working with the Teensy 3.6 with a one-line change:
http://community.pixelmatix.com/t/teensy-3-6-onboard-sd-slot/192/6
I haven't tried the Teensy 3.5 yet but I...
Search the forum for uTasker, here's one thread.
https://forum.pjrc.com/threads/25367-USB-MSD-with-SD-card-(Teensy-3-1)?highlight=mass+storage
I came up with a hybrid way to use Arduino and the...
Quick heads up: Electric Imp doens't use the SD pinout, just the form factor. It's not SDIO compatible.
I'm late to this thread, but I ported Fadecandy firmware to run on SmartMatrix and added a new "smartmatrix" device to a fork of the Fadecandy server. Instead of dithering with a high framerate, the...
I believe they are both using the same module, just rebranding with their custom firmware:
http://www.usish.com/english/products_wm_14.php
Sorry for the long delay in getting back. The new loader does work with a 256k hex file. Can you update the standalone Teensy Loader to the latest version at some point?...
The examples look great! I didn't realize the font .c files contain BDF (or something very similar to it), my suggestion was way out of place.