Skip to content

Xinyuan-LilyGO/LilyGO-SIM7000-Cayenne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

LilyGO T-SIM7000

💦 ☀💨🌹 The sample code is based on the LilyGO T-SIM7000 board, which takes the data of the external BMP180 sensor and uploads it to Cayenne.

Steps:

  1. Need to install the following dependencies
  2. Set the Cayenne authentication info to match the authentication info from the Dashboard.If you don't have an account, then create an account
  3. After logging in, you will see the dashboard, click Add new in the upper left,Choose Generic ESP8266,Then you can see the MQTT username, password and ID you need to use,Replace it with the definition in main.cpp
  4. Set the network name and password.
  5. Compile and upload the sketch.
  6. A temporary widget will be automatically generated in the Cayenne Dashboard. To make the widget permanent click the plus sign on the widget.
  7. By default, GSM is used to upload sensor data. You can also change it to ESP32 to upload. You only need to host the USE_GSM macro in the sketch.