Hello, I'm
Ismail POLAT
Designing intelligent hardware and software solutions for robotics, automation, and embedded systems.
LOADED_MODULES:
1 #![no_std] 2 use embassy_stm32::Config; 3 use embassy_executor::Spawner; 4 5 #[embassy_executor::main] 6 async fn main(spawner: Spawner) { 7 let p = embassy_stm32::init(Config::default()); 8 cordic::init_cordic(); 9 pwm::init_pwm(p.TIM1, p.PA8, p.PA9, p.PA10); 10 let mut pid = pid::PidControllerBuilder::new() 11 .p(0.5).i(0.1).output_limit(10.0).build(); 12 spawner.spawn(control_task()); 13 loop { Timer::after_secs(60).await; } 14 }
I am an engineer specializing in embedded systems, robotics, and industrial automation. I design high-performance control systems, motor drivers, and autonomous mobile robot platforms.
My experience spans from low-level bare-metal programming on STM32 and ESP32 microcontrollers to designing complex Field-Oriented Control (FOC) algorithms with Space Vector PWM for BLDC motors.
In automation, I have worked on AGV (Automated Guided Vehicle) systems, developing navigation algorithms, path planning, and fleet management solutions.
About Me
Awards / Sertifikalar
Technical Skills
Technologies and tools I use to bring ideas to life.
Embedded Systems
Robotics & Control
Automation
Software & Tools
Experience & Education
Oyak Renault - Project Intern
Oyak Renault Otomobil Fabrikalari A.S.
Bodyshop Department. Responsible for entire AGV flow management including maintenance and continuous improvement actions. Developed automation solutions using Siemens S7-1200 PLC and TIA Portal. Integrated Keyence area scanners and KTP 300 Basic HMI into production systems. Worked with RFID/TAG systems for AGV routing and tracking.
Haciwatt Vehicle Team - Autonomous Systems and Software Leadership
Haciwatt Vehicle Team (School Team — 2 years)
Led autonomous systems and software development for electric vehicle team. Achieved Teknofest 2023 finalist in Efficiency Challenge. Implemented sensor fusion and control algorithms.
Bursa Technical University - Electrical Engineering
Bursa Technical University
4th year Electrical and Electronics Engineering student. GPA: 3.58/4.00
Featured Projects
A selection of my work in embedded systems, robotics, and automation.
Get In Touch
Interested in collaborating or have a question? Let's talk.
Location
Turkey