Skip to main content

Designs

 1. Sketchup design 1


Comments

Popular posts from this blog

Robotic Hand Using OpenCV and Arduino

OpenCV is a huge open-source library for computer vision, machine learning, and image processing. OpenCV supports a wide variety of programming languages like Python, C++, Java, etc. It can process images and videos to identify objects, faces, or even the handwriting of a human. When it is integrated with various libraries, such as Numpy which is a highly optimized library for numerical operations, then the number of weapons increases in your Arsenal that is whatever operations one can do in Numpy can be combined with OpenCV. Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. For starting the project we are required to make a mechanical hand having five fingers and connecting servo motors in way that eac...

Presentation slide control using OpenCV

In this project i have used Python  OpenCV to track the landmarks of hand shown in camera and with some defined gestures we can control the slides of the presentaion and also we can mark or erase using pointer in the slides. Packages used in the project Some working video of the project.

RC Drone

Material used: 1. A2212 2200kv BLDC motor (x4) 2. 30amp ESC -standard simonk (x4) 3. ZMR 250 frame 4. Arduino nano Flight controller with MPU6050 for orientation  5. Fsi6x Tx Rx 6. 2200 mah 40c 3s lipo battery 7. XT 60 connector 8. Basic tools For FC used both multiwii and YMfc platforms, both worked well for me. All credit to creators of multiwii and YMfc as they made easy way to make fc. Final circuit with fc connected Final Drone Full setup Drone in action 1 I also used DRL sim and FPV.SkyDive simulators to hardcore flying speed in acro mode. Some difficulties and failures faced in the project were: 1. Burning of ESC every now and then, i used to interchange mosfets of ESC's to save one ESC. I will recomend not to buy this ESC. 2. PID callibration and making drone balance. 3.  A lot of crashes and parts getting broken.