If anyones interested I have sorted this problem. I have an IR remote led. The remote led feedback defaults to the on board LED on the Teensy. On the 3.6 this is pin 13 as it is on the 4.1. On the 3.6 you can use pin 14 as the CLK (SPI 0) for...
I've been coding using the Teensy 3.6 using Adafruit Winc 1500 and the wifi101 library with Blynk and had no problems. I've recently switched to using the Teensy 4.1 and the same hardware. I can connect to the Wifi without a problem and also the...
Finally got to the bottom of this. There are two Adafruit_SH1106 libraries. The one in the project is Adafruit_SH1106-master and this causes the problem on the teensy 4.1 build although it's ok for the Teemsy 3.6.
I built a test project with...
I'm building with VisualGDB and Visual studion 2022. As I'm sure everyone realises I've had to install the arduino IDE to load the libraries.
The project is not small (16 libraries over 20 CPP file) so moving it into the arduino IDE would take...
HI,
After many years of using the 3.6 I've now started a project on the 4.1.
I downloaded the latest arduino IDE 2.3.6 and added the link
https://www.pjrc.com/teensy/package_teensy_index.json
I'm using VisualGDB and Visual studio 2022.
First...