by Anmol Punetha | Jun 13, 2020 | Arduino IDE Programming, NodeMCU
Imagine if we can upload the code without using USB Cable. The data then can be transmitted “Over the air” ESP8266 OTA offers a facility of uploading the code wirelessly and this is what we call OTA updates. In this tutorial we will discuss how this...
by Jayanta Chakraborty | Jun 13, 2020 | Articles
Overview Arduino books, a wonderful resource for beginners for designing creative projects in the real world. It is accessible to everyone and you just need some technical interest to get involved. The only problem arises in your mind when you deal Arduino is how and...
by Jayanta Chakraborty | Jun 13, 2020 | Articles
Overview Raspberry Pi books, a wonderful resource for beginners for designing creative projects in the real world. It is accessible to everyone and you just need some technical interest to get involved. Getting started with the Raspberry Pi isn’t difficult....
by Anmol Punetha | Jun 13, 2020 | Arduino IDE Programming, Arduino Uno, NodeMCU
Many times you might wish to sense the temperature around you. But you can not directly use the sensor just by making the circuit and writing code. You need to use the specific library for the sensor which has many pre-defined functions used by the sensor. In this...
by Sashreek Shankar | Jun 13, 2020 | Communication Protocols
Web Frameworks are software frameworks that are designed to help create Web apps, Web APIs and other resources. Web Frameworks help us solve two of the major hurdles of developing web apps – templates and routing. Now that we know what web frameworks are, lets...
by Jyotsna Rajaraman | Jun 13, 2020 | Raspberry Pi
Raspberry Pi is a widely popular SoC, that is versatile and easy to use for even beginners. If you are new and are unfamiliar with Pi, take a look at these articles. Regardless of the model of Raspberry Pi you have, I am sure you have discovered a plethora of projects...
by Jayanta Chakraborty | Jun 13, 2020 | Applications of IoT
Overview Internet of Things and Image processing have been so far been applied for various applications independently. Their individual application in the field of industries exists and has achieved a certain degree of success. However, the combination of both these...
by Jyotsna Rajaraman | Jun 13, 2020 | Communication Protocols
The wireless networking device, XBee is a user friendly, popular and is a technology worth knowing about. It can transmit and receive data wirelessly, and thus can be used for many IoT applications. As the popularity of the XBee module has grown massively, there are...
by Anmol Punetha | Jun 13, 2020 | IoT Programming
Contents: IntroductionWhy use Flutter?Getting StartedDart Language OverviewRunning your first app Introduction Flutter is an app SDK for building high-performance apps for iOS, Android, web (beta), and desktop (technical preview). This all is done from a...
by Sashreek Shankar | Jun 13, 2020 | Sensors
Before we answer the big question in this article, let’s start with something simple. What is RFID? RFID is short for Radio Frequency Identification. It is widely used to identify, authorize and/or authenticate a person. It has been used a lot at companies for...