<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>BrainFlow</title>
    <description>How Biosensors Work</description>
    <link>https://brainflow.org/</link>
    <atom:link href="https://brainflow.org/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>BrainFlow 5.20.1</title>
        <description>
          Support for IronBCI32 board - 
          Summary In this release we have added the support for IronBCI32 board. Code Sample import argparse import time from brainflow.board_shim import BoardShim, BrainFlowInputParams, BoardIds def main(): BoardShim.enable_dev_board_logger() parser = argparse.ArgumentParser() parser.add_argument(&apos;--serial-port&apos;, type=str, help=&apos;serial port&apos;, required=True) args = parser.parse_args() params = BrainFlowInputParams() params.serial_port = args.serial_port board = BoardShim(BoardIds.IRONBCI_32_BOARD, params) board.prepare_session() board.start_stream()...
        </description>
        <pubDate>Fri, 23 Jan 2026 00:00:00 -0800</pubDate>
        <link>https://brainflow.org/2026-01-23-ironbci/</link>
        <guid isPermaLink="true">https://brainflow.org/2026-01-23-ironbci/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.15.0</title>
        <description>
          Support for multiple Emotibit boards - 
          Summary In this release we’ve added support for multiple Emotibit boards connected at the same time. All you need to do is specify serial_number argument in BrainFlowInputParams object. Code Sample import argparse import time from brainflow.board_shim import BoardShim, BrainFlowInputParams, BoardIds, BrainFlowPresets from brainflow.data_filter import DataFilter def main(): BoardShim.enable_dev_board_logger() parser =...
        </description>
        <pubDate>Sat, 23 Nov 2024 00:00:00 -0800</pubDate>
        <link>https://brainflow.org/2024-11-23-multiple-emotibits/</link>
        <guid isPermaLink="true">https://brainflow.org/2024-11-23-multiple-emotibits/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.13.0</title>
        <description>
          Support for PiEEG and new manylinux containers due to CentOS EOL - 
          Summary Add support for PiEEG - 729. Thanks Nick Gamb! CentOS reached EOL, changes in minimum supported GLIBC version - 732 PiEEG support PiEEG (Measure EEG with RaspberryPi) – Brain-computer interface (EEG, EMG, and ECG bio-signals) is an open-source Raspberry Pi shield that measures biosignals such as those used in...
        </description>
        <pubDate>Sun, 14 Jul 2024 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2024-07-14-pieeg/</link>
        <guid isPermaLink="true">https://brainflow.org/2024-07-14-pieeg/</guid>
      </item>
    
      <item>
        <title>200k downloads from PYPI</title>
        <description>
          
          Python binding for BrainFlow has been downloaded 200k times!


    
        
    


