I had encountered an issue with the USB connection of my Teensy 4.1 which manifested as a blinking Monitor window following the upload, during which no activity occurred in the monitor window. Today I updated with the Teensyduino (1.59 beta 3)...
I tried my troubled Board prototype with the T4.1 plus the two I2C devices after installing the new Teensyduino and from the first test, it works!
I shall be running the board through a couple other scenarios and if all is Ok, I will post a...
Thanks, I'll give it a try. It is interesting that the peripheral I was able to succeed in using with the T4.1 is the ADXL345 accelerometer, which only requires Wire1 to initialize and run on I2C, while the other, an ADS1115 requires its own...
As to your reply and one from defragster, as soon as I have a code example which highlights the problem but which is less voluminous than the one I've been running with the T3.6 (which works) I will send the result including code, hopefully later...
A question: I have two 1.8.19/1.58 installations - one in the ProgramFiles86 folder, and an IDEPortable installation on an external drive. How do I reinstall with the new Teensyduino (1.59 beta3)? Do I need to peform any kind of uninstall in...
As to your reply and one from h4yn0nnym0u5e, as soon as I have a code example which highlights the problem but which is less voluminous than the one I've been running with the T3.6 (which works) I will send the result including code, hopefully...
I will try to isolate a good example that is compact enough to be useful. I worked all day today and discovered two things. First, I should say I am working on code that talks to both an ADXL345 accelerometer (SDA1/SCL1) and an A/D converter...
I'm not sure where to post this but I'm having a problem with my Teensy 4.1's that I've seen mentioned here before. I cannot launch scripts where the Arduino monitor window I use to direct program flow doesn't just sit flashing from white to dull...