Skip to content

RFID sensor #12007

@khrnsyfa

Description

@khrnsyfa
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 = "";
  }
}

Metadata

Metadata

Assignees

Labels

Type: InvalidOff topic for this repository, or a bug report determined to not actually represent a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions