A LITTLE DIRECTION

Project guides.

Practical notes to help you choose, plan and understand your project.

Illustration of an open industrial motor starter panel with three contactors, start-stop push buttons and an overload relay beside an induction motor.B.E./B.Tech Electrical and EEE students designing motor starter panels for final-year projects

DOL vs Star-Delta Starter Explained: Starting Current, Torque, Wiring and Contactor Selection

DOL starts a motor at full voltage (6-8x starting current, full torque); star-delta starts in star at 1/3 current and 1/3 torque, then changes to delta. This guide compares both with worked numbers, shows how to select AC-3 contactors and set the overload relay (FLC in line, FLC/√3 in delta), and covers the interlocking and safety a student panel needs.

Read guide
Illustration of assorted electronic components - resistors, capacitors, a microcontroller board, wire spools and tweezers - arranged on a table.B.E./B.Tech Electronics and E&TC students sourcing components for their final-year projects in India

Where to Buy Electronics Components in India: A Student's Guide to Sellers, Markets and Spotting Fakes

Where should an Indian student buy project components? Specialist stores (Robu, Robokits, QuartzComponents) for silicon and batteries, local markets (Lamington Road, SP Road, Nehru Place) for passives and urgent parts, marketplaces mainly for tools. This guide compares them and gives you an anti-fake checklist: weigh 18650s, test sensors on arrival, and never let the cheapest seller supply your critical part.

Read guide
Illustration of a red SIM800L GSM module with antenna and SIM card next to a microcontroller board.B.E./B.Tech Electronics and E&TC students debugging GSM modules in IoT projects

SIM800L Not Connecting? The Step-by-Step Fix for Blinking, No Network and AT Errors

A SIM800L that blinks but never joins the network is almost always a power problem: the module needs 3.4-4.4 V and up to 2 A in transmit bursts, which no Arduino 5 V pin or weak adapter can supply. This guide walks the fix order that works - read the blink pattern, fix the power supply first, check the SIM and antenna, then run the AT command sequence (AT, ATE0, AT+CPIN?, AT+CSQ, AT+CREG?) and decode every error - with the exact wiring for Arduino and ESP32.

Read guide
Illustration of an electromagnetic relay module beside a power MOSFET with heatsink on a breadboard, showing the two switching options.B.E./B.Tech Electronics and E&TC students selecting switching devices for microcontroller projects

Relay vs MOSFET: Picking the Right Switch for AC Loads, DC Loads and PWM

Relays and MOSFETs both switch loads, but they solve different problems. A relay gives you cheap galvanic isolation and handles AC or DC up to its contact rating, but it switches in milliseconds, clicks, and its contacts wear out after ~100,000 cycles. A MOSFET switches in nanoseconds, runs silent PWM for years, but needs the right drive voltage and shares ground with your logic. This guide compares them head to head, works the heat dissipation math, and gives you driver circuits for both.

Read guide
Illustration of a handheld digital multimeter with red and black probes touching a circuit board for debugging.B.E./B.Tech Electronics, E&TC and Electrical students learning systematic hardware debugging

How to Use a Multimeter for Circuit Debugging: Continuity, Voltage and Current

A multimeter is the first debugger you should reach for: continuity mode finds shorts and broken traces in seconds, DC voltage mode verifies every power rail, and current mode (wired in series) exposes overloaded regulators and sleeping microcontrollers that are not sleeping. This guide teaches the three measurements with correct probe and dial technique, the safety rules that protect the meter's fuse (and you), and a systematic debugging sequence that finds dead regulators, shorted rails, and open connections fast.

Read guide
Illustration of an LM358 op-amp chip on a breadboard with resistors, an oscilloscope showing amplified waveforms, and multimeter probes.B.E./B.Tech Electronics and E&TC students learning analog circuits for sensor projects

Op-Amp Basics with the LM358: Amplifiers, Comparators and Sensor Conditioning

The LM358 is the cheapest op-amp in every student kit, and it is all you need to learn the two circuits that matter: the inverting and non-inverting amplifier (gain = resistor ratio) and the comparator (sensor threshold into a digital signal). This guide works the gain math with real resistor values, explains single-supply limitations, shows sensor signal-conditioning circuits for LDRs, thermistors and current sensing, and lists the classic wiring mistakes that make an op-amp circuit sit at the rail.

Read guide
Illustration of two DC-DC converter modules side by side, one with a toroidal inductor and one with a ferrite inductor and heatsink.B.E./B.Tech Electronics, E&TC and Electrical students designing power supplies for projects

Buck vs Boost Converters Explained: Step-Down, Step-Up and Picking Modules

A buck converter steps voltage down (12 V to 5 V), a boost converter steps it up (5 V to 12 V) - both by switching an inductor at high frequency, typically at 85-95% efficiency versus ~40-60% for a linear regulator dropping the same voltage. This guide explains how each topology works, works the efficiency and heat math with real numbers, covers inductor and capacitor selection, and shows which ready-made modules to buy for common student power rails.

Read guide
Illustration of an STM32 Blue Pill development board with an ST-Link debugger probe and a laptop showing a code editor, on an engineering-themed background.B.E./B.Tech Electronics, E&TC and IoT students moving from Arduino to ARM Cortex-M development

STM32 Getting Started: Blue Pill Boards, STM32CubeIDE, Clock Trees and Hardware Debugging

Stepping up from Arduino to STM32? This guide takes you from an unopened Blue Pill to a working STM32CubeIDE project: choosing boards and ST-Link programmers, wiring SWD, configuring the 72 MHz clock tree, blinking an LED, printf over UART, ADC reads, timer PWM, and hardware debugging with breakpoints - plus the error-message field guide that unblocks every beginner.

Read guide
Illustration of two DC motor driver boards with power wiring connected to yellow gear motors with robot wheels.B.E./B.Tech students building robots and motor-driven final-year projects

Motor Driver Selection: L298N vs L293D vs TB6612FNG vs BTS7960 - Current, Heat and PWM

L298N, L293D, TB6612FNG, or BTS7960 for your robot? Learn to size a driver from stall current (not running current), do the heat math that predicts failure, wire each driver's pins correctly, choose PWM frequency, and avoid the wiring mistakes that release the magic smoke on demo day.

Read guide