01//Title Card

SHEELENDRA

Full-stack engineer for physical systems. I ship robotics, embedded firmware, and the software that runs them.

loc
New Delhi, India
status
open
degree
B.Tech · '27
scroll to begin
02//Identity

The same engineer who solders the board writes the API that talks to it.

I build the bridge between code and matter — sensors, silicon, and software, held at the same seam.

Robotics and embedded systems engineer with hands-on experience in robotic arm design, sensor fusion, real-time control pipelines, and autonomous-systems firmware. Equally at home shipping a clinical triage dashboard, a real-time AQI rover, or a 2-layer STM32 board from schematic to validated bring-up.

The two worlds aren't separate. Every system I build is full-stack by definition: sensor → firmware → API → interface → human.

02.A//operational spec
role
engineer, builder
scope
sensor → UI
stack
robotic / web
base
delhi, india
available
summer ’26
v0.1 · last updated 2026
03//Timeline

Field log — 2023 to present.

  1. 2023·origin

    B.Tech, Automation & Robotics

    Started the University School of Automation and Robotics (USAR) program at Guru Gobind Singh Indraprastha University (GGSIPU) — a lab-heavy setting where embedded systems, mechatronics, and machine learning all arrived in the same course, and where the student ecosystem later became the launchpad for learning and other campus reletad ventures.

    USAR · GGSIPU · 2023 - 2027
  2. Sep 2024 — 2025·role

    Founder & Licensee, TEDx GGSIPU EDC

    Founded TEDx GGSIPU EDC, built a team and organized the inaugural TEDx event for the university's East Delhi Campus with 450+ attendees, 11 influential cross-domain speakers and end-to-end production.

    450+ attendees · 11 influential speakers
  3. Jul — Aug 2025·role

    Summer Internship, CCML LAB

    INMAS · DRDO

    Designed a 6-DOF robotic arm (Arduino, PCA9685, MG995/SG90) with calibrated PWM motion mapping for repeatable trajectory execution. Built a custom Android app for real-time Bluetooth control with joint-limit safety. Integrated BLE telemetry from BMI270 IMU and FSR pressure sensors for biomechanics studies; reduced sensor calibration error below 3% through hardware-level signal conditioning.

    Validated by Mr. Rajesh Tiwari DRDO Scientist F
  4. Oct 2025 — 2026·award

    Vice Chair & Full-Stack Lead

    Lead the chapter's technical direction: organising robotics workshops and hackathons, and shipping the portal infrastructure that runs them. Built real-time telemetry visualization dashboards for hardware-monitoring portals using React and Next.js — reducing deployment time by 35% and reaching a Lighthouse score of 98. Contributed to the chapter's ACM Emerging Chapter Award (Honourable Mention) conferred at IIT Hyderabad.

    ACM Award · IIT Hyderabad
04//Capabilities

Operating spec — what I bring to the bench.

04.01//Robotics
  • ROS
  • Forward / Inverse Kinematics
  • DH Parameters
  • Newton-Euler Dynamics
  • PID Control
  • ZMP Stability
  • Motion Planning
  • SLAM (conceptual)
  • Sensor Fusion
04.02//Embedded
  • STM32
  • ESP32
  • Arduino
  • C / C++
  • PWM · I²C · SPI · UART
  • BLE
  • CAN (conceptual)
  • KiCad PCB Design
04.03//AI Engineering
  • LLMs
  • RAG
  • MCP
  • AI Engineering
  • LangGraph
  • Multi-Agent Systems
  • Prompt Engineering
  • Embeddings · pgvector
  • Vercel AI Gateway
04.04//AI & Data
  • Python
  • TensorFlow
  • LSTM
  • XGBoost
  • scikit-learn
  • OpenCV
  • Kalman Filtering
  • Anomaly Detection
04.05//Web & Systems
  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • FastAPI
  • MQTT · WebSockets
  • SQLite · Postgres
  • Linux · Git
05//Work

Systems I've shipped — from the bench to the browser.

01//Agentic Clinical Operations Platform

Cureva

Eight specialised LangGraph agents orchestrated over Supabase + Vercel AI Gateway — RAG-grounded triage, Hindi/English scribing, and a SlotSaver pipeline that protects 80%+ of at-risk appointments.

cureva-ai.vercel.app
preview
01 / 1 frame
Cureva preview 1
01 · 01
OPEN LIVE

Agentic clinical layer for Indian outpatient clinics — eight LangGraph agents orchestrated through a supervisor graph over Supabase (Postgres + pgvector + RLS), with Vercel AI Gateway routing LLM calls and the Triage agent grounding every decision in Indian clinical guidelines via RAG. The Scribe agent streams WebM audio to ElevenLabs every 8 seconds, translating Hindi/Hinglish into structured SOAP notes live. SlotSaver runs an XGBoost no-show predictor, fires WhatsApp deep links, and auto-fills cancellations from a ranked waitlist — protecting 80%+ of at-risk appointments.

80%+
At-risk slots protected
350+
Source files
₹4.2k
Recovery / day
stack
  • Next.js 16
  • TypeScript
  • LangGraph
  • Vercel AI Gateway
  • Supabase
  • pgvector
  • ElevenLabs
  • MCP
  • XGBoost
  • Tailwind
02//Chapter Infrastructure

ACM Website

Telemetry dashboards and the public-facing site for the ACM student chapter — the React + Next.js stack that powered the chapter's ACM Emerging Chapter Award (Honourable Mention) at IIT Hyderabad.

