Hello everyone, in today's post we are gonna have a look at how to interface temperature sensor Dallas 18B20 with Arduino. There are many temperature sensors available in market like LM35, DHT11 etc but personally I like Dallas18B20 most of all, as it gives the most accurate result up to four decimal points. It operates on single wire and sends all data through this wire. Another advantage of this wire is you can interface multiple sensors with a single data line. You should also have a look at How to use 18B20 in Proteus ISIS.
In today's post, we are gonna get value from this sensor and then print it over the Serial Terminal as well as LCD. We will get the values in degree centigrade. Its not much difficult to interface 18B20 with arduino and als ...
Hello friends, hope you are doing fine and doing great. In the previous tutorial for introducing Smart Contracts, I told you about Solidity. Solidity is a high-level programming language for writing smart contracts. It is the most popular programming language for Ethereum. So, in this article, I will explain the basic components of solidity. Let’s get started by revising the key points of solidity.
Solidity Programming
Solidity programming language is made for writing code for the Ethereum platform. These codes (smart contracts) help in executing different functions in Ethereum virtual machine (EVM).
It is easy to learn the language. If you are familiar with C and JavaScript, you can easily learn solidity.
The code written in solidity is con ...
Hi Guys! Hope you are doing well. In this platform, we always strive to keep updated with valuable information related to engineering and technology. Today, I'll discuss the detailed Introduction to CD4047. It is a CMOS Low Power monostable/astable multivibrator mainly used for converting DC current signal to AC signal.
This inverter proves to be very handy in some countries where load-shedding creates a significant problem as it comes with an ability to store electrical energy and discharge it in the absence of main electrical power.
In this tutorial, I'll cover the entire details on this inverter, its main features, working, and applications. Let's dive in and explore everything you need to know about this inverter.
Introduction to CD4047
CD40 ...
Hello everyone, today I am going to share a new XBee Library for Proteus. I am quite excited while sharing it as we are the first developer for this XBee Library. Now you can quite easily use XBee module in your Proteus software using this XBee Library for Proteus.Wehave spent quite a lot of time in developing this and that's the reason I couldn't share new tutorials in the past few days. Anyways we are done with this new exciting XBee Library for Proteus, hope you are gonna enjoy this one. I have already sharede two libraried for Proteus which are Arduino Library for Proteus and GPS Library for Proteus. You can also interface this XBee module with Microcontrollers like Arduino, PIC Microcontroller and 8051 Microcontroller quite easily.
As its the ...
Hello friends, I hope you all are doing great. Organizations are increasingly adopting cloud computing. It provides a number of benefits, including decreased cost and overhead and increased scalability and flexibility. However, the cloud is not an ideal solution for every organization and use case.
As companies continue to store sensitive data in the cloud, data security is becoming a significant concern. For many organizations who have moved to the cloud without implementing proper security controls, sensitive data is being leaked or stolen from their cloud environments.
Challenges of Cloud Security
While many organizations are moving to cloud deployments, they often struggle with securing their new investment. Each cloud represents a new environ ...
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at a detailed Introduction to DS18B20. DS18B20 is a temperature sensor that can measure temperature from -55oC to +125oC with an accuracy of +- 5%. It follows 1 wire protocol which has revolutionized the digital world. Because of its 1 wire protocol, you can control multiple sensors from a single pin of Microcontroller.
DS18B20 is normally used in industrial projects where high accuracy is necessary. I will give you a detailed overview of this temperature sensor in today's post where we will have a look at its Pinout, working, protocol, etc. I will also share some links to projects where I have interfaced it with Arduino or other microcontrollers. If you have any questions, please ask in comment ...
Technology has become a key and a must-have tool in every profession and business. And so, when it comes legal sector, there are several top tech tools for lawyers. These lawyer tools are specially designed to complete different purposes, which are all aimed at improving lawyers' productivity. Technology for lawyers is a very complementary thing as it will not only help you as a lawyer but also make life easy for your clients. Fan fact is the more convenient and effective your services are, the more clients and referrals you get. Therefore, it's time to boost your performance with the following lawyer tools: 5 Best Tech Tools for Lawyers Loio: Contract drafting Software Loio is the best AI-driven legal document drafting software that will help ele ...
Hi Friends! Good to see you on board. In this post today, I'll walk you through the Introduction to Electric Generators. A generator is a machine that converts mechanical energy to electrical energy that is further used in power grid stations. Gas turbines, steam turbines, water turbines, internal combustion engines are some sources of generating mechanical energy for generators.
In an electric generator, a rectangular coil of electric conductors is used in a changing magnetic field of the poles of a horseshoe type magnet. The current is generated in the coil when it rotates and cuts the magnetic field lines. The electric generator is opposite to the electric motor in the working principle and similar in construction. A generator that comes with ...
Hello friends, I hope you all are doing well. Today, I am going to share the 5th tutorial of Section-III in our Raspberry Pi Programming Course. In our previous tutorial, we have seen the interfacing of a PIR Sensor with Raspberry Pi 4. In today's tutorial, we will interface an Ultrasonic sensor with Raspberry Pi and will use Python to perform its calculations. So, let's get started:
Components:Here's the list of components, we are going to use in today's project:
Raspberry Pi 4
Ultrasonic sensor
Male-to-female jumper wires
Breadboard1k ohm resistor
2k ohm resistor
What are Ultrasonic Sensors?
An Ultrasonic Sensor consists of a transmitter and a receiver, the transmitter emits the ultrasonic wave, which after hitting some ob ...
Hello friends, today's post as the name suggests is about how to send SMS with Arduino UNO and SIM900D using AT Commands. There are different types of SIM900D modules available in the market, so it doesn't matter which module you are using. All SIM900D modules work at AT commands basically so today I am going to show you how to send an SMS via AT commands without using any Arduino library. You should first read the AT commands manual which will give you an idea about AT commands. AT commands are special sets of commands which are used for communicating with SIM900 module. Using these AT commands we let our GSM work for us. Like if you want to send SMS then there's a specific AT command for sending the SMS similarly if you want to change the PIN co ...