Saba Hilal has Published 54 Articles

How to load a hyperlink from one iframe to another iframe?

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 15:12:22

792 Views

Sometimes, the task is to click a link in one container and to display the content in another container. In HTML, iframes are used to easily show the content in specified area on the page. In this article, using two different examples, links are used to load an iframe ... Read More

How to link back out of a folder using the a-href tag?

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 15:09:20

2K+ Views

Sometimes, the task is to fetch a page from a subfolder and then to come back to the page in the parent folder. Using HTML code this process of providing a link to back out of a folder using a tags and href tags is demonstrated in this article. This ... Read More

Using the WiFi Mode with ESP32

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 13:55:11

3K+ Views

ESP32 microcontroller can connect to the internet and use the wifi. It can be used to see the network details of the available networks. It can also be used for advanced functions such as changing the MAC address of ESP32. In this article, using three different examples, the programs using ... Read More

Using NoSQl Database with IOT

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 13:54:22

2K+ Views

NoSql databases are those databases that do not store the data as data is stored in relational databases. Most of the data that is used in real life is often unstructured. These NoSQL databases provide an easy way to store this unstructured data by using key-value pairs. In this article, ... Read More

Things Needed to start IOT

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 12:42:12

299 Views

IOT ie. The Internet of Things refers to all those devices that can communicate over the Internet and can be made accessible or connectable by anybody and from anywhere in the world. IoT is already being used or has been seen implemented in different forms such as in Smart cars ... Read More

DTH Sensor Programming

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 11:09:03

2K+ Views

DHT11 and DHT22 sensors are sensors that can be attached to a microcontroller on a breadboard and can measure the humidity and temperature of a place. The differences between these sensors are that DHT22 is more expensive, has better temperature reading ranges, and is more accurate. These sensors can be ... Read More

The Adafruit.io

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 11:07:08

2K+ Views

Adafruit.io is needed to display the IOT project’s data online in real-time. It is a cloud server that can be used to connect to IoT devices through wifi and to control these devices through a dashboard. It can be used as a free service and it has got a simple ... Read More

Color Shades using RGB Led

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 11:02:05

565 Views

To learn about RGB led and the difference between single-color LEDs, it is important to make a circuit using a microcontroller such as ESP32 or Arduino and RGB led. Then it is important to manage that circuit using a program. There are some simulators available to make the beginner of ... Read More

The First IOT Program

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 10:55:24

1K+ Views

To start learning IoT, first, it is important to learn how to make circuits using a breadboard and a microcontroller. Then it is important to control that circuit using a program. There are some simulators available to make the beginner of IOT learn both these concepts without even having the ... Read More

BMP 180 Pressure Sensor

Saba Hilal

Saba Hilal

Updated on 18-Apr-2023 10:48:17

627 Views

BMP180 sensor is a sensor that can be attached to a microcontroller on a breadboard and can measure the pressure, temperature, and altitude of a place. It can be connected to controllers such as ESP32 or Arduino and can be used by programs to read the values. In this article, ... Read More

Advertisements