usar.acm.org
preview
01 / 1 frame
ACM Website preview 1
02 · 01
OPEN LIVE

Built the real-time telemetry visualization dashboards and chapter website for the GGSIPU EDC ACM Student Chapter — reusable React + Next.js components powering hardware-monitoring portals. Reduced feature deployment time by 35% and reached a Lighthouse score of 98. The work contributed to the chapter's ACM Emerging Chapter Award (Honourable Mention) conferred at IIT Hyderabad.

98
Lighthouse
−35%
Deploy time
IIT-H
Recognition
stack
  • React
  • Next.js
  • TypeScript
  • Tailwind
  • WebSockets
  • Lighthouse 98
03//City-Scale Air Quality Intelligence

Aeronyx

250 Delhi wards, 12 MCD zones — ESP32 sensor fleet to a Next.js API surface running RF source detection, XGBoost forecasts, and wind-aware Bayesian attribution.

aero-nyx.vercel.app
preview
01 / 1 frame
Aeronyx preview 1
03 · 01
OPEN LIVE

Full-stack air-quality intelligence covering all 250 municipal wards across Delhi's 12 MCD zones — an ESP32 sensor fleet (PM2.5, CO, NO₂, TVOC, DHT22) streams into a Next.js API surface running Random Forest source classification, XGBoost 72-hour forecasts, and Isolation Forest anomaly detection. A wind service interpolates a station-cached vector field and feeds a Bayesian-style attribution model returning probabilistic source mixes per ward. Nine interactive surfaces — dashboard, ward map, wind analysis, ML insights, plume visualisation, advisory, alerts — render over a Socket.io feed with a client-side ML fallback.

250
Wards monitored
72 hr
Forecast horizon
7
Alert rules
stack
  • ESP32
  • Next.js 15
  • React 19
  • scikit-learn
  • XGBoost
  • Isolation Forest
  • Leaflet
  • WebSockets
  • SQLite + Prisma
  • ThingSpeak
04//KiCad PCB Design

STM32 Controller Board

A 2-layer STM32F103C8T6 board with native USB DFU, designed from schematic to validated bring-up.

github.com/sheelendra-scripts/STM32
preview
02 / 2 frames
STM32 Controller Board preview 1
04 · 01
OPEN LIVE
STM32 Controller Board preview 2
04 · 02
OPEN LIVE
3d view · pcb layout

Designed a compact 2-layer STM32F103C8T6 PCB from scratch in KiCad with optimized power routing, decoupling layout, and native USB D+/D− lines on PA11/PA12 for DFU flashing. Validated bring-up with oscilloscope probing of UART, SPI, I²C, and PWM signal integrity across peripheral ICs including servo drivers and sensor modules.

2
Layers
4
Buses validated
DFU
Toolchain
stack
  • STM32F103
  • KiCad
  • USB DFU
  • UART
  • SPI
  • I²C
  • PWM
05//DRDO Research Prototype

6-DOF Robotic Arm

A repeatable-trajectory arm with a calibrated PWM map, a custom Android control app, and a BLE telemetry pipeline.

Designed a 6-DOF robotic arm (Arduino, PCA9685, MG995/SG90 servos) with calibrated PWM motion mapping for repeatable trajectory execution. Built a custom Android app for real-time Bluetooth control with joint-limit safety logic. Integrated BLE telemetry using BMI270 IMU and FSR pressure sensors for blunt-injury biomechanics detection; reduced sensor calibration error below 3% through hardware-level signal conditioning.

6
Degrees of freedom
< 3%
Calibration error
DRDO Sc. F
Validator
stack
  • Arduino
  • PCA9685
  • MG995 / SG90
  • BLE
  • BMI270
  • FSR
  • Android
06//Leadership

Off the bench — building the rooms I want to be in.

06.01//Oct 2025 — Present

Vice Chair & Full-Stack Lead

Lead the chapter's technical direction — organising robotics workshops and hackathons, and shipping the portal infrastructure behind them. Built real-time telemetry visualization dashboards for hardware-monitoring portals with React and Next.js, reducing deployment time by 35% and reaching a Lighthouse score of 98. Contributed to the ACM Emerging Chapter Award (Honourable Mention) conferred at IIT Hyderabad.

ACM Emerging Chapter Award · IIT Hyderabad
06.02//Sep 2024 — 2025

Founder & Organizer

Founded TEDx Guru Gobind Singh Indraprastha University East Delhi Campus (GGSIPU EDC), built a cross-functional team, and produced the inaugural event from blank page to keynote — end-to-end production, 450+ attendees, 11 influential cross-domain speakers.

450+ attendees · 11 influential speakers
07//Credentials

Formal specs — degree, course, and certifications.

07.01//Education

B.Tech, Automation & Robotics

Guru Gobind Singh Indraprastha University — USAR · 2023 — 2027
Relevant coursework
  • Advanced Robotics
  • ROS
  • Computer Vision
  • Mechatronics
  • Machine Learning
  • IoT
  • DBMS
07.02//Certifications
  • Artificial Intelligence
    Samsung Innovation Campus
    2025 — 2026
  • CS50x
    Harvard University
    2025 — 2026
  • Modern Robotics
    Northwestern University
    Ongoing
    live
08//Contact

Transmission ready — send a signal.

If you're building something where silicon and software meet — a robotics startup, an embedded product team, a research lab that ships — I'd love to hear from you.

08.A//availability
Open

Open for internships.

role
Embedded / Robotics
or
Full-stack Hardware-adjacent
open email client →
© 2026 · Sheelendra
v0.1 · built in next.js 16// eof