Skip to content

KudosAbhay/Arduino_To_Thingsboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Arduino_To_Thingsboard

This is a working code which can send data to thingsboard.io from Arduino Mega 2560.

Harware Used:

  1. Arduino Mega 2560
  2. SIM900A / SIM800

Implementation Done:

  1. Connected SIM900A / SIM800 to Serial1.
  2. Read the output obtained from that over Serial.
  3. TCP is implemented and Data is sent over HTTP request to the thingsboard server