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 Jyotsna Rajaraman | Aug 26, 2020 | Applications of IoT
To understand satellite-based IoT systems it is important to know what IoT is. Simply put, IoT is connecting equipment, and using it to monitor, scan or process remotely. If you are new to the concept, here are some basic articles to help you understand what it means....
by Jyotsna Rajaraman | Jul 1, 2020 | Arduino Uno
MIT app inventor is a platform developed to help you expand your ideas into mobile applications that can be used throughout various devices. Arduino, as you most probably have heard of is mainly used to develop and implement many projects. When you put together the...
by Jyotsna Rajaraman | Jun 29, 2020 | Raspberry Pi
It is always useful to know how to use your Raspberry Pi in pet projects that are actually useful around the house. Especially when you aren’t building something new – using your dormant Raspberry Pi to build useful devices around the house is a fun idea. If you are...
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 Jyotsna Rajaraman | Jun 20, 2020 | Sensors
Light Detection and Ranging (LiDAR) measures distances. It uses light in the form of a pulsed laser to remotely generate measurement. In short it produces beams of laser light and measures how long it takes to return to the sensor in order to measure the distance....
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...
by Monisha Macharla | Jun 20, 2020 | arduino uno projects
This is a follow up project which will make use of the Arduino Webserver we build in my last post . (Refer Here). Introduction: In this Project we will build a simple Android Applicaton using MIT App Inventor which will be used to turn our device on and off . CODE:...