Skip to content
View JeronimoLam's full-sized avatar
💭
Always learning 👨🏻‍💻
💭
Always learning 👨🏻‍💻

Block or report JeronimoLam

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
JeronimoLam/README.md

Welcome to My GitHub Profile! 👋

About Me

I'm a computer engineering enthusiast and academic, with a keen interest in electronics and programming. My GitHub hosts a range of works, from coursework to individual explorations into the world of programming and development.

Academic Projects

  • Alquilapp 🚗📱 - Alquilapp is a project for "Software Engineering" course in the Computer Engineering career. It's an hourly car rental mobile and web app showing available cars on a list and map, with sections for administrators and supervisors.
  • ObservAR 📷🤖 - The "ObservAR" project aims to create a robust system utilizing a robotic arm for precise image recognition and object tracking, geared towards applications in automation, medical assistance, and security. It integrates various modules for detection, tracking, and power management, facilitating communication between EDU-CIAA and ESP32-CAM boards for stable object tracking using a specialized dataset.
  • VR Car with ESP32 CAM 🕹️🚗 - The project involves creating an autonomous vehicle controlled via keyboard, featuring dual cameras on a robotic arm, streaming to VR goggles. Head movements detected by the goggles move the arm, enhancing the immersive driving experience. It integrates MQTT, webserver technologies, ESP32 modules, and custom PCBs.

Research Work (III-LIDI)

  • CACIC (Argentine Congress on Computer Science) - 2024: 📑 Optimized Floyd-Warshall C Library - Parallel Floyd-Warshall Lib is a high-performance, multi-threaded library for computing shortest paths in weighted graphs using the Floyd-Warshall algorithm. Optimized for multicore processors, it offers significant speed improvements and scalability. Designed for easy integration, it includes comprehensive documentation and usage examples.

ICPC (International Collegiate Programming Contest)

  • ICPC-Training-Hub: A group hub for ICPC contest training with practice problems and resources.

Own Developments

  • CDyM-LDR: A comprehensive toolkit for creating and managing digital circuits and microcontroller projects.
  • ESP32cam_PanTilt: Advanced C++ application for precision pan-tilt control of ESP32 cameras.
  • First_Landing_Page: A sleek, responsive HTML landing page designed for engaging user experiences.

Interested in Collaborating?

If you're curious about hardware programming, competitive coding, or algorithm development, feel free to dive into my repositories or reach out for collaboration.

Let's code something amazing together!

Pinned Loading

  1. CACIC-FloydWarshallLib CACIC-FloydWarshallLib Public

    Parallel Optimized Floyd-Warshall Library in C A C library implementing a parallel-optimized version of the Floyd-Warshall algorithm, aimed at simplifying the algorithm's usage through well-defined…

    C 1

  2. ESP32cam_PanTilt ESP32cam_PanTilt Public

    ESP32cam_PanTilt is an open-source pan-tilt camera system using the ESP32-CAM for hobbyists and DIYers interested in home security and automation. It features real-time streaming, Wi-Fi, web and mo…

    C++ 1

  3. ICPC-Training-Hub ICPC-Training-Hub Public

    This repository serves as a grupal hub for ICPC contest training, featuring practice problems and learning resources.

    C++ 1

  4. Alquilapp Alquilapp Public

    Forked from frang4/Alquilapp

    Alquilapp is a project for "Software Engineering" course in the Computer Engineering career. It's an hourly car rental app showing available cars on a list and map, with sections for administrator…

    HTML

  5. 2023-VR-ESP32CAM 2023-VR-ESP32CAM Public

    Forked from tpII/2023-A1-VR-ESP32CAM

    The project involves creating an autonomous vehicle controlled via keyboard, featuring dual cameras on a robotic arm, streaming to VR goggles. Head movements detected by the goggles move the arm, e…

    C

  6. ObservAR ObservAR Public

    Forked from laureanobruno/ObservAR

    The "ObservAR" project develops a system using a robotic arm for precise image recognition and object tracking, aimed at automation, medical assistance, and security. It features modules for detec…

    C