Skip to content

RFID sensor #12007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
khrnsyfa opened this issue Nov 24, 2024 · 0 comments
Closed

RFID sensor #12007

khrnsyfa opened this issue Nov 24, 2024 · 0 comments
Assignees
Labels
Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug

Comments

@khrnsyfa
Copy link

khrnsyfa commented Nov 24, 2024

byte sda = 10;
byte rst = 9;
#include<KRrfid.h>

void setup() {
  Serial.begin(9600);
  rfidBegin();
}

void loop() {
  getTAG();
  if (TAG != "") {
    Serial.println(TAG);
    if(TAG=="281686133"){
    Serial.print("KARTU TERDAFTAR");
  }
  else{
    Serial.print("KARTU TIDAK TERDAFTAR");
  }
    TAG = "";
  }
}
@per1234 per1234 self-assigned this Nov 24, 2024
@per1234 per1234 added the Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug label Nov 24, 2024
@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug
Projects
None yet
Development

No branches or pull requests

2 participants