-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated information regarding Repo Contents
- Loading branch information
1 parent
b0c9fc7
commit 60aaf1b
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |