Skip to content

A collection of Arduino Sketches that'll help understand the basic properties and functions of various sensors and peripherals.

Notifications You must be signed in to change notification settings

aaryaapg/Sensors-and-Circuits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensors-and-Circuits

A collection of Arduino Sketches that'll help understand the basic properties and functions of various sensors and peripherals.

Template

/*
Connections
Name          Arduino Uno   ESP32   ESP8266   Pro Mini
---> 
---> 
---> 
*/

/* ______________________________________Libraries______________________________________ */
#include <Arduino.h>
/* _______________________________________Macros________________________________________ */
/* _____________________________Declarations_and_Variables______________________________ */
/* ______________________________________Functions______________________________________ */
/* ________________________________________Setup________________________________________ */
void setup() {
  // put your setup code here, to run once:
}
/* ________________________________________Loop_________________________________________ */
void loop() {
  // put your main code here, to run repeatedly:
}

WIFI_RFID_NTP_ESP32

Shows RFID Tag, Date, Day and Time

Shows RFID Tag, Date, Day and Time

WIFI_RFID_NTP_PUSHBUTTON

PushButton for Logout Procedure

PushButton Connection

Check this out: https://www.arduino.cc/en/tutorial/pushbutton IMG_20210731_201040796

About

A collection of Arduino Sketches that'll help understand the basic properties and functions of various sensors and peripherals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages