Project guides.
Practical notes to help you choose, plan and understand your project.
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 guideWhere 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 guideSIM800L 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 guideRelay 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 guideHow 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 guideOp-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 guideBuck 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 guideSTM32 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 guideMotor 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