neurolab-firmware

Firmware for Neurolab Hardware

Github星跟蹤圖

Neurolab Firmware

Repository for firmware of Neurolab Open Hardware Platform.

Build Status
Gitter
Mailing List
Twitter Follow

We are developing a neuro-device as a headband with integrated electronics. This repository holds the firmware for the Neurolab Hardware. The initial version of the firmware is based on the original AD7173-Arduino library of the Brain-Duino project.

Buy

Communication

Goals of Neurolab

The goal of the Neurolab project is to develop an easy to use open hardware measurement headset device for brain waves that can be plugged into an Android smartphone and a software application and enables us to understand our brains better.

Our brains communicate through neurotransmitters and their activity emits electricity. The neuroheadset measures that electricity on the skin of the forehead and the software processes the signal so that it can translated into a visual or auditory representation. The data that can be collected can be analysed to identify mental health, stress, relaxation and even diseases like Alzheimer.

Current devices in the medical industry are usually not accessible by doctors due to their high pricing. They are also complicated to use. The idea of the device is to integrate it into a headband and focus and focus on signals that can be obtained through the frontal lobe.

A difference to existing projects like OpenBCI is that it will not be necessary to 3D print large headsets. Instead we are focusing on creating a device that collects as much data as possible through the forehead. To achieve this goal we are using high-grade sensors and flexible electronics.

Setup

  • 1007 data rate
  • external crystal
  • continuous conversion mode
  • 4 analog inputs, 2 bipolar channels
AD7173.set_channel_config(CH0, true, SETUP0, AIN8, AIN9);
AD7173.set_channel_config(CH1, true, SETUP0, AIN10, AIN11);
AD7173.set_setup_config(SETUP0, BIPOLAR);
AD7173.set_filter_config(FILTER0, SPS_1007);
AD7173.set_adc_mode_config(CONTINUOUS_CONVERSION_MODE, EXTERNAL_CRYSTAL);

License

This development of the files in this project are licensed under the Apache License 2.0 license. Some older files are under a Creative Commons license, other specific licenses are mentioned in the respective files. A copy of the LICENSE Agreement is to be present along with the source code. To obtain the software under a different license, please contact FOSSASIA or the relevant contributors.

主要指標

概覽
名稱與所有者fossasia/neurolab-firmware
主編程語言C++
編程語言C++ (語言數: 2)
平台
許可證Apache License 2.0
所有者活动
創建於2017-11-24 10:34:47
推送於2021-03-08 10:19:07
最后一次提交2020-03-28 09:20:08
發布數0
用户参与
星數1.5k
關注者數12
派生數28
提交數25
已啟用問題?
問題數2
打開的問題數0
拉請求數3
打開的拉請求數0
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?