Skip to content
View Bhavesh6's full-sized avatar

Block or report Bhavesh6

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.

Content in all repositories owned by your account will be closed.
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
Bhavesh6/README.md
Typing SVG

Portfolio Email Location Profile views


About Me

struct Engineer {
    char  name[]      = "Bhavesh Waghmare";
    char  role[]      = "Embedded Systems & Robotics";
    char  based_in[]  = "Amravati, Maharashtra, India";
    char  studied[]   = "Diploma, Electronics & Telecommunication";
    bool  needs_wifi  = false;   // and that is the whole point
};
  • Currently buildingSafetyFirst, an RFID + YOLOv8 PPE access-control gate for work sites
  • Actually deployed — a five-room smart switch system running on hand-wired bare ESP32-WROOM-32E modules
  • Learning right now — SigmaDSP audio design, CAN bus, and PCB work beyond the two-layer comfort zone
  • Ask me about — ESP-NOW, non-blocking firmware, watchdogs, LiPo power paths, or why your relay flickers on boot
  • Fun fact — my wall switches keep working with the Wi-Fi and the cloud completely down. Only the app needs internet.
  • 1st place, hardware division — CMR Hackfest 3.0 (national), plus 2nd runner-up overall

Tech Stack

Silicon & Boards

ESP32 ESP8266 Arduino Raspberry Pi

Languages

C++ C Python JavaScript HTML5 CSS3

Protocols & Connectivity

ESP-NOW I2C SPI UART BLE CAN Bus GSM GPS

Vision & ML

OpenCV YOLOv8 FaceNet

Tools & Platforms

PlatformIO Node.js Docker Astro Git Linux VS Code


Featured Projects

Project What it does Tech
SafetyFirst PPE Gate RFID + YOLOv8 access-control gate. Checks hardhat, vest and mask against a policy an admin can change mid-shift. YOLOv8 Python RPi
Smart Switch System 5 rooms, 11 relays, bare WROOM-32E modules. Wall switches work with Wi-Fi and cloud fully down. ESP32 RainMaker
Smart Aquarium Offline-first feeding, pump cycling and 4 relays. Detects missed feeds on boot, watchdogs the cloud. ESP32 SPIFFS
ESP32 Race Robot Tank drive on a two-board ESP-NOW link. 43A drivers, live current telemetry on the remote's OLED. ESP-NOW BTS7960
SigmaDSP BT Speaker Portable speaker from raw chips, not a module. Live EQ over I²C, fully documented before soldering. ADAU1701 LDAC
RO Purifier Board Replaces the stock board. Sequenced pump/UV cycle, TDS monitoring, relays that default off. ESP32 EEPROM
PC Dock Old Android phone as an always-on desk dock. CPU/GPU meters, media remote, macro pad. No cloud. Node PowerShell
Portfolio No framework, no build step. The robot's face is a real port of face.py from my companion robot. HTML CSS JS

GitHub Stats

GitHub stats Top languages



GitHub streak



Trophies

Contribution Snake

Contribution snake

A note on how I work

I use AI tools as engineering assistants — research, debugging, documentation and a fair amount of the code.
I verify the output, make the engineering calls, and test the hardware myself. That is the part no model does for me.


Got a hardware problem that only fails in the field? Those are my favourite kind.


Life is a DIY project

Popular repositories Loading

  1. Smart-Aquarium-ESP32 Smart-Aquarium-ESP32 Public

    ESP32-based Smart Aquarium Controller — local & IoT-enabled automation for fish feeding, pump control, and lighting, with temporary AP mode, async web dashboard, and Arduino IoT Cloud relay control…

    HTML

  2. SigmaDSP-Marshall-BT-Speaker SigmaDSP-Marshall-BT-Speaker Public

    DIY Marshall Middleton-style portable Bluetooth speaker using ADAU1701 SigmaDSP, ESP32-WROVER with LDAC/aptX/AAC support, TPA3116 + TPA3110 Class-D amps, and live EQ tuning via I²C. CY7C68013A used…

  3. ESP32-RoboRace-bot ESP32-RoboRace-bot Public

    Tank-drive race robot on a two-ESP32 ESP-NOW link. Two BTS7960 43A drivers, INA226 current telemetry on the remote's OLED, per-side motor trim saved to NVS.

  4. ESP32-Water-Purifier-Controller ESP32-Water-Purifier-Controller Public

    Drop-in replacement board for a residential RO purifier. Sequenced inlet/pump/UV cycle, TDS monitoring, dual filter life in EEPROM, relays that default off on power loss.

  5. esp-rainmaker-smart-switches esp-rainmaker-smart-switches Public

    Five-room retrofit switch system on hand-wired bare ESP32-WROOM-32E modules. Eleven relays, no flicker on boot, wall switches that keep working with Wi-Fi and the cloud fully down.

    C++

  6. pc-dock pc-dock Public

    Turn an old Android phone into an always-on desk dock for your Windows PC — live system monitor, media remote, and Stream-Deck macro pad. Local, no cloud.

    HTML