Blinking LED #101

Open
opened 2025-01-27 14:43:15 +08:00 by shamaniThrall · 5 comments
shamaniThrall commented 2025-01-27 14:43:15 +08:00 (Migrated from github.com)

I need a tool to modify just the led behabiour on an already programed device
This flashing LED sucks really hard and i want to turn it of, without reprogramming or generating a new key

I need a tool to modify just the led behabiour on an already programed device This flashing LED sucks really hard and i want to turn it of, without reprogramming or generating a new key
polhenarejos commented 2025-01-27 15:20:03 +08:00 (Migrated from github.com)

You can take the code and change de behavior, it’s open. The keys are safe and will not be oberwritten or deleted.

You can take the code and change de behavior, it’s open. The keys are safe and will not be oberwritten or deleted.
ByCzech commented 2025-01-27 23:04:19 +08:00 (Migrated from github.com)

Pico Commissioner can disable LED by setting brightness = 0, right?

Pico Commissioner can disable LED by setting brightness = 0, right?
polhenarejos commented 2025-01-27 23:24:29 +08:00 (Migrated from github.com)

If your led supports it, then yes. But we aware that led warns you to press the boot button to continue. If you disable the led, you will not know when you must press the button. It can be disabled too though.

If your led supports it, then yes. But we aware that led warns you to press the boot button to continue. If you disable the led, you will not know when you must press the button. It can be disabled too though.
shamaniThrall commented 2025-01-29 15:24:51 +08:00 (Migrated from github.com)

I dont want to disable the led completley, it ok, when it shows up/bliks when some action is required. But I just dont want the led blink every second all the time when it is in idle mode. 24/7 blinking leds makes no sense and are just anoying. Bliking is used to get the user attention, and when in idle it should be on or off, but NOT blinking.
So I change the code myself and upload it with the pico comissioner and all settings (especially keys) keeps the current value when i leave all options blank (thats nice!)?

I dont want to disable the led completley, it ok, when it shows up/bliks when some action is required. But I just dont want the led blink every second all the time when it is in idle mode. 24/7 blinking leds makes no sense and are just anoying. Bliking is used to get the user attention, and when in idle it should be on or off, but NOT blinking. So I change the code myself and upload it with the pico comissioner and all settings (especially keys) keeps the current value when i leave all options blank (thats nice!)?
polhenarejos commented 2025-01-29 15:28:29 +08:00 (Migrated from github.com)

That's it.

That's it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dearsky/pico-fido#101