Posts

Featured post

WHEN TO AVOID CLOUD COMPUTING

Image
Cloud computing has become a mainstay in today's business and personal life because it is one of the most potent technologies we have seen in a long time. Wherever you turn, you're sure to see at least a handful of cloud-based applications that reflect the ubiquity of this technology. But is cloud computing always the best or the most cost-effective option for a business? Remember, no technology is a good fit for every situation, and this is true of the cloud. Here are some scenarios where cloud computing may not be the best choice. Critical data Though cloud security has come a long way, many experts believe you're still better off keeping critical data close to your place of operations. Why? First, you don't always know the physical location of your cloud storage, and the local laws and jurisdiction pertaining to it. Second, it can affect your performance, especially if the data is stored in locations far from your customer base. More importantly,

ARDUINO LIBRARY FOR PROTEUS AND HOW WE CAN USE ???

Image
Hello friends, hope you all are fine. In today’s post, I am going to share Arduino Library for Proteus.  I have already posted few other Arduino Libraries on my blog but those were third party Libraries.This is also third party library.Follow the steps then y You can easily use Arduino boards in Proteus and can simulate any kind of project in Proteus. If you got any trouble then you can ask in comments or can use our Ask Question forum to post your questions. This Arduino Library for Proteus contains following boards in it: • Arduino UNO • Arduino Mega 2560 • Arduino Mega 1280 • Arduino Nano • Arduino Mini • Arduino Pro Mini Let’s get started with Arduino Library for Proteus. • First of all, download this Arduino Library for Proteus.The link is given below of this Post.  • When you download it, you will get a zip file. so, unzip this file and you will get two files in it. • These two files are named as ArduinoTEP.LIB and ArduinoTEP.IDX. • Copy

HOW TO USE USE ULTRASONIC SENSORS IN PROTEUS ?

Image
Hello friends, hope you all are fine. In today’s post, I am going to share an Ultrasonic Sensor Library for Proteus.Using this library you can perform any kind of function with an ultrasonic sensor.                                                                           First of all, let's have a short introduction of an ultrasonic sensor. In the ultrasonic sensor, there are two nodes in which one is transmitter while the other is a receiver. The transmitter sends an ultrasonic wave and this wave strikes to any hindrance present in front of it and then bounces back. This bounced ultrasonic sensor is then captured by the receiver and on the basis of the time taken by this wave to return, the sensor calculates the distance of that obstacle from that sensor. The ultrasonic sensor is usually used for detecting the obstacle in a path and also to find the distance between a sensor and the obstacle. Ultrasonic sensor normally used is HC-SR04, which is also used here in this library.