Temperature Logger With Arduino and Artik Cloud
by rafitc in Circuits > Arduino
5524 Views, 69 Favorites, 0 Comments
Temperature Logger With Arduino and Artik Cloud
Hi, its my first IoT project.
in this project We find temperature using LM35 ic and post data into artik cloud.
INTRODUCTION
LM35 series are precision integrated-circuit temperature devices with an output voltage linearly-proportional to the Centigrade temperature read more
artik cloud ARTIK Cloud is a data exchange platform that enables any device or sensor to push its data to the cloud. Applications, services and devices can then use that data through simple APIs. READ MORE
Components :
- Arduino MKR1000
- LM35
- Jumper wire
- bread board
CREATE ACCOUNT :
First create a free Artik Cloud account .CLICK HERE
After that Open Developers portal then Click on Device type from the Dashboard menu
click Create Device type and Create a new device . please watch above video.
ARDUINO PIN CONNECTION :
Connect arduino mkr1000 like above diagram.
Device ID :
After creating a device we need some information to connect with Artik cloud
For that click on the small gear (Settings) icon on the near the device name and a pop-up will come. Click ongenerate device token and you will get a token. Copy the Device ID and the Device Token for later use.
:
Code:
Next we going to coding section just download above code and upload to arduino MKR1000.
{{ Change DEVICE ID and DEVICE TOKEN }}
Downloads
Working :
After that we post this data into ARTIK cloud in a fixed interval. For that folowing have a code please checkout that
After uploading Go to ARTIK cloud and check all is fine. you can find your data by simply go to >> https://artik.cloud/my/data
Video :
watch this working video
PLAY VIDEO : https://youtu.be/Lyce3rhPApo
:) This tutorial only a basic about ARTIK cloud. You can do many things using artik cloud.
THANK YOU FOR WATCHING MY TUTORIAL :)