Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeeeg128 #661

Closed
wants to merge 13 commits into from
Closed

Freeeeg128 #661

wants to merge 13 commits into from

Commits on Jul 28, 2023

  1. Update brainflow_constants.h

    Add new board id to BoardIds enum: "Freeeeg128_Board = 52"
    TedAhmadi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    21f9112 View commit details
    Browse the repository at this point in the history
  2. Update brainflow_constants.h

    Add new board id to BoardIds enum: "FREEEEG128_BOARD = 52"
    TedAhmadi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0d42f14 View commit details
    Browse the repository at this point in the history
  3. Update board_controller.cpp

    Include the: #include "freeeeg128.h" and also add new condition to switch
    TedAhmadi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ae7dece View commit details
    Browse the repository at this point in the history
  4. Update brainflow_boards.cpp

    Add new jason board: "brainflow_boards_json [52], Freeeeg128"
    TedAhmadi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e4ceb36 View commit details
    Browse the repository at this point in the history
  5. Create freeeeg128

    Add the folder for Freeeeg128 to add #.h & #.cpp
    TedAhmadi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    550157c View commit details
    Browse the repository at this point in the history
  6. Delete freeeeg128

    file deleted
    TedAhmadi committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    779152d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    970d247 View commit details
    Browse the repository at this point in the history
  2. Update freeeeg128.cpp

    update #.cpp
    TedAhmadi committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    47f35be View commit details
    Browse the repository at this point in the history
  3. Update freeeeg128.h

    update #.h
    not sure about following
        static constexpr int start_byte = 0xA0;
        static constexpr int end_byte = 0xC0;
        static constexpr double ads_gain = 8.0;
        static constexpr double ads_vref = 2.5;
    TedAhmadi committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0f7e718 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Update build.cmake

    Update the "BOARD_CONTROLLER_SRC" to include freeeeg128
    TedAhmadi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c0d614b View commit details
    Browse the repository at this point in the history
  2. Update SupportedBoards.rst

    update the docs file
    Note: need to add the pic of device and add the website link
    TedAhmadi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    999197e View commit details
    Browse the repository at this point in the history
  3. Update brainflow_boards.cpp

    fixed the boards_json
    TedAhmadi committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6e666f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Update freeeeg128.cpp

    fixed the FREEEEG128_BOARD
    TedAhmadi committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d2d3812 View commit details
    Browse the repository at this point in the history