I am doing crazy amount of multichannel audio DSP real time, including real-time analog circuit simulation (nonlinear differential equations).what do you need 1 ghz for?
Last edited:
I am doing crazy amount of multichannel audio DSP real time, including real-time analog circuit simulation (nonlinear differential equations).what do you need 1 ghz for?
Loading, manipulating and displaying multi layered geographical maps from vectors from sdcard on to a 960x540 (16bit) display, in realtime. This via a T4.1 @ 816Mhz with 2x8MB Ext Ram with 2x Ublox M10 GNSS receiver modules. 1Ghz would be great.... what do you need 1 ghz for? like what microcontroller tasks require it that are not handled by something like pio? please be super specific and point to github examples, or detail it here.
“teensy-compatible” does not mean “same chip” or “binary-compatible bootloader.” it never has. by that definition, teensy 2.x, 3.x, and 4.x were already wildly different from each other. different cores, different architectures, different toolchainsUnless I misunderstand, it's simply a 2350 Arduino that kinda looks like a T4.0. Is that right? Why do you say it's like Teensy?
you know the ESP-P4 might be a really good option for you because it has MIPI/DSI display support and support for up to 64MB of PSRAM. much more graphics optimized!Loading, manipulating and displaying multi layered geographical maps from vectors from sdcard on to a 960x540 (16bit) display, in realtime. This via a T4.1 @ 816Mhz with 2x8MB Ext Ram with 2x Ublox M10 GNSS receiver modules. 1Ghz would be great.
Appreciate the suggestion. Just after having a quick look this and at the CPU datasheet, I see that its a 360Mhz part and without hardware 32 and 64bit floating point support, along with 25% less internal RAM than the Cortex-M7 RT1062 of the T4.1. This, along with form-factor and power draw, would make the ESP-P4 an inferior board, in my opinion, than the Teensy 4.1.you know the ESP-P4 might be a really good option for you because it has MIPI/DSI display support and support for up to 64MB of PSRAM. much more graphics optimized!
hello, nameless sparkfun representative. since you’re replying publicly, let’s be specific.It is true that SparkFun has decided not to transact with Adafruit moving forward due to significant violations of our code of conduct (which is posted here: (https://www.sparkfun.com/support#code-of-conduct). You can see the communication we sent to Adafruit here: (https://www.sparkfun.com/official-response). We do not make this decision lightly and we wish Adafruit the best with future endeavors.
can you do mipi/dsi on the 1062?Appreciate the suggestion. Just after having a quick look this and at the CPU datasheet, I see that its a 360Mhz part and without hardware 32 and 64bit floating point support, along with 25% less internal RAM than the Cortex-M7 RT1062 of the T4.1. This, along with form-factor and power draw, would make the ESP-P4 an inferior board, in my opinion, than the Teensy 4.1.
this board is “like teensy” because:
* it has between v3.2 and v4 performance with M33 that can be clocked at 300MHz (and, hey! we re-added 5V tolerant input pins!)
* it supports the same peripheral-heavy, timing-sensitive use cases - in particular PIO is great for when you need I/O to fit a timing spec
* it fits the same physical and electrical pinout people design around
* it uses arduino, platformio, cmake, etc. just like teensy users already do
* it deliberately avoids lock-in so anyone can build, sell, or extend it
Not currently though possible through the programmable FlexIo, that's currently driving the 16bit displays. I didn't mention it above because it isn't the deal breaker that the lack of hardware floating point support is. Don't misunderstand - there are other dealbreakers elsewhere; If the Teensyduino deviated from Win7 support, or mandated IDE 2.x, then I would be gone the following day.can you do mipi/dsi on the 1062?
oh wow, just to be super clear you mean windows 7 as in...Not currently though possible through the programmable FlexIo, that's currently driving the 16bit displays. I didn't mention it above because it isn't the deal breaker that the lack of hardware floating point support is. Don't misunderstand - there are other dealbreakers elsewhere; If the Teensyduino deviated from Win7 support, or mandated IDE 2.x, then I would be gone the following day.
These seem to be popping up everywhere lately: https://www.luckfox.com/EN-Luckfox-Pico-ProPersonally, I need more computing power, so I would welcome microcontroller in the 1GHz range. Anything less than that is step back compared to Teensy 4.
You probably know more about the backend sales and customer demand than me (obviously), but I do deal with very large numbers of teensies on my projects/products. (Love all around, I am not getting into drama)check out the specs, it's no a pi pico 2 and rp2350 is not the only chip, did you see the new esp stuff, that too... i can post more about that if ya want, i gotta drop a kid off at school and i'll be back in a bit.
Well, I would say (add) that two things were important for me: One is the tripple role of the developper of Teensy (hardware, software development and forum support in a single hand) and second the community here that helped to solve a lot of problems. I do not know, how the future will be, as hardware and software developments, if at all still happening, are now in different hands.I would argue the reason Teensy is popular has nothing to do with the pinout compatibility - it has more to do with computational horsepower (along side the usability and libraries of course).
CAN is a requirement.The Teensy 4, its not just "3 CAN". It is 2x Classic CAN and 1x CAN FD.
The RP2350 don't have CAN and ESP32 don't have CAN FD which rules out a lot of projects for me.
I do like the ESP32P4 with DSI MIPI that can drive large display.