Search results

  1. S

    teensytimertool error in 1.4.0 and 1.4.1

    Hi thanks for quick reply 1.4.1 worked ok in 1.58.1 but then I got the problem with wire.begin due to 1.58.1 ... so I downgraded to 1.3.1 and 1.57.2 and all works again, I wait for updates, it's ok thanks regards Sjors
  2. S

    teensytimertool error in 1.4.0 and 1.4.1

    Hi, I get some compilation errors when compiling my code using TeensyTimerTool library 1.4.0 and 1.4.1. Not when using version 1.3.1 I use Arduino ide 2.1.1 en TeensyDuino 1.57.2 Any advice ? thanks regards Sjors ======= MY CODE : ======= /* read p1 meter */ // include library en...
  3. S

    wire1.begin() hangs my app

    Your suggestion did work, thanks
  4. S

    wire1.begin() hangs my app

    Hi, in teensyduino 1.58.1 usage of Wire1.begin() hangs my app on teensy 4.0 board : no errors after compiling and arduino (2.1.1) says upload ok but the app does not run; when I comment Wire1.begin() in the cpp file it runs, at least I can see starting the app : the code for blinking the led...
  5. S

    how to usb device serial output connect to teensy 4.0 usb

    Hi thanks for replies, I'll try to use the teensy usb host pads.
  6. S

    how to usb device serial output connect to teensy 4.0 usb

    Hi, I have a GPS which sends NMEA though it's USB port. Connecting this to windows pc it appears in devices as a com port. Next starting an app which can read this port NMEA is visible in the app. I currently have a teensy 4.0 board. My question is : how can I connect my GPS using it's usb...
Back
Top