by Jyotsna Rajaraman | Apr 5, 2020 | IoT Cloud, IoT Connectivity, Raspberry Pi
IFTTT stands for IF This Then That, and is a free web service that allows users to build their own custom applets. In this article, we will learn how to build a custom applet that can be used with our Raspberry Pi. That is, how to connect to IFTTT, set up a Webhook...
by Monisha Macharla | Mar 31, 2020 | Raspberry Pi
There are two kinds of Input and Output pin numbering for the Raspberry pi. One is the BCM and the other is BOARD. Basically these pin numberings are useful for writing python script for the Raspberry Pi. GPIO BOARD- This type of pin numbering refers to the number of...
by Jyotsna Rajaraman | Mar 31, 2020 | Raspberry Pi
As we know, your Raspberry Pi can be used for a plethora of things, one such application is live streaming video from your Raspberry Pi camera over the web. This is a fun project to do for all ages, and implement in and around the house. And, if integrated with motion...
by Monisha Macharla | Mar 29, 2020 | Raspberry Pi
If you buy the Raspberry Pi Kit which comes with preloaded NOOBS on an SD card, then it will make it easier to download and install the OS for your Pi because the NOOBS is an OS manager needed for installation and easy setup of the OS on PI device. We can install the...
by Sashreek Shankar | Mar 27, 2020 | IoT Cloud, Projects, Raspberry Pi
In this tutorial, we will learn how to build an IoT application using the AWS Cloud Platform. The application will get sensor data from the Raspberry Pi and send it to the AWS IoT Core. This data will be stored in IoT Analytics and plotted in a graph using QuickSight....
by Monisha Macharla | Dec 3, 2019 | IoT Programming, Raspberry Pi
When you open the Raspberry Pi terminal, the first thing to start with is to grab the upgrade of the OS. Then the update begins. Or, somehow you will need to install some packages. For these purposes, you will use Linux commands more often. After reading this article,...