Skip to content
View satvikpandurangi's full-sized avatar

Block or report satvikpandurangi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
satvikpandurangi/README.md

About Me

I'm an Electronics & Communication Engineering student based in Hubballi, Karnataka, building projects to develop real-world engineering skills rather than just studying theory. I'm not chasing trends — each repository reflects something I actually wanted to learn: how a transistor switches, how analog signals get digitized, how to bridge a phone app and a wearable that was never designed to talk to it.

Current Interests

🔌 Embedded Systems     →  ESP32, sensor-driven automation
📡 IoT                  →  Real-time monitoring & actuation
📱 Android Development  →  Kotlin, Jetpack Compose, system services
🧠 AI (exploring)       →  Applied AI in civic-tech, not a primary focus
⚡ Circuit Design        →  KiCad schematic capture & SPICE simulation
🌐 Open Source          →  Public, documented, reproducible projects

🛠️ Tech Stack

Languages

Embedded & Hardware

Mobile

AI / Web

Tools

GitHub Analytics

Featured Projects

🧭 MiBand Navigator

Android system-integration app that intercepts Google Maps navigation notifications and reformats them — including dot-matrix arrows — into turn-by-turn alerts for legacy Xiaomi Mi Bands and Amazfit trackers.

Kotlin Jetpack Compose NotificationListenerService

🏛️ SarkarSeva

AI-powered, multilingual civic-services portal that simplifies government procedures, document checklists, and schemes for everyday citizens of India.

TypeScript React Gemini API Vite

🌬️ AirQuality Smart Window

IoT-enabled automated sliding window prototype that monitors air quality and controls ventilation using an ESP32, MQ gas sensor, and L298N motor driver with rack-and-pinion actuation.

C++ ESP32 IoT Embedded Systems

🔌 MOSFET as a Switch

KiCad SPICE simulation demonstrating the switching characteristics and transient response of an N-Channel MOSFET.

KiCad ngspice Circuit Simulation

📡 PCM Simulation

Full Pulse Code Modulation pipeline in KiCad — sampling, quantization, and 3-bit digital encoding of an analog signal.

KiCad ngspice Signal Processing

4-Bit Ripple Carry Adder

Discrete 74LS-series logic gate simulation of a 4-bit Ripple Carry Adder, demonstrating cascaded binary arithmetic and carry propagation.

KiCad 74LS Logic Digital Electronics

Engineering Journey

Electronics & Circuit Theory
        ↓
Digital Logic & Signal Processing   (Adder · PCM · MOSFET switching)
        ↓
Embedded Systems                    (ESP32 · sensors · actuation)
        ↓
IoT Integration                     (Air Quality Smart Window)
        ↓
Android Development                 (MiBand Navigator)
        ↓
Applied AI                          (SarkarSeva)

Connect

LinkedIn Instagram Portfolio

Designed & engineered by Satvik Pandurangi · Electronics & Communication Engineering

Popular repositories Loading

  1. MiBandNavigator MiBandNavigator Public

    An Android systems-integration app that intercepts Google Maps navigation and formats it into custom turn-by-turn alerts (including dot-matrix arrows) for legacy Xiaomi Mi Bands and Amazfit trackers.

    Kotlin 3

  2. sarkarseva sarkarseva Public

    An AI-powered, multilingual civic services portal designed to simplify government procedures, document checklists, and schemes for everyday citizens of India.

    TypeScript

  3. MOSFET-As-Switch-Kicad-Simulation MOSFET-As-Switch-Kicad-Simulation Public

    A complete KiCad SPICE simulation demonstrating the switching characteristics and transient response of an N-Channel MOSFET.

  4. Pulse-Code-Modulation-Simulation-kicad Pulse-Code-Modulation-Simulation-kicad Public

    A complete KiCad SPICE simulation of a Pulse Code Modulation (PCM) pipeline, demonstrating the full analog-to-digital conversion process through sampling, quantization, and 3-bit encoding.

  5. 4bit-Ripple-Carry-Full-Adder-Simulation-Kicad 4bit-Ripple-Carry-Full-Adder-Simulation-Kicad Public

    A complete KiCad SPICE simulation of a 4-bit Ripple Carry Adder built using discrete 74LS-series logic gates, demonstrating cascaded binary arithmetic and carry propagation.

  6. AirQuality-Smart-Window AirQuality-Smart-Window Public

    An IoT-enabled automated sliding window prototype that monitors air quality and controls ventilation using ESP32, MQ gas sensor, L298N motor driver, and rack-and-pinion actuation.

    C++