Hardware roots.
Embedded Engineer.
Embedded Engineer.
Exploring the intersection of low-level hardware and modern software. Currently focused on high-precision power management systems.
From Concept
to Binary.
Optimized firmware for performance and reliability. My workflow involves rigorous testing and a deep understanding of hardware constraints.
ESP32 Battery Management [v0.1.0-alpha]
Real-time battery monitoring and management powered by ESP32, INA219, and FreeRTOS.
Physical Layer
Sensors, Signals, Voltage
PORTB |= (1 << 5);
// Raw register manipulation
}
Distributed Cloud
Microservices, Serverless
async fetchStream() {
return this.redis.get(...);
}
Live System Monitoring.
Operational data from the ESP32 BMS core. Visualizing high-frequency voltage sampling and thermal regulation.
Engineering Mindset.
Combining hardware intuition with software precision to build deterministic and efficient systems.
Low-Level Optimization
Writing memory-efficient C/C++ for resource-constrained environments.
Hardware Protocols
Deep expertise in I2C, SPI, UART, and CAN Bus communication.
Real-Time Systems
Task scheduling and synchronization using FreeRTOS and Zephyr.
Power Management
Designing battery-efficient systems with deep sleep and optimized power rails.
Latest Logs.
Deep dives into embedded systems, firmware architecture, and engineering notes from the field.
A Complete
Tech Stack.
From low-level firmware in C/C++ to cloud-native backends. I bridge the gap between physical hardware and digital platforms.
Career Timeline.
Tracking the evolution of my engineering journey through projects and professional milestones.
ESP32 BMS
@ Personal Project
Designing and developing a Battery Management System using ESP32. Focused on real-time monitoring, high-precision current sensing, and I2C communication.
Intern Student
@ AKÜ Dept. of Information
Configuring workstations, managing software deployments, and optimizing institutional IT workflows.
Luxly
@ Personal Masterpiece
Architecting a real-time AI study platform. Engineered the hybrid infrastructure using Docker, Traefik, Next.js and NestJS.
Freelance Full-Stack
@ Remote
Developing custom web solutions, automation tools, and dashboards for various clients globally.
Hardware roots.
Software precision.
Demonstrating the full lifecycle of an embedded system—from the raw I2C driver to the real-time application logic.
Clean separation between driver logic and application tasks.
Asynchronous task management for safety-critical systems.