Other Projects

Arduino Vehicle Tracking

Track A Vehicle on Google Maps using Arduino, ESP8266 & GPS

Vehicle Tracking System becomes very important now days, especially in case of stolen vehicles. If you have GPS system installed in your vehicle, you can track you Vehicle Location, and its helps police to track the Stolen Vehicles. Previously we have built similar project in which Location coordinates of Vehicle are sent on Cell Phone, […]

Track A Vehicle on Google Maps using Arduino, ESP8266 & GPS Read More »

Photo Mar 13 10 31 02 PM 300x225 1

Art-duino

We built a mini-crawler robot that draws a path behind it to make interesting designs. We chose this design for a variety of reasons. First and foremost, we experimented with attaching our other materials to the motors, and most of them were too heavy for the motors to handle. In particular, we wanted to use

Art-duino Read More »

Image arduino plot screenshot

Arduino and Python

Talking to Arduino over a serial interface is pretty trivial in Python. On Unix-like systems you can read and write to the serial device as if it were a file, but there is also a wrapper library called pySerial that works well across all operating systems. After installing pySerial, reading data from Arduino is straightforward:

Arduino and Python Read More »

PhysComp Mid term Project – Instagram TUI – prototyping the interactive elements using Arduino

PhysComp: Mid-term Project – Instagram TUI – prototyping the interactive elements using Arduino

The physical interface will consist of a 3×3 grid of push buttons that will correspond to a 3×3 grid of images in the Processing program.  Instead of a creating a 2D array of variables to correspond to the buttons’ postions in the grid, each location in the grid will be assigned a number.  Each push

PhysComp: Mid-term Project – Instagram TUI – prototyping the interactive elements using Arduino Read More »

Scroll to Top