From 60aaf1b47310a4b871ca4cffd8c189496a2fa4ca Mon Sep 17 00:00:00 2001 From: AbhayBh Date: Tue, 18 Jul 2017 10:31:51 +0530 Subject: [PATCH] Updated information regarding Repo Contents --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd9628a..3a7839f 100644 --- a/README.md +++ b/README.md @@ -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