by Monisha Macharla | Jun 20, 2020 | nodemcu projects
Introduction In this post, we will see how to make a weather Forecast Station, which will display the weather of any location using a Nodemcu flashed with MicroPython.We will read a JSON file containing weather data from https://www.metaweather.com/ and display...
by Monisha Macharla | Jun 20, 2020 | Articles
We all know about the popularity of Raspberry Pi and Arduino. What they share in common are their tremendous popularities among makers. As the majority of maker projects are based on these two popular development boards. However, now they have a...
by Monisha Macharla | Jun 20, 2020 | Projects
Hello everyone! Today we are going to make an IoT based Smart Parking System. We will work with the entire code, connect it to the cloud as well. For User Interface, we will create a Web page and will send the data yo our database. Now, let us begin with the project....
by Harshith | Jun 20, 2020 | Articles, IoT Basics
IoT by definition makes an ordinary thing into an Internet connected Thing. Let us see the list of IoT devices which functioned as IoT Enabled and Non-IoT enabled devices : In the Home – Thermostats, security cameras, lights, speakers are some of the common...
by Monisha Macharla | Jun 20, 2020 | IoT Connectivity
Internet of Things (IoT) is no longer an illusion. From a cutting-edge technology that was beyond the reach of most people, IoT has penetrated households and offices and every known segment. We don’t even recognize IoT devices but we do understand the...
by Monisha Macharla | Jun 20, 2020 | Articles
Limited only by designers’ imaginations, the Internet of Things (IoT) is changing how people live. From medical devices and fitness trackers to tank sensors. Heights of mountains to the depth of ocean IoT is everywhere. However, by relying on wireless networks, those...
by Monisha Macharla | Jun 20, 2020 | Raspberry Pi projects
What if I could do things with a swing of a wand? Practically impossible but with technology maybe not. In this tutorial, we will use a raspberry pi and OpenCV to try and recreate something similar to a wand. It will perform specific functions when it recognizes...
by Monisha Macharla | Jun 17, 2020 | Articles
Arduino relay allows you to connect devices operating in relatively high current or voltage modes. We can not directly link the Arduino board with powerful pumps, motors, even an ordinary intense bulb the board is not equipped for such a load and does not operate....
by Monisha Macharla | Jun 15, 2020 | Arduino Uno, Sensors
In this article, we will look at Arduino’s popular temperature sensors which are the foundation for Arduino’s entry level projects. Temperature Sensor Temperature sensors are designed to measure the temperature of an object or substance using the...
by Vishal Naik | Jun 14, 2020 | MQTT
MQTT is a dominating protocol in the IoT world. Its flexibility makes use pretty much everywhere. It has pretty much become the De-facto protocol of IoT. To the layperson, MQTT is a lot like Twitter ! It is a “publish and subscribe” protocol. Like all protocols...