Skip to content

Commit

Permalink
Updated information regarding Repo Contents
Browse files Browse the repository at this point in the history
  • Loading branch information
KudosAbhay authored Jul 18, 2017
1 parent b0c9fc7 commit 60aaf1b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Sending_Data_To_Thingsboard
This is a working code wherein I am able to send data to thingsboard.io from my Arduino.

Connected SIM900A / SIM800 to Serial1.
Read the output obtained from that over Serial.
This is a working code which can send data to [thingsboard.io](https://thingsboard.io/) from [Arduino Mega 2560](https://store.arduino.cc/usa/arduino-mega-2560-rev3).

Harware Used:
1. Arduino Mega 2560
2. SIM900A / SIM800

Any editing suggestions are welcomed.
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](https://thingsboard.io/) server

0 comments on commit 60aaf1b

Please sign in to comment.