Skip to content
View notAbhay321's full-sized avatar

Block or report notAbhay321

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
notAbhay321/README.md

Hey, I'm Abhay πŸ‘‹

Electronics & Communication Engineering student

I build things that automate the annoying parts of life β€” from soldering PCBs to writing Chrome extensions.

GitHub followers GitHub User's stars Profile views


πŸ› οΈ What I Build

I work across the full stack β€” from soldering components on a PCB to writing Chrome extensions and Bash scripts. Most of my projects solve a specific annoyance: too many remotes, unreliable power supplies, no way to send an SOS from the middle of nowhere.


πŸš€ Projects

πŸŒ‰ AI-Bridge β€” Chrome Extension

Query ChatGPT, Claude, Gemini, Copilot, Perplexity, Deepseek, and Mistral simultaneously from one interface.

Send one prompt to all your AI models and compare responses side-by-side. No more tab-switching.

HTML JavaScript CSS Chrome Extension


⚑ Dual Power Supply β€” Hardware / Electronics

Regulated 230V AC β†’ 5V & 3.3V DC for ESP32 smart automation systems.

Custom-designed power supply using dual LM2596-ADJ buck converters with <30mV ripple, KiCad PCB design, Multisim simulation, and full short-circuit protection.

Hardware KiCad Multisim ESP32 Power Electronics


🚨 SOS Alert Device β€” Raspberry Pi / Python

One button press β†’ Email + Telegram alert with real-time GPS location and Google Maps link.

Raspberry Pi emergency device with GPS module, buzzer feedback, periodic image updates, and IP-based fallback when GPS signal isn't available.

Python Raspberry Pi GPS Telegram API


πŸ“‘ ESP8266 IR Web Remote β€” IoT / Embedded

Replace every remote in your house with a local webpage on your phone.

ESP8266 hosts a local Wi-Fi web interface (no internet needed) with an IR blaster to control fans, lights, and anything IR β€” from your browser.

C++ ESP8266 IR Web Server


🎧 Bluetooth Connect β€” Linux / Bash

Type buds in terminal β†’ earbuds connected. That's it.

Custom Bash command wrapping bluetoothctl to connect/disconnect, toggle Bluetooth, and check battery level from a single alias.

Bash Linux Bluetooth


πŸ“š C++ Basics β€” Learning / OOP

Structured programs from fundamentals through OOP β€” classes, inheritance, pointers, polymorphism.

C++ OOP


🧰 Tech Stack

Languages

C++ Python JavaScript Bash HTML CSS

Hardware & Embedded

ESP32 ESP8266 Raspberry Pi KiCad Arduino

Tools & Platforms

Linux Git VS Code


⌨️ Typing Speed β€” Monkeytype

Mode WPM Accuracy
15 seconds -- --%
30 seconds -- --%
60 seconds -- --%
100 words -- --%

View full profile β†’

Note for me: Replace the -- values above with actual PBs. Then set up monkeytype-readme GitHub Action to keep it auto-updated using your Ape Key from Monkeytype Settings.


πŸ“Š GitHub Stats

Abhay's GitHub Stats

GitHub Streak

Top Languages


πŸ“ˆ Contribution Activity

Activity Graph


πŸ† GitHub Trophies

Trophies


⭐ If something here was useful, a star goes a long way.

"localhost" is my location. My projects are everywhere else.

Pinned Loading

  1. AI-bridge AI-bridge Public

    About A Chrome extension that allows users to query multiple AI models simultaneously, including ChatGPT, Claude, and Gemini. Easily manage responses and continue conversations in the same chat or …

    JavaScript

  2. ESP8266-IR-Web-Remote ESP8266-IR-Web-Remote Public

  3. sos_alert_device sos_alert_device Public

    SDM – Send Direct Message | A Raspberry Pi SOS device that sends your GPS location via Email & Telegram with a single button press.

    Python

  4. Dual-power-supply Dual-power-supply Public