Posts

Showing posts from October, 2017

Three power calculations from single phase and three phase loads

Three phase power calculations when you have Both Single and Three Phase loads in System:- While calculating three phase loads where  there are both single phase and three phase loads there are so many confusions arises such as how single phase and three phase loads comes at same platform while calculating total load. This is can be simplified in below stated article:- I n electrical systems power is always additive i.e. if we have connected load in each single phase of 20 KW then total three phase power requirement will be 60 KW. There is often confusion arises while studying that if you have Three phase power of 90 KW then it means power will be 90 KW in each phase but same is not true as it means power will be 30 KW in each phase. This can be illustrated by doing calculations in reverse order also:- Three Phase Power calculations for Line to Line Voltage:- Three phase power(KW) = √ 3  ×  PF  ×  I (A)   ×  V L-L  (V)  / 1000 Where PF= Power Factor I (A) = Phase current in Amperes V L

Motion Detection | OpenCV | Raspberry pi | Telegram

Image
Surveillance system is an important thing when it comes to protect our properties form the Intruders👀. Here is an simple project which can able to protect your belongings form the intruder. Let get started.💪 First of, we need a camera and the DVR setup. But thankfully Raspberry Pi in combination with the OpenCV does the job for us. I used the motion detection technique provided by Mr.  Adrian Rosebrock  from pyimagesearch.com to fulfill my requirement.  To get the notification when the Intruder is detected. We should push the data to cloud and retrieve it form the location uploaded. It's a long process and took time to build an universal application. So I used a commonly used messaging application called telegram and it's an cross platform application. Voila! The wait is done. Once I run the program, It capture the motion and send the real time image to mobile phone. Snaps Working Snaps Telegram Message PoC Hope this concept will embed into the existing DVR's. Bye for now

Object detection | Raspberry Pi | Machine Learning | Visually Challenged

Image
      Hello All 😊. After working with the Face to Voice for visually challenged and tried to make it as a product. But a question arises inside me.✋. Recognizing a human is fine. But what if other objects come around them?😅. Simple, they ask the person near around them? Yuk! That's not going to happen when the world have a electronics hobbyist like me. So that I've created a system which can differentiate the object in real time and most importantly it should be portable.       As always Raspberry Pi is a heart of the system with the Raspbian Jessie is used. Thank to Google tensor-flow API which is a open source library for Machine Learning, they've COCO - Common Object in Context. Lots of models set are available in the tensor-flow. I just utilized a basic model sdd_mobileclient_v1, for testing it out the performance. And I just wondered with it's speed😭. Further, I'm working on to make it as a perfect product. Working Images: Pretty Good! I'll work on to