It's highly likely that the Teensy is damaged. 5V will blow up an I/O pin, 12V would likely cause even more damage. Best bet is to get another one. You would need specialized equipment to replace the chip, assuming...
@luni, my pleasure. Besides changing the branch, are there any other requirements or things to change? I'm using 1.58.1 for Teensy, is that ok?
Yes, I will try it out.
Sorry I cannot help you. I have a similar problem, but using Linux on a PC.
I get crashes after programming a Teensy. It's so bad, I have to do my programming via a Raspberry Pi. At least for me, the computer...
Rubidium clocks have good short term stability, but don't do that well long term. Over what time period are you requiring stability. For a detailed explanation search NIST papers. If you are effectively integrating...
I've heard of lidar scanners outputting udp. Why would one want to use TCP? If there's some bad data, the next frame will be fine. TCP is used for validating messages were sent properly, like for banking. If a pixel...
Nothing unseemly happened from the upgrade. So to answer my own question, the answer is no, no gotcha's. This is simply due to having backups :), had they not been done disaster would have surely followed. Thanks for...
In an abundance of caution, Documents, Arduino, arduino15 and arduinoIDE are now backed up. Don't think there will be a problem, but it is better to backup and not need it, than the other way around! Kind of forgot...
Yes, running linux (for quite a while now, 20 years?). Must of overlooked the zip file. Think I downloaded the AppImage because I wanted a similar experience with my RPI4. Arduino is not supporting RPI any more on...
Updated Arduino IDE2 to V2.1.0. It tells me that there's a new board package for Teensy. I was running with 0.58.3 to get EncoderTool and TeensyTimerTool to work correctly, (with 64 bit encoders) per @luni 's...
Been a Linux person for a while now, more than a decade. So installing MS stuff on Linux gives me pause, simply due to past MS hostility to the platform. Perhaps things have changed, and it is worth trying.
Thanks. Haven't tried platform.io yet. Wasn't quite sure how to install it. Went to the GitHub site and they assumed you knew everything;). But I didn't. Is it a decent development environment? How hard is it to...
@defragster , thanks. It sort of works. I was able to program my 4.1. However, it didn't automatically launch tycommander. But if I open tycommander manually, it seems to work. I will look at it some more.
@defragster trying to get this to work on an RPI4. A little fuzzy on what actually goes in the { }. You have a {cmd.path}, {build.path} and a {build.project_name}.
In the IDE1, one needed to open tycommander and...