HaimOzer123
Real-Time Embedded Software Engineer [B.sc] | fast learner, adaptable, and highly collaborative.
Israel
Pinned Repositories
Accessible-controller---HIT-course---
This project aims to create an accessible and cost-effective joystick for people with mobility impairments, using sensors, LEDs, buttons, and the Nuvoton board. The goal is to develop an intuitive and customizable interface, enhancing independence and control, and improving the quality of life for individuals with disabilities.
AmnonGame_-_CppFullExercises
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
Arduino_-Simon_Game
This project is an implementation of a "real-time Simon Game" using an Arduino Uno, buttons, LEDs, and a buzzer.
Automated-Construction-Site-Inspector
Developed an IoT-based construction site inspector using a Raspberry Pi 4 that autonomously navigates and inspects construction sites. The system features two DC motors for line-following and a servo-mounted ultrasonic sensor for real-time obstacle detection.
BlackJack-RTED-college-
Blackjack Game in C: Implementing and Testing Core Game Mechanics Using Linked Lists
ESP32_Real-Time-Air-Quality-Monitoring
ESP32-WROOM-32D microcontroller to monitor CO2 levels, temperature, and humidity in real-time using EN160 and AHT21 sensors. Data is displayed on an I2C LCD and can be transmitted over Wi-Fi for remote monitoring, showcasing expertise in sensor interfacing, real-time data processing, and IoT communication.
Hackathon_Shon-Haim_HIT_Data_Science
we have extracted and analyzed approximately 20 insights from a dataset focused on tourism in Tanzania. The primary goal of the project is to understand how much tourists are likely to spend during their visit to Tanzania, based on their characteristics, distribution, organization, and common patterns in trip bookings that are prevalent in tourism.
MooreArbiter---HIT-course---
A Verilog-based state machine module for managing resource arbitration among multiple requesters in a synchronous digital system.
My_LeetCode_journey
Here I will record my progress and the solutions to the LEETCODE puzzles using LeetSync.
Verilog-Clock-Divider-Module---HIT-course---
A Verilog module for generating a divided clock signal with adjustable output frequencies based on a 2-bit input.
HaimOzer123's Repositories
HaimOzer123/Accessible-controller---HIT-course---
This project aims to create an accessible and cost-effective joystick for people with mobility impairments, using sensors, LEDs, buttons, and the Nuvoton board. The goal is to develop an intuitive and customizable interface, enhancing independence and control, and improving the quality of life for individuals with disabilities.
HaimOzer123/AmnonGame_-_CppFullExercises
This repository contains solutions to completed as part of the course for CPP and OOP i take in RTED collage.
HaimOzer123/Arduino_-Simon_Game
This project is an implementation of a "real-time Simon Game" using an Arduino Uno, buttons, LEDs, and a buzzer.
HaimOzer123/Automated-Construction-Site-Inspector
Developed an IoT-based construction site inspector using a Raspberry Pi 4 that autonomously navigates and inspects construction sites. The system features two DC motors for line-following and a servo-mounted ultrasonic sensor for real-time obstacle detection.
HaimOzer123/BlackJack-RTED-college-
Blackjack Game in C: Implementing and Testing Core Game Mechanics Using Linked Lists
HaimOzer123/ESP32_Real-Time-Air-Quality-Monitoring
ESP32-WROOM-32D microcontroller to monitor CO2 levels, temperature, and humidity in real-time using EN160 and AHT21 sensors. Data is displayed on an I2C LCD and can be transmitted over Wi-Fi for remote monitoring, showcasing expertise in sensor interfacing, real-time data processing, and IoT communication.
HaimOzer123/Hackathon_Shon-Haim_HIT_Data_Science
we have extracted and analyzed approximately 20 insights from a dataset focused on tourism in Tanzania. The primary goal of the project is to understand how much tourists are likely to spend during their visit to Tanzania, based on their characteristics, distribution, organization, and common patterns in trip bookings that are prevalent in tourism.
HaimOzer123/MooreArbiter---HIT-course---
A Verilog-based state machine module for managing resource arbitration among multiple requesters in a synchronous digital system.
HaimOzer123/My_LeetCode_journey
Here I will record my progress and the solutions to the LEETCODE puzzles using LeetSync.
HaimOzer123/Verilog-Clock-Divider-Module---HIT-course---
A Verilog module for generating a divided clock signal with adjustable output frequencies based on a 2-bit input.
HaimOzer123/convolution-operation-Matlab---HIT-course---
Convolution combines two functions to produce a third function that expresses how the shape of one is modified by the other.
HaimOzer123/CPP_FinalProject_RTED
This project implements a Quadratic Equation solver using operator overloading, Rule of Three/Five, and const-correctness (Task 1) and a Vet Management system with inheritance, RTTI, singleton pattern, and dynamic memory management for animal health tracking (Task 2).
HaimOzer123/data-analysis-and-visualization-Py---HIT-course---
This project contains Python code that performs data manipulation, analysis, and visualization.
HaimOzer123/Guessing-Game-on-Microchip-Nuvoton-Board---HIT-course---
This project implements a simple and interactive guessing game on a Microchip Nuvoton board using UART communication. The game challenges the player to guess a randomly generated number within a limited number of attempts.
HaimOzer123/MATLAB-Signal-Processing-Project---HIT-course---
This project contains MATLAB scripts designed to process and analyze signal data. The main components of the project include converting signal data into a cell structure, plotting the signals, and executing the main experimental procedures.
HaimOzer123/modern-embedded-programming-course
Miro Samek "Modern Embedded Systems Programming" course
HaimOzer123/Msp430_Microcontroller-Timers_Counters_presentation
This presentation provides an in-depth exploration of timers and counters within the MSP430 microcontroller family. It covers various types of timers, their configurations, and real-world applications in embedded systems.
HaimOzer123/Network_project_RTED
enhanced UDP-based file transfer system, similar to TFTP, with additional features in CPP
HaimOzer123/order-status-management-system
Computerized order status system with both customer and employee portals, implementation using C for backend logic and Python for the web interface.
HaimOzer123/Phone-Shop-Management-System---HIT-coures---
A console-based shop management system that allows users to manage employees, items, customers, and shop operations with an easy-to-use interface.
HaimOzer123/PianoConnect---IOT---HIT-course---
The project presents a piano simulator. The connection to devices is made using a BLE plugin, utilizing the Service UUID of each device chosen for connection.
HaimOzer123/Splay-Tree-
Splay Tree- is a self-adjusting binary search tree that moves recently accessed nodes to the root via rotations. This optimizes access to frequently used elements, offering efficient operations with an amortized time complexity of O(log n). It's useful when certain elements are accessed more frequently.
HaimOzer123/Traffic-light-on-a-Aeltra-board---HIT-course-
Learn to build and program a traffic light control system using the Aeltra Board, mastering embedded VHDL programming, hardware interfacing, and real-world logic implementation.
HaimOzer123/UVM-Verification---HIT-course---
A UVM Verification project focused on developing and validating a comprehensive testbench environment for ensuring the functionality and performance of complex digital designs.