Hello friends, today I am going to post the next lecture of Proteus Tutorial. I am receiving quite a positive response about this Proteus tutorial. In the previous post, we have seenHow to use Virtual Terminal in Proteusand today I am going to explain How to use Oscilloscope in Proteus IS...
Introduction to Visual Designer Proteus Visual Designer for Arduino simulation quickly and easily allows you to design and test Arduino projects without the need for programming experience. Watch Video Tutorial: Getting Started This video shows how to create a simple PCB in Proteus EDA Software fro...
In this tutorial, you will learn how to use the AnalogRead function ofArduino. If you are working on a project, where you need to measure the analog voltage or analog sensor value which gives you output in the form of voltage, then you need to use ananalog to digital converterof Arduino...
In Electronics, most of the time Ultrasonic Sensors are used to measure the distance from one particular point to another. It is very easy to write a code on the Arduino board and integrate anultrasonic sensorto carry out this task. But in this article, we are going to adopt a different ...
How To Use Arduino In Designing The Circuit? Now as we know the abstract of the project, let us move forward and gather different information to start working. We will first make a list of the components, then study them briefly, then assemble all the components to make a working system....
To set a custom hostname, we’ll use a string variable called “hostname” and assign the desired hostname value, such as “ESP32-MICRODIGISOFT-AP1.” You have the flexibility to choose a hostname that suits your needs. String hostname= "ESP32-MICRODIGISOFT-AP1"; ...
How to use Transformer in Proteus VIPER22A SMPS Controller IC – Explained with Example Circuit HC-SR04 Ultrasonic Sensor with STM32 Blue Pill using STM32CubeIDE TCA9548A I2C Multiplexer Arduino Use Same Address I2C Devices Control ESP32 Outputs using Google Assistant and Adafruit IO ...
Make connections as shown. Make sure you connect Ground Pin of RFID reader to Ground Pin of Arduino. I am using the SoftwareSerial Library of Arduino which enables digital pins to be used in serial communication. I have used pin 9 as the Rx of Arduino. (You can also use the hardware ...
Once the code is compiled successfully, we will export the compiled binary so that we can use its hex file in a simulation of Proteus. Simulation The simulation of the circuit using the above Arduino code is: Conclusion The LCD is an electronic module that can be interfaced with any boa...
this tutorial, let me first tell you that I got an excellent feedback about the last tutorial onHow To Use Proteus ISIS & ARES& also got few queries and suggestions. One of them was to post a similar tutorial on the Eagle software as well which I will hopefully start in the coming ...