by Monisha Macharla | Nov 7, 2020 | Raspberry Pi
What is NGINX ? NGINX is a popular lightweight web server application you can install on the Raspberry Pi to allow it to serve web pages. In its initial release, it functioned for HTTP web serving. It is a web server that can also be used as...
by Monisha Macharla | Nov 7, 2020 | IoT Connectivity
For an embedded system if the microcontroller is the brain then the input and output devices form the sensory parts of the embedded system. In other words, the system consists of two microcontrollers one which overlooks everything and the other is inside the input or...
by Monisha Macharla | Nov 7, 2020 | Articles
Introduction IoT is one of the emerging technology. Moreover, this has its own risks and rewards. IoT devices sure make our lives simpler and automate a lot of processes. By now there are billions of IoT devices which include Smart TVs, Smart Refrigerators, Smart...
by Monisha Macharla | Nov 7, 2020 | IoT Connectivity
To know about UART Security protocols we will first understand what UART is. UART stands for Universal Asynchronous Receiver/Transmitter. A UART’s main purpose is to transmit and receive serial data. One of the best things about UART is that it only uses two wires to...
by Monisha Macharla | Nov 7, 2020 | IoT Continuous Integration
NGINX NGINX (pronounced as “engine-x”) is a free open source web server. In addition, it is an HTTP and reverses proxy server, a mail proxy server, and a generic TCP/UDP proxy server. The software engineer, Igor Sysoev launched NGINX in 2004. Most...