by Monisha Macharla | May 6, 2020 | Articles, Communication Protocols
The demand for faster internet is growing at a rapid pace. We consume huge amounts of data by streaming high-resolution videos, playing bandwidth-consuming games, and using tons of apps every day. All this about to get much faster. Wi-Fi 6 is here. Wi-Fi 6, or IEEE...
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 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 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 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...