Book Image

Python Robotics Projects

By : Prof. Diwakar Vaish
Book Image

Python Robotics Projects

By: Prof. Diwakar Vaish

Overview of this book

Robotics is a fast-growing industry. Multiple surveys state that investment in the field has increased tenfold in the last 6 years, and is set to become a $100-billion sector by 2020. Robots are prevalent throughout all industries, and they are all set to be a part of our domestic lives. This book starts with the installation and basic steps in configuring a robotic controller. You'll then move on to setting up your environment to use Python with the robotic controller. You'll dive deep into building simple robotic projects, such as a pet-feeding robot, and more complicated projects, such as machine learning enabled home automation system (Jarvis), vision processing based robots and a self-driven robotic vehicle using Python. By the end of this book, you'll know how to build smart robots using Python.
Table of Contents (24 chapters)
Title Page
Packt Upsell
Contributors
Preface
Index

Electric field sensing


Near-field sensing is a very interesting field of sensing. Be prepared for some interesting stuff. If you are feeling a little sleepy, or if you are lacking attention, then get some coffee because the working principle of this system is going to be a little new. 

Whenever there is a charge, there is an associated electrical field that comes along with it. These charges propagate through the space and go around an object. When that happens, the electric field associated with it has a specific characteristic. This characteristic will be the same till the time the environment around it is empty. 

For the gesture-recognition board that we are using, the field that would be sensed around it is only for about a few centimeters, so anything beyond that point can be disregarded. If there is nothing in that vicinity, then we can safely assume that the pattern of electric field being sensed would be unchanged. However, whenever an object such as our hand comes in the vicinity...