Skip to content
View mayankish's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report mayankish

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

Typing SVG


   

electronics gif

⚡ Who Am I?

I'm Mayank Singh an engineering Undergrad student who likes to Experiment, Test and Fabricate.

I’m fascinated by systems that sense, think, communicate, and act. From autonomous robots and UAVs to radar, embedded systems, and intelligent machines, I enjoy learning whatever a challenge demands and building solutions from first principles.

I build things that exist in the physical world circuits, sensors, robots and then make them smart by bridging them with computer vision and machine learning. My happy place is where a soldering iron meets a Python script.

$ whoami
> mayankish

$ cat interests.txt
> Embedded Systems & Firmware
> IoT & Wireless Protocols (RF, MQTT, BLE)
> Edge AI & Computer Vision
> Sensor Fusion & Time-Series ML
> Robotics & Automation
> Model Deployment on constrained hardware

$ echo $CURRENT_STATUS
> Engineering student — building in the real world
  • 🔌  I prototype on Arduino, ESP32 & Raspberry Pi
  • 📡  Fascinated by RF comms and wireless sensor networks
  • 🤖  Building robots that can see, sense and decide
  • 🧠  Deploying ML models where compute is scarce and power matters
  • 🔭  Currently exploring TinyML & Edge AI
  • ☕  Fuelled by curiosity and bad hostel coffee


Welcome to my profile! Here are some of my featured projects:

🚀 My Projects


Updated on June 6, 2026

Feel free to explore and contribute!


🛠️ Things I've Built

Real hardware. Real data. Real results.

📡 SmartNode — IoT Sensor Hub

ESP32 MQTT Python Time-Series ML

Wireless sensor network collecting environmental data across nodes. Backend pipeline runs anomaly detection using time-series ML to flag outliers in real time.

Highlights: OTA firmware · MQTT broker · Anomaly model · Live dashboard

🤖 VisionBot — CV-Guided Robot

Raspberry Pi OpenCV Python Arduino

Autonomous robot using a Pi camera + OpenCV for real-time object detection and tracking. Pi handles vision logic; Arduino drives the motors.

Highlights: PID tracking · Object classification · UART Pi↔Arduino bridge

📻 RF Mesh Network

Arduino nRF24L01 C++

Custom RF mesh network built from scratch to relay sensor data across nodes — no Wi-Fi, no cloud. Designed for low-power, infrastructure-free environments.

Highlights: Multi-hop routing · CRC error checking · Sub-1GHz range

🧠 Edge Inference Engine

Raspberry Pi TensorFlow Lite OpenCV Docker

Deployed a quantised CV model on Raspberry Pi 4 for real-time inference at the edge. Containerised with Docker for clean, reproducible deployment.

Highlights: INT8 quantisation · 15+ FPS on Pi 4 · REST API · MLOps pipeline

💡 Pin your actual repos on your profile and link them here!


🧰 Tech Stack

🔩 Hardware & Embedded

Arduino Raspberry Pi ESP32 MQTT KiCad

💻 Languages

C C++ Python Bash

🧠 AI / ML

OpenCV TensorFlow Lite scikit-learn NumPy Pandas

⚙️ Tools & DevOps

Linux Docker Git VS Code Jupyter


📊 GitHub Stats



🏆 Trophies


📈 Contribution Activity


🐍 Contribution Snake

github contribution grid snake animation

📬 Find Me

LinkedIn Gmail Hackaday


"Phase shifting through challenges, shaping life's signal through perfect convolution 💡"

⚡ Built from scratch by mayankish — where circuits meet code

Popular repositories Loading

  1. RF-IC-RX-FRONT-END RF-IC-RX-FRONT-END Public

    Complete 2.4 GHz RF receiver front-end designed in Cadence Virtuoso (180 nm CMOS) — cascode LNA, Gilbert cell mixer, and Gm-C IF filter. Serving as the analog verification layer for a 64 subcarrier…

    Python 2

  2. 5G-NR-Inspired-Custom-MAC-Protocol 5G-NR-Inspired-Custom-MAC-Protocol Public

    TDMA MAC protocol implementing 5G NR concepts (HARQ×8, CQI→MCS link adaptation, DCI scheduling) in C++ on ESP32 — reduced BLER 11.5× over ALOHA baseline, validated across 52,750 hyper-frames. Real …

    Python 1

  3. mayankish mayankish Public

    Config files for my GitHub profile.

  4. NSS_GARBAGE_SORTING_MACHINE NSS_GARBAGE_SORTING_MACHINE Public

    Garbage segregation device using computer vision and machine learning deployed on RPI4 with 4GB ram. development of Trash Classifier and electronics hardware integration for physical access of robo…

    Python

  5. PratiDhwani PratiDhwani Public

    We don't talk about this 🤫

    HTML

  6. 5G-NR-OFDM-Transceiver---RTL-FPGA 5G-NR-OFDM-Transceiver---RTL-FPGA Public

    FPGA implementation & Synthesizable Verilog OFDM transceiver modelled on 5G NR PHY: 64-FFT, QPSK/16-QAM, Zadoff-Chu sync, LS channel estimation, ZF equaliser — Implemented on Xilinx Artix-7 (Nexys …

    Verilog