Skip to content
View jRomn's full-sized avatar

Block or report jRomn

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. EEG_ESP32_BLE_Module_Setup EEG_ESP32_BLE_Module_Setup Public

    Complete ESP32 BLE module setup covering controller, Bluedroid, and GATT server initialization with live notification handling for sensor data.

    Assembly 1

  2. EEG_ESP32_BLE_Unit_Test EEG_ESP32_BLE_Unit_Test Public

    Unit tests for verifying ESP32 BLE module initialization, GATT registration, characteristic setup, advertising parameters, and notification task behavior using the Unity framework.

    Assembly 1

  3. Tic-Tac-Toe-in-C Tic-Tac-Toe-in-C Public

    This C++ program implements the classic Tic-Tac-Toe game, serving as a practical exercise to explore fundamental programming concepts:

    C++

  4. EEG_ESP32_ADC_Unit_Test EEG_ESP32_ADC_Unit_Test Public

    Unit test framework for validating the ESP32 EEG ADC subsystem — including circular buffer integrity, IIR bandpass filtering (0.5–30 Hz), blink detection with refractory logic, and alpha-band atten…

    C

  5. EEG-Dashboard EEG-Dashboard Public

    A WIP Dashboard for EEG Band Signals

    HTML

  6. adc adc Public

    A decoupled ADC for EEG signal processing. Includes 500Hz sampling, real-time IIR bandpass filtering (0.5–30Hz), adaptive eye-blink detection, and cognitive state classification. Designed as a stan…

    C