can i know how to code for smart parking system using rfid,1 servo motor for gate, wifi esp32, lcd16x2, 3 ultrasonic sensor for 3 prking slot and each slot have trafiic light LED for indicator ?
@BEENARENDHIRANS2 жыл бұрын
Sir ur description link circuit diagram and code does not open
Hey bro I need same project but with mobile application code like user should able to see parking area and slot, in and out time in application if possible can you help me please only few days I have for submission
@experimentalist14942 жыл бұрын
Yes it is possible, for this you need to use wifi to Arduino, use nodemcu esp8266 microcontroller. And I don't know much about app because it needs Java language and it need good experience in Java, i haave not experience in Java language. But the best thing you can use mit app inventor. Drag and drop making app platform
@Radhaa_krishnn2 жыл бұрын
Sir i am interested in this type of project but I want to make a system with the help of number plate can you suggest me the hardware regarding this project?
@experimentalist14942 жыл бұрын
Can you explain little bit about your project, number plate
@adityashenekar1335 Жыл бұрын
How to provide power supply please tell me
@experimentalist1494 Жыл бұрын
You can use power from Arduino
@chipashachipulu19822 жыл бұрын
Can resistors be used?and if yes how many and how many ohms each?
@experimentalist14942 жыл бұрын
Can you explain where you need to used these resistors
@bonfaceosuka3 жыл бұрын
Hello, this is such an amazing project , I am making a vertical car parking system using RFID and i really need your help concerning the RFID . Mine is not working .In the serial monitor , im getting this error that the RFID is a chinese clone of unknown version 0*0. Please tell me how you made yours work and how I can solve this serious issue .
@experimentalist14943 жыл бұрын
maybe this issue arises due to the wrong connection of RFID, or due to losing the connection of RFID, because this error also arises to me that,s why I recommend to fix this, check this if this is not working then reply to me
@german_destinations2183 жыл бұрын
Video is wonderful. Such a big talent. Big Respect. This is real life example in Germany. You should give voice to video. There are such huge young generation. They need to know basic information. Hope you understand. Greetings from Germany.
@aphoetic2 жыл бұрын
@@experimentalist1494Hi, i'm happened to have this error as well. I've already changed my wires to new ones, triple or more checked the wires and checked the code but nothing works
@invent_itUp2 жыл бұрын
@@aphoetic To me as well... Were you able to solve it???
@aphoetic2 жыл бұрын
@@invent_itUp Glady, yes. In our case, we checked and found out that we soldered the RFID backwards so we had to remove it and solder it again correctly.
@chipashachipulu19822 жыл бұрын
Can you use IOT for this project and the code
@experimentalist14942 жыл бұрын
Yes, for this we need to use nodemcu esp8266. We need some changes in the code. And The rest code same
@chipashachipulu19822 жыл бұрын
@@experimentalist1494 what of GSM module?
@experimentalist14942 жыл бұрын
@@chipashachipulu1982 gsm module is complicated, than ESP 8266 , but you can also use GSM module. It's your choice whether you use GSM aur ESP 8266
@TECHLAY-x4f2 жыл бұрын
Hey can you make a aurdino tutorials
@experimentalist14942 жыл бұрын
Ok if I have time, then I definately make Arduino tutorials
@touseefahmed6173 жыл бұрын
Can you just add lcd to it please and I need that code with lcd I'm doing that project I have less time for submission can you help by providing circuit diagram and code for the similar project with adding lcd please
@experimentalist14943 жыл бұрын
ok, give me some time, tell me one thing, you have I2C Lcd Display module ?, this one www.amazon.in/REES52-Display-Interface-Address-Changeable/dp/B01IKT5RVY if you have this you can control your lcd module using only 4 wires instead of 16 wires, because this module reduce the wires, see this www.circuitschools.com/connect-lcd-display-to-arduino-with-only-two-pins-i2c-adapter/ most of the Arduino pins are full, so you use Arduino mega, if you use Arduino Uno, then you should use i2c module to Arduino. so which option you use, tell me?
@touseefahmed6173 жыл бұрын
@@experimentalist1494 I'm using 16×2 lcd module
@touseefahmed6173 жыл бұрын
Bro Can you provide in 1 day please I have only 2 days left for submission atleast provide circuit diagram and code by adding LCD to it
@experimentalist14943 жыл бұрын
@@touseefahmed617 you need Arduino meha, because maximum the pins of Arduino uno are used. Or one other idea, idea is that i remove the two led bulb, if i remove the led bulbs, then two pins of the Arduino is empty, these pin and other pins which are left are sufficient for connection of lcd module. If you agree with this then reply me. After that i make the code. Code takes hardly 10 min.
@touseefahmed6173 жыл бұрын
@@experimentalist1494 yes bro remove LEDs and provide circuit digram also with code please
@licencypatel96073 жыл бұрын
Sir, Can you please give Proteus simulation for this project?
@experimentalist14943 жыл бұрын
in proteus rfid module library is not there. so simulatation of the project is not possible.
@estif19213 жыл бұрын
@@experimentalist1494 it can be simulated using virtual terminal device as RFID Reader but can the simulation be connected to database is that possible or not ?
@experimentalist14943 жыл бұрын
@@estif1921 you are right it is possibly only by using virtual terminal. but it is not practical thing, means you can also make the various sensor by using virtual terminal in simulation. i think it is not possible to connect rfid to database in simulation i think. because I work in proteus and there will be no concept of the database in simulation. may be it right but I did,t find any anything about this concept.
@qai11702 жыл бұрын
hello sir, can i get your coding arduino for this project
@german_destinations2183 жыл бұрын
Card access denied Bro... Solution?
@experimentalist14943 жыл бұрын
You edit the code, by writing your own card number, because in that code the RFID card number is mine
@hazlpascua3 жыл бұрын
@@experimentalist1494 how can you write your own ? it is based on the card that you have ? am I right?
@kurtanthonyseverino49272 жыл бұрын
mine is error connection
@experimentalist14942 жыл бұрын
What can I help you
@shubhamsahare97093 жыл бұрын
Sir can u give this project circuit diagram please
@experimentalist14943 жыл бұрын
check my GitHub account, I upload the circuit diagram. link of the GitHub is in the description of that video.
@ITid-ht4wn3 жыл бұрын
Sorry, may I see the code for the Arduino, please help me, I like your work
@experimentalist14943 жыл бұрын
#include "SPI.h" #include "MFRC522.h" #include #define SS_PIN 10 #define RST_PIN 9 Servo myservo; int yellow_led = 4; int red_led = 5; int mic = 8; MFRC522 rfid(SS_PIN, RST_PIN); MFRC522::MIFARE_Key key; void setup() { // put your setup code here, to run once: Serial.begin(9600); SPI.begin(); rfid.PCD_Init(); pinMode(4, OUTPUT); pinMode(5, OUTPUT); pinMode(8, OUTPUT); myservo.attach(6); myservo.write(0); Serial.println("waiting for card..."); } void loop() { // put your main code here, to run repeatedly: if (!rfid.PICC_IsNewCardPresent() || !rfid.PICC_ReadCardSerial()) return; // Serial.print(F("PICC type: ")); MFRC522::PICC_Type piccType = rfid.PICC_GetType(rfid.uid.sak); // Serial.println(rfid.PICC_GetTypeName(piccType)); // Check is the PICC of Classic MIFARE type if (piccType != MFRC522::PICC_TYPE_MIFARE_MINI && piccType != MFRC522::PICC_TYPE_MIFARE_1K && piccType != MFRC522::PICC_TYPE_MIFARE_4K) { Serial.println(F("Your tag is not of type MIFARE Classic.")); return; } String strID = ""; for (byte i = 0; i < 4; i++) { strID += (rfid.uid.uidByte[i] < 0x10 ? "0" : "") + String(rfid.uid.uidByte[i], HEX) + (i != 3 ? ":" : ""); } strID.toUpperCase(); //Serial.print("Tap card key: "); //Serial.println(strID); delay(500); if (strID.indexOf("C6:05:DA:2B") >= 0) { //put your own tap card key; Serial.println("**Authorised acces**"); digitalWrite(4, HIGH); digitalWrite(5, LOW); digitalWrite(8, LOW); myservo.write(70); //motor moves 70 degree } else { Serial.println("**Acces denied**"); digitalWrite(5, HIGH); digitalWrite(4, LOW); myservo.write(0); digitalWrite(8, HIGH); delay(2000); digitalWrite(8, LOW); } }