kectr.tech
👋 Hi, I'm Kemal

Engineering
Advanced Systems.

Third-year Electrical and Electronics Engineering student combining hardware expertise with modern software engineering to build robust solutions.

Op-Amp Oscillator

Frequency
0.46 Hz
+5V
Schematic

Arduino Blink

#include <Arduino.h>

void setup() {
  pinMode(LED_BUILTIN, OUTPUT);
}

void loop() {
  digitalWrite(LED, HIGH);
  delay();
  digitalWrite(LED, LOW);
  delay();
}
Edit values to change blink speed!

Featured Projects

Some of my works.

Autonomous Underwater Vehicle (AUV) Microcontroller System with Control Algorithm

AUV control system software developed with ESP32. Implemented PID algorithms used ROS1 for communication.

FinishedEmbedded C++ROS1ESP32ControlEigen3 for Arduino

Let's Connect

Feel free to reach out!