EN / USD
2088 Items
 Home
Blog
Smart Buildings Boost the Need for Intelligent Gas Sensors
Smart Buildings Boost the Need for Intelligent Gas Sensors, gas sensors in automation, sensors for smart buildings
The global smart building market is expected to reach approximately $33.5M by 2022, indicating a vastly growing need for safe and secure building environments. These sensors continuously monitor environments to ensure that the air quality, temperature, and ventilation in a building are accurate. They can identify scores of potential threats - including harmful gases and gas leaks. According to one recently published report, the need for more sophisticated and intelligent gas sensors in the smart building of the automation industry is critical - this is because consumers demand security where tighter governmental regulations are calling for better and safer indoor air quality. How Gas Sensors Improve Building Safety? Gas sensors play a vital role in building safety. They are ...
Blog
LM317 Calculator
LM317 Calculator, lm317 voltage calculator, lm317 resistance calculator
[LM317TEP] Hello friends, I hope you all are doing great. Today, I am going to share our new online tool which is named as LM317 Calculator. I am quite excited while posting this LM317 Calculator, as I was trying for a long time to post it but couldn't done it because of few problems. Anyways, its here now and is ready to be utilized. Its nothing but a simple LM317 Calculator. I have included two LM317 calculators posted above, one will be used to calculate the Vout while the other will be used to calculate the resistance (R1). You should have a look at Introduction to LM317, if you don't know much about it. LM317 is an IC regulator which is used to regulate the output voltage and its output voltage is regulated depending on the values of both the resistances attached at its output. He ...
Blog
Rigid Flex PCB
rigid flex pcb, introduction to rigid flex pcb, intro to rigid flex pcb, manufacturing of rigid flex pcb, applications of rigid flex pcb, advantages of rigid flex pcb
Hey Friends! I hope you all are doing great and having fun with your lives. Today, I am going to give a detailed Introduction to Rigid Flex PCB. It is a type of PCB that comes with a combination of Flexible PCB and Rigid PCB, providing both flexibility and strength to the board. It makes use of flexible layers of substrate material which are connected together using a pre-preg film which is then attached to a rigid board, keeping the precision and accuracy intact. I'll try to cover each and every aspect related to rigid-flex PCB so you find all information in one place. Let's dive in and explore what is it about and what are its main applications? What is Rigid Flex PCB? Before we explore what is Rigid-Flex PCB, we must have a clear idea of wh ...
Blog
Soil Moisture Sensor Library for Proteus V2.0
Soil Moisture Sensor Library for Proteus V2.0, Soil Moisture Sensor Library for Proteus, Soil Moisture Sensor Library in Proteus, Soil Moisture Sensor in Proteus, Soil Moisture Sensor Proteus simulation, Soil Moisture in Proteus
Hello friends, I hope you all are doing fine. In today's tutorial, I am going to share a new Soil Moisture Sensor Library for Proteus V2.0. You should also have a look at its previous version i.e. Soil Moisture Sensor Library for Proteus V1.0. If you have worked on the previous version, it has only one soil moisture sensor in it, while in this library, we have added three soil moisture sensors. First, we will have a brief introduction of the Soil Moisture sensor, then we will download the zip file containing Proteus Library files of Soil Moisture Sensor and finally, we will design a small simulation using these new sensors. So, let's get started: What is Soil Moisture Sensor? Soil Moisture sensor is an embedded sensor, used to measure the moist ...
Blog
Introduction to LM2904
LM2904 Pinout, LM2904 basics, basics of LM2904, Introduction to LM2904, LM2904 proteus, Proteus LM2904, LM2904 proteus simulation, getting started with LM2904, how to get start with LM2904, how to use LM2904
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you detailed discussion on Introduction to LM2904. LM 2904 consists of two builtin amplifiers. These amplifiers have high gain and they are internally frequency compensated. These amplifiers are designed for the operation from a single power supply for a large range of voltages. We can also operate them from multiply power supplies as well. LM-2904 operates on 3.3V power supply, it is the most common power supply in digital systems. LM 2904 is also available in small sizes i.e. they are available in the latest technology DSBGA. LM-2904 has a lot unique features in comparison to the other standard amplifiers. These features include large DC voltage ga ...
Blog
1n4734 Zener Diode Datasheet, Pinout, Features & Applications
Introduction to 1n4734, 1n4734 pinout, 1n4734 power ratings, 1n4734 applications
Hi Folks! I hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to 1n4734.The 1n4734 is a silicon planner power Zener diode that is employed as a low current voltage regulator. It is incorporated as a shunt regulator in many applications. This Zener diode conducts the current in both directions in contrast to the regular diode that conducts in one direction only i.e. regular diode conducts in forward biased condition only. This Zener diode conducts in both conditions forward biased condition and reverse biased condition. Power dissipation in this Zener diode is 1W and standard Zener voltage tolerance is ±10%. I suggest you read this entire post till the end, as I’ll detail the complete Introduction to 1n4734 covering datasheet, pino ...
Blog
Arduino UNO Library for Proteus V2.0
Arduino Library for Proteus V2.0, Arduino Uno Proteus Library
Update: Here's the latest version of this library: Arduino UNO Library for Proteus(V3.0). Hello friends! I hope you’re well today. I welcome you on board. Today, I am going to share an update to our previously designed Proteus Library for Arduino UNO. You should also have a look at its previous version i.e. Arduino UNO Library for Proteus(V1.0). We have been receiving many suggestions & bug reports from engineers(mostly students) about our Proteus libraries, so we have thought to upgrade them for better performance. It's the first one getting upgraded and this month, we will be sharing a lot more. It is the more advanced, small-sized and refined version of the previous model. I’ve given the link below to download this library and shared details on How to use it in your Proteus so ...
Blog
If Else Statement in JavaScript
If else Statement in JavaScript, If else condition in JavaScript,javascript conditional operator, javascript if else shorthand, different conditional statements, javascript if statement multiple conditions, javascript complex if statement, how to add multiple conditions in if statement javascript
Hello everyone, I hope you are having a fine day. In today’s tutorial, I am going to discuss the if-else statement in JavaScript  and what are conditional statements in detail. In programming, while writing a program there may be an occasion where you need to adopt one out of a given set of paths. In such a case, you need to use conditional statements that allow your program to make the correct decision. Conditional statements  Conditional statements are used to run a specific action based on the result of the different conditions (true or false). If the condition would be true one action would be performed and if the condition is false then another action would be performed. A few examples of JavaScript conditional statements: Verify the loca ...
Blog
ViewModels in ASP.NET Core
ViewModels in ASP.NET Core,ViewModels ASP.NET Core, asp.net core ViewModels, ViewModels in ASP NET Core
Hello friends, I hope you all are doing great. In today's tutorial, we will have a look at How to Create ViewModels in ASP.NET Core. It's our 9th tutorial in ASP.Net Core series. We have already covered Controllers, Models & Views in our previous lectures and now it's time to understand this fourth pillar of MVC architecture. ViewModel is not an integral part of MVC architecture and can be ignored in simple projects but in complex applications, we have to use ViewModel as it adds flexibility in the project. So, let's have a look at ViewModels in ASP.NET Core: ViewModels in ASP.NET Core ViewModels in ASP.NET Core ( also called Data Transfer Objects [DTO] ) are used to send Models data from Controll ...
Blog
Create a Web Server with ESP32
esp32, esp32 wifi, esp32 web server, esp32 webserver, webserver esp32, web server esp32, esp32 server mode
Hello readers, I hope you all are doing great. Today, we are going to start the second section of the ESP32 tutorial series and today's our first tutorial, where we will have a look at How to Create a Web Server with ESP32. In our previous tutorial, we introduced you to the basics of the ESP32 microcontroller. where we discuss How to set up Arduino IDE to program ESP32. In this tutorial, we will discuss creating a web server using the ESP32 module.One of the most interesting features of the ESP microcontroller series is its wireless connectivity via WiFi & Bluetooth. Wireless connectivity protocols supported by ESP32 are: Wi-fi: 802.11b/g/n/e/i Bluetooth : BLE(Bluetooth low energy) and V4.2 What is a Web server? A web server is software or hardware that stores, processe ...