Skip to content

bavathd/tago_esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tago_esp32

Initialize the tago by adding userdata to tago initialising class

tago tag("xyz-wifi", "the-pass", "YOUR_API_KEY");

  • Create a account in tago.io and verify your e-mail.
  • Generate a token and paste it in place of "YOUR_API_KEY".
  • Enter the SSID and Password of your WiFi in place of "xyz-wifi" and "the-pass".

Connect to the wifi network

tag.connectWifi()

Send the sensor data to cloud using the send function

tag.send("enter your variable name", String(your data));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages