Forum Rule: Always post complete source code & details to reproduce any issue!
Page 2 of 2 FirstFirst 1 2
Results 26 to 32 of 32

Thread: Attempting to connect an AliExpress 1306 OLED to Teensy 4: insta-death :(

  1. #26
    @PaulStoffregen: Thanks Master to enlighten me!!!

    I opened that "jumper" to separate VUSB and Vin. (to separate VUSB to 3.3V converter part - I thought opening jumper is good idea)

    I hooked up a button battery and Teensy blinking again with external 3.3V !

    However there is no USB then (I guess because I opened that jumper).

    What I need to do for working USB?

    I'm really happy to see Teensy is not died, thank You sooooooo much!!!

  2. #27
    Senior Member PaulStoffregen's Avatar
    Join Date
    Nov 2012
    Posts
    27,966
    Try connecting 3.3V power to both VIN and the 3.3V pins.

    Also for testing, after you press the button, the orange LED should turn off and the red LED should light. If there is no USB communication, the red LED will blink.

  3. #28
    Quote Originally Posted by PaulStoffregen View Post
    Try connecting 3.3V power to both VIN and the 3.3V pins.

    Also for testing, after you press the button, the orange LED should turn off and the red LED should light. If there is no USB communication, the red LED will blink.
    I connected 3.3V to VIN and 3V3 on Teensy - orange blinks, I'm happy.

    At the moment I connect USB cable cuses OverVoltageProtection in the PSU and PSU switch off it's power output. I'm unhappy

    Teensy still alive

  4. #29
    Senior Member+ defragster's Avatar
    Join Date
    Feb 2015
    Posts
    17,112
    Quote Originally Posted by 10sy View Post
    I connected 3.3V to VIN and 3V3 on Teensy - orange blinks, I'm happy.

    At the moment I connect USB cable cuses OverVoltageProtection in the PSU and PSU switch off it's power output. I'm unhappy

    Teensy still alive
    Perhaps cutting the VIN<>VUSB trace on the underside will allow programming/SerMon for that Teensy when powered directly as above with 3.3V.

  5. #30
    Quote Originally Posted by defragster View Post
    Perhaps cutting the VIN<>VUSB trace on the underside will allow programming/SerMon for that Teensy when powered directly as above with 3.3V.
    You are right: I was unsuccessfully cut VIN<>VUSB second time... For the bare eyes was clearly separated but it was'nt in reality as the mulimeter shows...

    I fixed my bad, now PSU not starts crying on Over Voltage.

    I connect USB and blinking continues. However now Windows says:

    "Power surge on the USB port: Unknown USB device needs more power than the port can supply. PSU displays 3.3V/86 mA usage."

    When I push the button orange blinking stops but red led doesn't light up.

    Is that unsuccessful VIN<>VUSB separation may did it's nice effect (?)...

    If I hold the button for 15 sec then red LED lights up in full static brightness. After a few seconds it's light off and orange starts to blink. Windows displays it's problem with USB surge....
    Last edited by 10sy; 02-08-2020 at 08:13 PM.

  6. #31
    Senior Member+ defragster's Avatar
    Join Date
    Feb 2015
    Posts
    17,112
    That trace on the PCB is persistent!

    "Power surge on the USB port: Unknown USB device needs more power than the port can supply. PSU displays 3.3V/86 mA usage."
    Odd, with that trace cut the only expected path to PC is GND - is the external power on common GND and alright?

    I had an RGB LED display matrix running once with enough power from 5V USB external supply - but weak GND between matrix and external power supply - so it was passing over 1AMP over GND with PC through Teensy. The PC handled it - but it kept me from being able to program normally at times. I added second GND wire to that external PCB to GND common to external display and it found a better path than the PC.

  7. #32
    Quote Originally Posted by defragster View Post
    That trace on the PCB is persistent!



    Odd, with that trace cut the only expected path to PC is GND - is the external power on common GND and alright?

    I had an RGB LED display matrix running once with enough power from 5V USB external supply - but weak GND between matrix and external power supply - so it was passing over 1AMP over GND with PC through Teensy. The PC handled it - but it kept me from being able to program normally at times. I added second GND wire to that external PCB to GND common to external display and it found a better path than the PC.
    PC & External PSU on the same power outlet, there is 7mV between PSU GND and USB GND. Do You mention to cut off USB GND (or I misunderstand You)?

    My connection to external power and Teensy is good enough (0V)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •