All Questions
6 questions
-2
votes
1
answer
800
views
Is there anyway we could use the data from rfid to fetch something from another website? [closed]
I made this project for my final project which is reading data from RFID and sending this ID to web PHP using Nodemcu Ardino.I actually want to assign some data to this unique ID and once this ID is ...
0
votes
0
answers
1k
views
How can i get UID RFID to textfield form Laravel
so i have a project laravel with RFID. when i want to post data, it require UID form RFID reader. but error looks like URL not found on server? how can i fix this? can anyone help me?
this is my ...
0
votes
0
answers
572
views
Saving the RFID details on phpmyadmin using Arduino( via Xampp)
I am recreating a project mentioned here! The RFID and Arduino pick up the data and it says the data has been added to the database, but it does not for some reason. I don't think the PHP file is ...
0
votes
2
answers
775
views
I want to mark attendance of a student once per day in my database
I want to scan RFID cards from Arduino and it should mark attendance once per day not whenever it scans the card.
This is the PHP code for marking attendance:
public function getRFIDAttendanceApi(){
...
1
vote
0
answers
9k
views
Arduino read RFID card data and save to MySQL (xampp)
I am recreating a program which I found on this site. I edited some parts of the code in PHP and Arduino. But the Arduino code for doing HTTP requests doesn't work, because the table in the database ...
0
votes
1
answer
98
views
Change web browser page with Arduino or similar solution
I'm developing a project, which registers RFID card entries and such, managed by an SQL Database.
I'm using an Arduino to read the cards, send the RFID data and reader ID through a PHP program, ...