Arduino Interface With MySQLPHPMYADMIN For Storing
Arduino Interface With MySQLPHPMYADMIN For Storing
by deligence
Here we are going to connect Arduino UNO , we are going to send that data to our MYSQL
Ethernet Shield and RFID- RC522 with MYSQL Database which is connect through a php page.
Database. So for that first we should connect our
Arduino UNO which is already connected to our In this case we are using php script as well. From
ethernet shield with RFID Module. By using the RFID arduino code we are making a get request to our php
Module as you can see in above image.we are going page. Make sure that php page you have to put inside
to scan our RFID card and tag which are allow or not. /var/www/html.
And by using our Arduino UNO with Ethernet Shield
Arduino Interface With MySQL(PHPMYADMIN) for Storing RFID Access Details: Page 1
Step 2: Installation of All Software
So what we are explaining that is only for LAMP if you install these steps successfully then you will get
server: the apche page like the image above
and here are the steps for installing LAMP server Here we are using PHPMYADMIN that is the web
interface of MySQL so for that you have to install that
1. Install Apache also
sudo apt-get install apache2 and the command for that is:
Arduino Interface With MySQL(PHPMYADMIN) for Storing RFID Access Details: Page 2
Step 3: Component Used:
For this project you need : with an RJ45 cable and follow a few simple steps to
start controlling your world pharmacy through the
1) Arduino UNO internet. As always with Arduino, every element of the
platform – hardware, software and documentation – is
2) Ethernet Shield freely available and open-source. This means you
can learn exactly how it's made and use its design as
3) RFID RC522 Reader with Tag the starting point for your own circuits. Hundreds of
thousands of Arduino Boards are already fueling
4) Jumper Wire people’s creativity all over the world, every day.
Arduino Interface With MySQL(PHPMYADMIN) for Storing RFID Access Details: Page 3
Step 4: Circuit Diagram
RFID-RC522 Arduino UNO Arduino Mega IRQ not connected not connected
MISO 12 50
Arduino Interface With MySQL(PHPMYADMIN) for Storing RFID Access Details: Page 4
Step 5: Importing Necessary Library for Arduino
Here we are using RFID RC522. So you have to import MFRC522. Here is a GitHub link :here
We already posted our source code and documentation of this project in github you can check it out: here
The whole project description are given in the above comment us below or you can mail us on
video [email protected]
And if you want to learn about how to make php And if you want to learn more about these type of
program and where to put that file you can go to project then feel free to visit our youtube channel :
another video: here here
https://www.youtube.com/watch?v=JQv7_nu6G8o&feature=youtu.be
Arduino Interface With MySQL(PHPMYADMIN) for Storing RFID Access Details: Page 5