Search results

  1. T

    Teensy 4.1 using adafruit winc 1500 and blynk hangs

    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 the winc 1500. On the 4.1 this is moved to pin 13...
  2. T

    Teensy 4.1 using adafruit winc 1500 and blynk hangs

    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 initial Blynk.connect works. However when using...
  3. T

    Teensy 4.1 build error in pins_arduino.h

    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 just adding the 'Adafruit_SH1106' library from the...
  4. T

    Teensy 4.1 build error in pins_arduino.h

    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 some time. So, I've loacted the issue, this occurs...
  5. T

    Teensy 4.1 build error in pins_arduino.h

    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 build came across this error in pins_arduino.h...
  6. T

    teensydebug crashes on breakpoint other than ino file

    I'm not sure if this is the right place to put this but I had to start somewhere. I'm using VS 22, Visualgdb 5.6R9 , teensydebug 0.1 dated 2020-06-09 and teensy 3.6. When debuging I can put breakpoints anywhere in the ino file without a problem and the break occurs. As soon as I put one in an...
  7. T

    Temboo library error Unknown type name 'bool'

    Thanks everyone. All ok now!
  8. T

    Temboo library error Unknown type name 'bool'

    I'm using a teensy 3.6 to try and do some searching of twitter using the Temboo website and library. Unfortunately I've fallen at the first fence. The library is designed for the Arduino Yun but anyway always was up for a challenge. When I include the library and compile I get the error...
  9. T

    Adding WiFi to Teensy 3.x

    search the threads, Came across this as I'm thinking of doing the same, did you ever get this working ?
Back
Top