Skip to content
/ gate Public

Device developed on arduino NodeMCU interface for safe gate control

License

Notifications You must be signed in to change notification settings

GaraJao/gate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview

License version

Create file secret.ino and fill in below parameters
// Code settings (16 chars)
const char *key = "";
const char *iv  = "";

// Wi-fi settings 
const char *SSID = "";
const char *PASS = "";

// API settings
const char *server_name = ""; // Only HTTPS
const char *token       = ""; // Bearer token
const char *gate_id     = ""; // UUID from gate

📕 Libraries

🛠️ Technologies

📄 License

MIT © Matheus Bonadio

About

Device developed on arduino NodeMCU interface for safe gate control

Topics

Resources

License

Stars

Watchers

Forks

Languages