Send Sensor's Data to ThingSpeak Using Raspberry Pi

Send Sensor's Data to ThingSpeak Using Raspberry Pi

Introduction

Data acquisition is important to further do analysis. ThingSpeak allows us to send the data and display it in the graph. For the student, the best thing is, it also offer a free account for you to try. So in this tutorial, I will share with you how to send sensor's data to ThingSpeak using Raspberry Pi. You may need to refer the following tutorial to get familiar with other IoT platforms.

  1. Displaying Sensor’s Data on Blynk App Using Raspberry Pi
  2. Getting Started With Favoriot IoT Platform Using Raspberry Pi

Video

This video will show you how to send sensor's data to ThingSpeak IoT platform using Raspberry Pi.

 

Hardware Preparation

This is the list of items used in the video.

Sample Program

Below is the sample program for Thonny Python IDE used in the video. Before that please install the DHT sensor python library from Adafruit. Write the following command on the terminal.

git clone https://github.com/adafruit/Adafruit_Python_DHT.git
cd Adafruit_Python_DHT
sudo python3 setup.py install

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

Related Products