I know nothing of these plugins, or even which software they are for. Can you give a link or more background material?
Type: Posts; User: PaulStoffregen
I know nothing of these plugins, or even which software they are for. Can you give a link or more background material?
When I suggested you connect only resistors and adapt the OctoWS2811 code, you said:
Then when Mark asks about your requirements:
I wonder what portion is license fees to ARM?
My guess is the SPI signals. Maybe add resistors between Teensy and the wires going to that display.
This sort of error usually means poor quality USB signals. Circuitry connected to Teensy which draws too much power can also cause trouble.
Try a different USB cable / hub / port / computer. If...
Wow, I knew it was expensive, but I didn't imagine it was *that* expensive!
Personally, I don't tend to think of the microcontroller market and dev boards as a war or conflict.
And yeah, since the beginning with Teensy 1.0 in 2008, the situation has always been that you...
You can't use a function that takes inputs with IntervalTimer.
Well, yes, you can if you use that approach to rewrite IntervalTimer. It is indeed possible to create something like...
Oh, opps....
Except for the harmless case of trying to access the IMXRT chip too early and just retrying moments later, every problem has been a case of the bootloader was relying on the many things the Teensy...
Digikey has them in stock, at least for the moment.
https://www.digikey.com/en/products/detail/raspberry-pi/SC0915/13624793
In theory, you could connect resistors in a R-2R ladder or just binary weighted to several pins and write 8 bit numbers to a native port. You'd probably set up a timer to trigger a DMA channel to...
After uploading, the bootloader chip uses the hardware reset signal to fully reset the main processor. The serial port hardware is supposed to be fully reset.
Let me answer now with another...
Fixed 1 more very minor issue. Sometimes after loading a very small program, the bootloader would attempt to talk to the IMXRT chip before it was really ready. This is really a non-issue, since it...
Yup. These are all the boards I've tested in one way or another over the last several days. All are in working condition for reuse in projects, but once the fuses are altered, they're no longer a...
Starting another round of (hopefully final) late night testing.
For a visual idea of how it's going... here's an untested virgin Teensy 4.1 with its MKL02 chip removed and a freshly programmed...
Still yet another update...
For the last couple days I've been searching for the cause of a strange startup bug, going over everything in the bootloader. But it turned out to not be a booloader...
Looks like it's working but you're printing the wrong thing in loop().
Run this...
#include <DMAChannel.h>
#define SAMPLES 128
__attribute__((aligned(32))) static uint32_t...
It should work.
Is the DMA transfer ending with error status? Or does it complete but without any observable effect?
Arduino's website has 3 downloads for Windows. Only 2 of them work with Teensyduino.
23417
Any chance you actually have this "Windows app" version?
According to the data sheet on page 14, this is a 20ns access time part. A slower (presumably cheaper) version exists with 30ns access time, which is probably a sign whatever you're trying to...
It will only install into a complete copy of the Arduino IDE.
It is indeed headless, but only if you run it with the "--dir=" option as documented on the web page under "Command Line Install". If you omit that command line arg, it will run with the GUI.
...
Maybe this should be a new thread, but I'll just briefly mention my hope for WebHID to become officially supported by Chrome and hopefully other browsers.
https://web.dev/hid/
Then it will...
Wow, that's quite a statement to make!
The Teensyduino installer provides that "headless" non-GUI install option specifically so you can automate adding Teensy's files to a copy of the Arduino...
Check out the "Command Line Install" info on the Teensyduino download page (scroll down... it's after the GUI installer screenshots)
https://www.pjrc.com/teensy/td_download.html
We currently do...
Officially, no. The 2nd USB port is only supported in USB host mode.
Unofficially, I believe WMXZ published a library with the normal device mode code converted to use the 2nd USB port. As I...
Can you give me a small self-contained program (using only libs Teensyduino installs) which I can copy into Arduino (not PlatformIO) to reproduce the problem?
To specifically answer your question:...
Windows doesn't allow programs to write to the folders where the APP software are stored, even if run with admin privilege.
As Defragster explained, Teensyduino needs to install patches to the...
Yes, but you need to use these longer pins and these sockets (2 of each):
https://www.pjrc.com/store/header_14x1_d.html
https://www.pjrc.com/store/socket_14x1.html
These allow the longer...
Usually this error happens on Linux when attempting to install into a distro-provided copy of Arduino.
Only the original Arduino IDE from Arduino.cc website is supported. The many modified copies...
Looks like this should be fairly straightforward.
I've learned the hard way (many more times than I'd like to admit) about putting too much work into supporting a new platform or new tech before...
Is CircuitPython supporting use of both M0 processors? How is (or will) concurrency and synchronization managed?
Did you create a "portable" Arduino IDE and try installing Teensyduino into that copy? That ought to be the simplest way to get Teensy working.
To fix this problem affecting all Arduino copies...
Linux on Teensy would be somewhere between "not worth the incredible effort" to "pretty much impossible".
There is no MMU, so you're immediately resigned to not-so-useful ucLinux. The best case...
Yet another update - programmed 3 chips today and soldered them to virgin boards. The bootloader comes up and works with Teensy Loader, but still some issues remain with booting up in certain cases....
How many LEDs is this? Is this a huge project with 400 long LED strips? Or just 400 LEDs total?
Teensy 4.0 better be better, since our retail price is 5 times as much!
Follow these instructions:
https://www.arduino.cc/en/Guide/PortableIDE
The very first step says "a compressed version of the Arduino IDE according to your OS", which for Windows means you...
I believe the real lesson was learned by that guy who tried to launch the $9 "C.H.I.P." board.
Click Tools > Boards. Whatever it shows, select a non-Teensy board like Arduino Uno. Wait just a moment while Arduino updates itself. Then click the menu again and select Teensy 3.6.
Arduino...
On the serial device raw mode, the Linux native functions are tcgetattr() to fetch the serial port parameters, cfmakeraw() to change the setting in the "struct termios" data, and tcsetattr() to write...
To check a digital signature, you need the public key associated with the private key which was used to generate the signature. The public key isn't secret. You can put a copy of it into the...
Just a blind guess, since we can't see this C++ code, but a problem which has come up many times before on all Linux system is "unix line discipline". Basically, you need to configure the serial...
Did you install the udev rules? Is ModemManager interfering? Those are the 2 most common problems on Linux systems.
I personally use Ubuntu 18.04 and it works great. I don't have any systems...
Didn't see any mention of config fuses or internal flash. Maybe there's some way to do security without internal storage of a secret key or hash of a public key?
I didn't see any mention of flash encryption, firmware authentication, or other code security features. Kinda makes me wonder if they'll be able to sell these microcontrollers to traditional...
I wonder if they have a way to generate MCLK for I2S chips?
The USB controller looks very similar to AVR and SAMD - no bus master DMA, packets transferred to a dual port memory.
I don't understand what this means? Didn't see anything like that in the datasheet.
The SWD does have a feature to allow more than 1 (perhaps up to 7) of these chips to be accessed on the same...