kectr.tech
👋 Hi, I'm Kemal

Building
impactful digital experiences.

Electric-Electronics Engineer. I create user-centric, fast, and aesthetic solutions using modern web technologies.

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 favorite works that showcase my skills in frontend and backend development.

Let's Connect

Have a project in mind or just want to chat? Feel free to reach out!