Skip to content
View Asaf-Alber's full-sized avatar

Highlights

  • Pro

Block or report Asaf-Alber

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Asaf-Alber/README.md

Hi there , I'm Asaf Alber

I'm a 3rd-year Electrical and Electronics Engineering student at Tel Aviv University.
I love building hardware systems, from high-frequency PCB design to CMOS logic simulation.
Currently learning and growing in analog/digital circuit design, VLSI, and embedded systems.


🛠️ My Tech Stack

  • Languages: C, C++, Python, MATLAB, Verilog, Assembly.
  • Tools: Arduino IDE, OrCAD Capture, Cadence Virtuoso, EasyEDA, PSpice, ModelSim
  • Technologies: I²C protocol, digital I/O (GPIO), real-time embedded logic, FSM design
  • Hardware: Oscilloscopes, Logic Analyzers, Multimeters, PCB prototyping
  • Other: Signal processing, circuit validation, hardware-based UX, test planning

📂 Projects

Here are some selected academic and personal projects I've worked on:

🛰️ RF Circuit Simulation & Analysis

Designed and simulated RF modules using OrCAD with lab validation using oscilloscopes and signal generators.

⚙️ VLSI Logic Design

Designed CMOS gates and combinational logic in Cadence Virtuoso with LVS and DRC validation.

🔍 Logic Probe PCB v1.0

Designed and built a digital logic probe capable of identifying LOW, HIGH, or PWM signals on digital lines.
Utilized voltage reference dividers, comparators, and RC filtering to classify signals with LED feedback.
Simulated the analog behavior and implemented a compact PCB layout in EasyEDA.

⏱️ Arduino Stopwatch & Countdown Timer

Created an embedded system using Arduino Uno, LCD (I²C), and buzzer for stopwatch and countdown timer modes.
Features real-time control with button-based UX and state-machine logic.

🔗 More Projects on LinkedIn


📫 How to reach me


💡 Fun Fact

I transitioned from leading over 100 employees at a telecom company to designing low-noise amplifiers in a lab.
Always pushing boundaries — from call centers to circuit boards.

Pinned Loading

  1. logic_simulator logic_simulator Public

    CLI-based logic gate simulator in C that parses expressions and generates truth tables.

    C

  2. Queen-Puzzle Queen-Puzzle Public

    Solves the 8-Queens problem in C using recursion and backtracking.

    C

  3. arduino-stopwatch-countdown arduino-stopwatch-countdown Public

    Arduino-based stopwatch & countdown timer with LCD, buzzer, and button interface.

    C++

  4. logic-probe-pcb logic-probe-pcb Public

    A 3-input logic probe PCB with low/high/PWM indicators – designed by Asaf Alber