by Monisha Macharla | May 6, 2020 | IoT Basics
Introduction Business opportunities created by the Internet of Things (IoT) and the Industrial IoT (IIoT) are among the most debated topics. These are considered important for a broad range of consumer and industrial applications. Leading market research firms already...
by Itika Sarkar | May 6, 2020 | Python
Learning and practicing of any programming language can be monotonous. Also, only learning can not be the perfect gain of knowledge if we don’t put it into some implementation. Likewise, Python programming language can be interesting but until we don’t use...
by Monisha Macharla | May 5, 2020 | Raspberry Pi projects
Cartoonify Reality is an OpenCV project that uses core OpenCV functions and the K-Means clustering algorithm to perform image processing and cartoony them. This project shows how good image processing can be used to do the same task that normally takes a machine...
by Jyotsna Rajaraman | May 1, 2020 | IoT Connectivity
Before we get in to what Postman API testing is and how you can begin to use it, we first need to understand what an API is. API is an abbreviation for Application Programming Interface. It is a set of rules, which defines methods of communication. This aids various...
by Monisha Macharla | May 1, 2020 | Applications of IoT, Articles
The Internet of Things (IoT) and big data are both highly complex ideas. IoT is about data, devices and their connectivity. The real importance of Internet of Things is about creating smarter products and delivering smarter insights. As millions of devices get...
by Anmol Punetha | May 1, 2020 | arduino uno projects, Projects
In this advanced tutorial, you will learn how to use the MPU6050 sensor with the Arduino. We will also download the library and other required things. Contents: IntroductionMaterials RequiredThe circuitUsing the libraryArduino CodeInferring the output 1. Introduction...
by Harshith | May 1, 2020 | Applications of IoT
Internet of things (IoT) in automation Internet of things (IoT) in automation , robotic industry is proving to be a game changer for automation and robotic companies. Industrial automation and robotic companies that use IoT solutions can reap new benefits. The...
by Monisha Macharla | May 1, 2020 | Python
In this article we will see what is a pyc file ,how is it formed,how to convert and compile a pyc file. When we run a code in python it actually goes through a couple of steps before our program reaches the virtual machine It is compiled to bytecode.Then it is...
by Anmol Punetha | May 1, 2020 | arduino uno projects
Let’s learn how to configure a SSD (Seven segment display) with Arduino. You will also learn to make the counter using a single SSD. Contents: IntroductionMaterials RequiredCircuitArduino CodeCode Explanation 1. Introduction The Seven Segment Display has...
by Monisha Macharla | May 1, 2020 | IoT Programming
In this tutorial, we are going to learn the basics of Jenkins. It is the most popular, open source Continuous Integration / Continuous Delivery (CI/CD) tool written in Java with built in plugins for almost any combination of languages and source code repositories...