by Monisha Macharla | Sep 14, 2020 | Raspberry Pi
Choosing a suitable raspberry pi camera for your projects can get really difficult. RPI camera v1, RPI camera v2, RPI NOIR camera, and the list continues. Each one has different properties and should be used according to them. They have been used in various fields and...
by Monisha Macharla | Sep 14, 2020 | Sensors
In many cases, sensors are useful and very important for the devices in order to fetch the data. The data can be real-time, which includes the current temperature, pressure or humidity. It can also sense the objects and calculate the distance between them. For each...
by Monisha Macharla | Jun 21, 2020 | IoT Security
Hashing is transforming a string of characters into a usually shorter value of a fixed length representing the original string. Besides faster data recovery, Hashing is also used to encrypt and decrypt digital signature. Introduction The number of interconnected...
by Monisha Macharla | Jun 20, 2020 | Raspberry Pi projects
Introduction: In this project we will see how we can use the power of image processing and simple mechanics (Pan and Tilt Mechanism ) to track any Face so that the face is always at the centre of the camera feed. We can certainly track any desired object instead of a...
by Monisha Macharla | Jun 20, 2020 | Projects
Update : I build a simple app to control Devices on this webserver. (visit Here) Introduction: In this post, we will see how we can build a web server using the ESP8266 NodeMcu device. This web server will be used to control the status of all the devices connected to...