Skip to content
View gmbeddard's full-sized avatar

Block or report gmbeddard

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
gmbeddard/README.md

Hi there 👋

I'm Gabby Beddard!

  • 🔭 I’m currently getting my MS in Electrical Engineering at Tufts University.
  • 🌱 I’m currently learning C++, Altium, and raising a sourdough starter!
  • 📫 Find me on LinkedIn!

Top Langs

Pinned Loading

  1. ee193-networked_embedded_systems-finalproject ee193-networked_embedded_systems-finalproject Public

    Forked from lindazha0/ee193

    A scalable, low-cost IoT system using ESP32 and MQTT to monitor and transmit real-time temperature data across campus. Features robust hardware design, efficient power management, and a custom dash…

    C

  2. ee201-funds-comp-engineering-risc5cpuproject ee201-funds-comp-engineering-risc5cpuproject Public

    A step-by-step implementation of a RISC-V CPU using SystemVerilog, including modules for ALU operations, memory instructions, and branching. Features testbenches, assembler integration, and optiona…

    SystemVerilog

  3. ee200-templated_priority_queue ee200-templated_priority_queue Public

    An efficient implementation of a PriorityQueue class with a custom max-heap. Supports dynamic operations like insertion, removal, and retrieval of the highest-priority element, ensuring robust and …

    C++

  4. ee152-realtime_embedded_systems-finalproject ee152-realtime_embedded_systems-finalproject Public

    An STM32-based implementation of the Pan-Tompkins algorithm for real-time QRS detection. Includes robust debugging tools, heart rate monitoring, and live ECG signal support via a python graphing sc…

    C++ 1

  5. em255-intro_data_science-finalproject em255-intro_data_science-finalproject Public

    A data science project analyzing symptoms, socioeconomic impacts, and diagnosis trends of endometriosis using NHANES datasets. Features machine learning models and visualizations to enhance healthc…

    Jupyter Notebook

  6. ee200-binary_tree_tests ee200-binary_tree_tests Public

    A comprehensive test suite for evaluating 10 BST implementations. Includes validation of insertion, deletion, search, traversal, and memory management, with detailed analysis of failures and bugs.

    C++