proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

confusion about LED

Open iceman1001 opened this issue 4 years ago • 2 comments

In armsrc/utils.c , LED( x, x), it takes a flag. One change that happend was some LED defines became 1,2,3,4 and consequently used with LED(x,x) leading to the wastly bad led experience in standalone modes on a iceman based repo. My bad.

  • [x] pc7932.c
  • [ ] hfyoung.c
  • [ ] lfhidbrute.c
  • [x] lfproxbrute.c
  • [x] lfsamyrun.c

iceman1001 avatar Sep 12 '19 08:09 iceman1001

the lf standalones.. Two banks of storage for a found tag. 0,1 The state machine states in standalone mode is Record, Play, Clone. This translates into current termology as Read, Simulate, Clone.

We have 4 leds and one button to revert back user feedback.

Button is used to swap between states. Led can be ON, OFF, FLASH

desc A B C D
reading A on
reading B on
simulate A on on
Simulate B on on
Clone A on on
Clone B on on

iceman1001 avatar Sep 12 '19 09:09 iceman1001

Added a feedback after a operation is done. selected led flashes twice,

iceman1001 avatar Sep 13 '19 08:09 iceman1001