Python has been by far the most popular language in BrainFlow for years, C# package, published at Nuget, takes the second place.

        </description>
        <pubDate>Fri, 28 Jun 2024 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2024-06-28-200k-stars/</link>
        <guid isPermaLink="true">https://brainflow.org/2024-06-28-200k-stars/</guid>
      </item>
    
      <item>
        <title>Intel ACAT adds support for BCIs</title>
        <description>
          And works with some BrainFlow supported devices - 
          Intel ACAT adds support for BCIs ACAT is an open source platform that is created at Intel Labs. It is designed to enhance communication for individuals with restricted speech and typing capabilities. ACAT achieves this by providing functionalities like keyboard simulation, word and sentence prediction, and speech synthesis. Key Features:...
        </description>
        <pubDate>Sun, 31 Mar 2024 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2024-03-31-acat/</link>
        <guid isPermaLink="true">https://brainflow.org/2024-03-31-acat/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.10.0</title>
        <description>
          Typescript support - 
          We are glad to announce, that in the latest release we added support for Typescript programming language into BrainFlow. Thanks Gordon Preumont for the help with it! So, now you can download this package from npm and use it to build your own apps on top of it. Detailed installation...
        </description>
        <pubDate>Sun, 10 Sep 2023 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2023-09-10-typescript-support/</link>
        <guid isPermaLink="true">https://brainflow.org/2023-09-10-typescript-support/</guid>
      </item>
    
      <item>
        <title>5 years anniversary and 1000 Github stars!</title>
        <description>
          
          We got 1000 stars on Github Github user with star number 1000 is E-Kater, and we will send a special gift for it! It’s also 5 years anniversary for BrainFlow project The first commit was made 5 years ago, and it’s interesting how the repo was looking back to these...
        </description>
        <pubDate>Wed, 02 Aug 2023 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2023-08-02-1000-stars/</link>
        <guid isPermaLink="true">https://brainflow.org/2023-08-02-1000-stars/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.8.0</title>
        <description>
          
          Summary Add support for PlotJuggler - #631 Add support for Ant Neuro 24 channels board - #635 Add support for NTL board - #634 PlotJuggler streamer In this release we’ve added support for PlotJuggler UDP streamer. PlotJuggler is a tool to visualize time series that is fast, powerful and intuitive....
        </description>
        <pubDate>Mon, 05 Jun 2023 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2023-06-05-brainflow-5-8-0/</link>
        <guid isPermaLink="true">https://brainflow.org/2023-06-05-brainflow-5-8-0/</guid>
      </item>
    
      <item>
        <title>1000 Slack members in BrainFlow workspace</title>
        <description>
          
          I would like to thank and congratulate the BrainFlow community, we got 1000+ members in our slack workspace! If you want to join us there use this link. We welcome new developers, users and financial contributors, here are a few links you can use to support BrainFlow project: Tasks for...
        </description>
        <pubDate>Sat, 14 Jan 2023 00:00:00 -0800</pubDate>
        <link>https://brainflow.org/2023-01-14-1000-slack-members/</link>
        <guid isPermaLink="true">https://brainflow.org/2023-01-14-1000-slack-members/</guid>
      </item>
    
      <item>
        <title>Happy New Year from BrainFlow</title>
        <description>
          Recap of 2022 and our plans for 2023 - 
          As we approach the end of 2022, it’s time to take a moment to take stock of our achievements in 2022 and share our plans for 2023. I’m very proud on how much traction BrainFlow has gained. Over the course of the year we significanly improved BrainFlow and implemented several...
        </description>
        <pubDate>Sat, 31 Dec 2022 00:00:00 -0800</pubDate>
        <link>https://brainflow.org/2022-12-31-new-year/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-12-31-new-year/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.5.0</title>
        <description>
          Add support for EmotiBit devices - 
          Summary Add support for EmotiBit devices - #579 Fixes for Ganglion Native board for MacOS - #581 EmotiBit In this release we’ve added initial support for EmotiBit. We are going to improve it further and as of right now not all EmotiBit sensors are integrated into BrainFlow. So, there may...
        </description>
        <pubDate>Sat, 03 Dec 2022 00:00:00 -0800</pubDate>
        <link>https://brainflow.org/2022-12-03-brainflow-5-5-0/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-12-03-brainflow-5-5-0/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.4.0</title>
        <description>
          Ganglion wo dongle and improved Streaming and PlayBackFile boards - 
          Summary Add support for Ganglion device without BLED112 dongle - #574 Add support set_index_percentage command to PlayBackFileBoard - #570 Add extra presets for PlayBackFile and Streaming boards - #564 Add delete_streamer method - #560 Add support for multiple streamers per preset - #550 Ganglion without dongle In this release we’ve...
        </description>
        <pubDate>Tue, 01 Nov 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-11-01-brainflow-5-4-0/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-11-01-brainflow-5-4-0/</guid>
      </item>
    
      <item>
        <title>Adding new boards to BrainFlow</title>
        <description>
          
          We are trying to add as many devices as possible into BrainFlow and welcome all contributors. By adding your device into BrainFlow you get Python, Java, C#, Julia, Matlab, Rust, etc SDKs. Also, now you can use your board with applications and frameworks built on top of BrainFlow API. Steps...
        </description>
        <pubDate>Tue, 01 Nov 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-11-01-adding-new-boards/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-11-01-adding-new-boards/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.3.0</title>
        <description>
          Add support for Mentalab devices - 
          Summary Add support for Mentalab devices - #542 Fixed minor issue with read_file method, last row was zero - #545 Add get_heart_rate method - #543 Add support for non-default presets to playback and streaming boards - #541 Mentalab Devices In this release we’ve added support for Explore four and eight...
        </description>
        <pubDate>Sat, 10 Sep 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-09-10-mentalab/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-09-10-mentalab/</guid>
      </item>
    
      <item>
        <title>BrainFlow with onnxruntime (TensorFlow edition)</title>
        <description>
          
          ONNX Inference ONNX is an open format built to represent machine learning models. ONNX defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format to enable AI developers to use models with a variety of frameworks, tools,...
        </description>
        <pubDate>Thu, 08 Sep 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-09-08-onnx-tf/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-09-08-onnx-tf/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.2.0</title>
        <description>
          
          Summary of Changes: Replace underlying FFT library by kissfft. It allows non power of 2 FFTs - #533 Fixed bug in get_psd_welch in C++ binding Add oxygen level calculations from PPG data - #534 Add railed calculations like in OpenBCI GUI - #535 Add peak detection calculations using z score...
        </description>
        <pubDate>Tue, 23 Aug 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-08-23-brainflow-5-2-0/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-08-23-brainflow-5-2-0/</guid>
      </item>
    
      <item>
        <title>BrainFlow Shop</title>
        <description>
          Buy hoodies and other goods and help us to develop BrainFlow - 
          We are glad to announce BrainFlow Shop!

