In the previous tutorial, FTP protocol and file transfer over it between a Client and Server was discussed. The FTP protocol can really useful in many IoT applications. Many IOT devices are installed in places like nuclear plant, electrical grids and other industrial setups where these types of devices can get some bugs and need application software updates to fix them. On standard IoT protocols like MQTT, CoAP, etc, it is hard to update and reinstall application software because most of the IoT protocols are designed for IoT communication between devices and network but not for tasks like application updates.
Raspberry Pi Server based Hotel/Restaurant Order Management System on IoT – IOT Part 46
Nowadays, most of the hotels and restaurants take online orders of food. Many hotels and restaurants either facilitate pre-ordering or even render delivery services in the local areas. In this project, an Hotel Order Management System is designed where a customer can pre-order food items using a mobile app and a Raspberry Pi based Server manages to cater menu items and book orders.
Controlling IoT Devices through Emails over IMAP Protocol – IOT Part 48
In the previous tutorial, it was mentioned that IMAP protocol is a standard email protocol which is used to store email messages and retrieve them. It was also mentioned that IMAP protocol can be used in IoT applications where commands can be passed to IoT devices by emails. This can be really helpful in certain situations like when security might be the main concern. Also, emails can be sent on any network without any special application or permissions. The IoT devices can receive emails as email clients where they can read emails and process information contained in them.
How to build your own smart home
The idea of a smart home first took hold in 1975 when Pico Electronics introduced the X10 protocol and devices designed to control electronic appliances using power lines. However, computers were not yet advanced enough for automation or remote control. As technology evolved, so did automation. Microcontrollers played a critical role, but the early systems…
How to make a smart dustbin using Arduino?
Smart technology refers to devices and systems that use advanced computing, connectivity, and data analytics to enhance functionality and efficiency. Devices such as smartphones, watches, and appliances connect to the Internet and one another via the Internet of Things (IoT), allowing for real-time data exchange and remote control. One innovative application of this technology is…
What is MQTT Sparkplug?
Since its launch in 1999, MQTT (Message Queuing Telemetry Transport) has been a valuable standards-based messaging protocol for automation applications. Its lightweight, efficient “publish-subscribe” model makes it ideal for communication between and across various devices, systems, and services. MQTT has transformed applications in supply chain management, quality control, predictive maintenance, M2M communication, and industrial energy…
The top IoT projects for enhancing everyday life
The Internet of Things (IoT), a collective network of connected devices that communicate via the Internet, transforms how we live, work, and interact with objects in our environment. By integrating real-time connectivity and cloud computing into everyday devices, IoT enables real-time data collection and analysis, facilitating better decision-making and personalized experiences. For example, it can…
The top mobile app development tools for IoT and electronics
Electronics makers often build mobile apps to control electronic devices. These are typically WiFi or Bluetooth-connected devices controlled by a smartphone. Several software frameworks and tools support the development of native or cross-platform mobile apps for iOS and Android. Some popular frameworks include React Native, Flutter, Xamarin, Swiftic, Ionic, Apache Cordova, Jquery Mobile, and Native…
What are the top 4G modems available in India?
Are you building something that requires a GSM/GPRS modem or looking for a GSM modem for your next IoT project? GSM modems are widely used in several connected devices and applications. GSM is an acronym for Global Systems for Mobile, and GPRS refers to a General Packet Radio Service. A GSM module is a device…
What to expect from the IoT in 2023
The Internet of things (IoT), which includes the billions of devices now connected to the internet, has developed substantially over the past few years. IoT has become integral to several technologies and businesses. In fact, the number of active IoT devices has increased from 11.28 billion to 13.14 billion between 2021 and 2022. And the…
What are the top protocols for IoT projects?
The Internet of Things (IoT) refers to a network of interconnected devices that communicate to perform specific tasks or applications. These devices are extensive and include vehicles, appliances, sensors, software, or web services. Effective communication is crucial in any IoT application, allowing these devices to work seamlessly. In an IoT network, device-to-device communication is distinct.…
How to choose the ideal connectivity technology for an IoT project
Many communication technologies are currently available, making choosing one for an Internet-of-Things project potentially daunting. For example, several LP-WAN options exist, including Wi-Fi, Ethernet, LoRa, Zigbee, Bluetooth, and cellular technologies like NB-IoT, LTE-M, and 5G. Every connectivity solution has pros and cons, and there isn’t one ideal for all projects. Wi-Fi might seem like the…
How to set-up and build a project using Arduino IoT Cloud
Arduino IoT Cloud, also known as simply Arduino Cloud is a popular Internet-of-Things (IoT) platform for creating, deploying, and managing IoT projects. The platform was launched in 2019 as a Beta version similar to other platforms, such as Blynk. Since then, Arduino Cloud has undergone several upgrades, adding unique features. It’s best known for its…
How to design a heart-rate monitor using LoRa and Arduino
In this electronics project, we’ll design a healthcare solution over LoRa, using an Arduino Nano and a heart-rate sensor connected via the I2C bus. This device demonstrates the potential of the Internet-of-Things (IoT) in enhancing healthcare services and improving patient outcomes. The system measures a person’s heart rate in beats per minute (BPM) from a…
How to make an IoT-based analog clock using ESP32
In this project, we’ll design an analog display clock using ESP32. The clock is an Internet-of-Things (IoT) device that retrieves the local time from a Network Time Protocol (NPT) server and displays the time (as well as the date) like an analog clock. The display used to build this IoT clock is SSD1306. However,…
Client Server Communication over CoAP Protocol : IOT Part 33
In the previous tutorial, advantages of CoAP protocol over TCP/IP and UDP protocols in IoT applications were discussed. The CoAP protocol is specially designed for constraint devices and networks. In this project, the application of CoAP protocol in IoT will be demonstrated. In this project, an ESP8266 Wi-Fi modem will be configured as CoAP server and a laptop will be used as CoAP Client. Both Client and server will be co-located communicating through same Wi-Fi router so, the ESP board will act as a local server. The CoAP Client could send data to the server on a particular port with the help of browser add-on – Copper (Cu) CoAP user-agent. In fact, the Copper (Cu) itself will act as CoAP Client.
Client Server Communication over UDP Protocol : IOT Part 31
In the previous tutorial, advantages of UDP protocol over TCP/IP in IoT applications were discussed. The UDP protocol has a small overhead of 8 bytes which makes it more suitable for use in the Internet of Things. In this project, the application of UDP protocol in IoT will be demonstrated. In this project, an ESP8266 Wi-Fi modem will be configured as UDP server and a laptop will be used as UDP Client.
PC to PC communication over Zigbee Protocol using Xbee and XCTU : IoT Part 36
In the previous tutorial, Zigbee technology and its application in building Wireless Sensor Networks was discussed. In this tutorial, learn to perform simple Client to Client Communication over Zigbee Protocol. There will be two Xbee modules taken and will be configured to communicate data with each other over the air. The Xbee devices communicate with each other wirelessly over the air. They do not have any microcontroller or processor in themselves, so they cannot manage the received or sent data.
How to design an app-controlled irrigation system
In this project, we’ll design a mobile app-controlled watering system that drip irrigates a home garden or small farm. This system is developed on an ESP8266 microcontroller, which controls the water pump through a 3V relay or an electronic valve. The user can switch the water’s motor/electronic valve ON or OFF and even set a…
How to design an IoT-based digital watch using ESP32
In this project, we’ll design a digital watch as an Internet-of-Thing (IoT) device. It will connect to an online API through a Wi-Fi network. Based on the user’s location, it will display the local date, time, and weather conditions. The watch is built using an ESP32 microcontroller and an SSD1306 OLED display. The Weather API…