Electrical Resistance, Resistivity and Ohm’s Law

Resistance: Electrical resistance or simply resistance is the property of materiel which opposes flow of electrons. The unit of resistance is Ohms “Ω” and Resistance is denoted by ‘R”. Resistance between two ends or two point of material depends upon its length, its cross sectional area and type of material. Resistance is directly proportional to […]

Data science key definitions

When someone starts learning data science they come across lot of technical terms related to data science domain. I wanted to keep all the important data science terms and their definitions at one place for reference. Data Warehouse: Data warehouse is a system where a structed data related particular business process, or organization is stored. […]

Introduction to micropython

The use of C/C++ programming language for controlling hardware, development of system software is common practice over the years. Now due to wide acceptance of Python as common language for AI and machine learning domains, the popularity of python has increased tremendously. With increased popularity and user base hardware platforms like Raspberry Pi started giving […]

Programming for Kids: Visual programming tools.

Introduction: Computer programming has become one of the essential skills for students to learn in the digital age. Learning programming at early age for kids gives opportunity to learn computer fundamentals by experimenting. Coding also helps in developing logical thinking, analytical skills and problem solving. These days kids can learn coding using different methods like […]

Building Quadcopter Part-1

This is the first blog post in the “Building Quadcopter series” from c2plabs.com which explains different parts of Quadcopter. Quadcopter generally consists of the following components. BLDC-Motors Propellers ESC (Electronics Speed controllers) Frame Flight Controller Power Distribution Board (PDB) Li-PI Battery   Motors: For Quadcopter Brush Less DC (BLDC) motors are commonly used motors. BLDC […]