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

hqdefault.jpg

Hi, its my first IoT project.

in this project We find temperature using LM35 ic and post data into artik cloud.


INTRODUCTION

diagramHelloWorld2.png

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 :

download (1).jpe
download (2).jpe
LM35-Pinouts.png
download.jpe
  • Arduino MKR1000
  • LM35
  • Jumper wire
  • bread board

CREATE ACCOUNT :

Artik Cloud - creating device type

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 :

ArduinoMKR1000v2_bb.png

Connect arduino mkr1000 like above diagram.

Device ID :

artik.jpe

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 :

Screenshot (136).png
Screenshot (140).png
Screenshot (138).png
Screenshot (137).png
Screenshot (139).png

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 :

Temperature Logger with ARTIK cloud

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 :)