Home
About Us
Achievement
Home
Raspberry-Pi Projects
_Raspberry Pi 4 Complete Guide
Arduino Project
_All Projects
Esp8266 Project
_All Projects
Esp32 Project
_Automation-with-feedback
Smart Shopping Trolley Using Arduino
Just Do Electronics
July 10, 2022
Block Diagram :-
Interfacing Em-18 Module And Find Unique Card Number :-
Code -
//Prateek //www.prateeks.in int count = 0; char card_no[12]; void setup() { Serial.begin(9600); } void loop() { if(Serial.available()) { count = 0; while(Serial.available() && count < 12) { card_no[count] = Serial.read(); count++; delay(5); } Serial.print(card_no); } }
Showing All Working Form
:-
Video :-
0 Comments
Newer
Older
OTP Based Door Lock Using Arduino And SIM800L
GSM + GPS Based Vehicle Location Tracking System
Build Your Own Gps Tracking System using Arduino
Arduino Gps And Gsm Based location Tracking System
Arduino ebook
IoT Based Fingerprint Biometric Attendance System Using NodeMCU (Esp8266)
Smart Trolley Using RFID And Arduino Nano
Automatic Water Level Controller With Message Alerts using GSM
IoT Based Patient Health Monitoring System Using Blynk App
RFID Based Automated Toll Collection System Using Arduino
YouTube
Like on Facebook
Follow on Twitter
Follow on Google+
Follow on Instagram
Subscribe on Youtube
Hi WelCome To My Website If you have a creative mind and want to learn Electronics even without studying it then FRIENDS this Website And Youtube Channel is for you, I am crazy creators who love making Electronics things. I have a bunch of more than 130 Tutorial Videos on My YouTube Channel and I upload a new Tutorial every Sunday.
Tags
Arduino Project
Esp32 Project
Esp8266 Project
0 Comments