Skip to main content

Posts

Virtual display of Arduino project

There are a lot many projects which one can do using Arduino. Recently, I was working on a project 'measuring distance of an object and show it using virtually using Arduino and Python'. I am using an Ultrasonic sensor for measuring distance, vpython library for virtual representation.             I was doing this project because I found it interesting and it also needs fewer hardware components and we will have to create a virtual object which is very interesting.             We need pyserial library to provide access to the python to communicate with Arduino. So, download that first. Before that, we would need Arduino IDE and Python. Then, we also need vPython for creating virtual objects using vPython library. You can download all these things from the link I have given at the end of this blog. So, let's begin:-     We need - Hardware:- Arduino               ...

Would you like to know about arduino UNO ?

Arduino is a hardware which is used to connect the computer and the project model so that w e can control it by using Arduino code accordingly! Project model can be a robot,  quadcopter  or a sensor or also can be a digital pin!     I wanted to learn about Arduino and then I thought, I should share it also! So, there are  a lot  of types of Arduino, you can google it as well. But, the Arduino Uno is the most “standard” Arduino board currently and is probably the best choice for beginners like me who are just getting started with the platform.               Arduino UNO parts:- There are 14 digital pins and 6 analog pins as you can see but i f you need more pins ,  then you can also use a multiplexer.        It has ATmega328 which is a single chip microcontroller. So, Arduino is not a micro-controller!  It has two mi...