rehius / usk

The Unlicense
192 stars 37 forks source link

LED bug on the Waveshare (copy) RP2040-Tiny v1.1 #12

Closed Yoti closed 3 weeks ago

Yoti commented 6 months ago

Hello!

I have a Waveshare (AliEx copy w/o Ws logo) RP2040-Tiny. It has "Rev1.1" mark on the bottom side. There is a problem with LED indication on it.

  1. FW 2.67 can output light, but it will ends with infinite green even without connecting the board (only USB to PC)
  2. FW 2.70+ has no LED output at all, but according to Reddit it can be fixed via removing some resistor near the LED

There are some docs for you:

Feel free to send some test builds!

Regards, Yoti.

Quas7 commented 6 months ago

Please check, if the D_IN pin of the LED has a resistor connected before going to the RP2040 chip. You might have to remove (break off) this resistor.

See also https://github.com/Ansem-SoD/Picofly/issues/27#issuecomment-1752171010

martimparente commented 6 months ago

Just tried the @Quas7 solution and it worked on 2.73 and 2.76 Thanks @Quas7!

@Yoti Just remove this resistor Screenshot 2024-03-11 105423

Yoti commented 6 months ago

@Quas7 @martimparente the LED is working OK, but not on the Picofly. I don't want to break anything, I made a bug report for the developer.

Quas7 commented 2 months ago

@Quas7 @martimparente the LED is working OK, but not on the Picofly. I don't want to break anything, I made a bug report for the developer.

Software can not fix hardware issues...

rehius commented 3 weeks ago

Added a special case for such boards, should work fine now