Internet of Things is all about connecting anything which has an IP address. It could be anything. Now, this IP address gives information about the location of the host in the network, it's not your location and nothing else! But, now you may ask if you move somewhere else, will that IP address change? Hi! I was very curious about IOT when I had heard it from my senior. But, I couldn't understand it at that time. So, I went for workshops, worked on some basic projects like smart home automation and RFID door unlock, pretty basic? Duh, I know… So, for learning more, I thought I should research more and share it also. Coming back to the question. The answer is yes! This IP address is provided by ICANN organization who distributes it to ISP( internet service providers) or gov bodies and once you change your location, because of the new connections at the new place, your IP ...
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 ...