Now you can support our project by buying high quality and nice looking goods for everyday use! Check the website to see them all.




   
       
       
       
       
       
       
       
       
       
       
       
       
    
  


All money on top of manufacturing costs will be invested into new features and new supported hardware.

        </description>
        <pubDate>Sat, 30 Jul 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-07-30-brainflow-shop/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-07-30-brainflow-shop/</guid>
      </item>
    
      <item>
        <title>BrainFlow 5.1.0</title>
        <description>
          Introduction of BrainFlow Presets - 
          Summary of Changes: Can be a breaking change: Add support for multiple internal buffers Add an option to use 5th channel for Muse 2 and Muse S Add method add_streamer Update SimpleBLE and Muse stability fixes Streaming and Playback boards now get master board id from master_board field. Before it...
        </description>
        <pubDate>Fri, 15 Jul 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-07-15-brainflow-5-1-0/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-07-15-brainflow-5-1-0/</guid>
      </item>
    
      <item>
        <title>100+ dependent projects</title>
        <description>
          
          Another cool milestone! Now we have 100+ dependent projects published on Github! Most of them come from Python binding, but Github doesn’t track Matlab, C++, etc packages which use BrainFlow, so real number is definitely bigger. Also, some of dependent projects are not publicly available and also not listed here....
        </description>
        <pubDate>Sat, 25 Jun 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-06-25-100-dependents/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-06-25-100-dependents/</guid>
      </item>
    
      <item>
        <title>BrainFlow with onnxruntime</title>
        <description>
          
          ONNX Inference ONNX is an open format built to represent machine learning models. ONNX defines a common set of operators - the building blocks of machine learning and deep learning models - and a common file format to enable AI developers to use models with a variety of frameworks, tools,...
        </description>
        <pubDate>Thu, 09 Jun 2022 00:00:00 -0700</pubDate>
        <link>https://brainflow.org/2022-06-09-onnx/</link>
        <guid isPermaLink="true">https://brainflow.org/2022-06-09-onnx/</guid>
      </item>
    
  </channel>
</rss>
