Coder Social home page Coder Social logo

copsvsninjas / eegsynth-bela Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eegsynth/eegsynth-bela

0.0 0.0 0.0 896 KB

This contains EEGsynth patches and example code for the Bela

Shell 2.07% C++ 14.22% Python 2.03% C 0.50% MATLAB 0.81% Mercury 80.36%

eegsynth-bela's Introduction

EEGsynth for Bela

Bela is an embedded computing platform for creating amazing interactive applications.

This EEGsynth repository contains C/C++ and Pure data projects for the Bela, combined with the corresponding EEGsynth patches.

How to connect the Bela to the internet

To use git and GitHub in combination with your Bela you have to get it connected to the internet. Connecting it to your local computer as 192.168.6.2 is not sufficient. If you have a wired ethernet cable, you can just plug it in and reboot with

ssh root@bela
reboot now

Other possibilities are to use a wifi USB dongle or to set up internet sharing on your computer such that trafic on the local network between your computer and the Bela gets routed to the internet.

How to install this on the Bela

If you want to contribute to this repository, we recommend you make a fork to your own GitHub account and follow these instructions.

ssh [email protected]
ssh-keygen
cat .ssh/id_rsa.pub 

Copy the SSH key over to GitHub (your profile, settings, SSH and GPG keys).

git clone [email protected]:username/eegsynth-bela.git

You can also skip authentication on GitHub and use http to make a clone of the eegsynth version.

ssh [email protected]
git clone https://github.com/eegsynth/eegsynth-bela.git

Now that you have a copy of the git repository on your bela, you can use symbolic links to access all or some of the projects here.

cd ~/Bela
rm -rf projects  # WARNING, only do this after backing up your projects
ln -s ~/eegsynth-bella/projects .

Or if you want to mix some eegsynth-bela projects with your own you can do

cd ~/Bela/project
ln -s ~/eegsynth-bella/projects/someproject .
ln -s ~/eegsynth-bella/projects/anotherproject .

eegsynth-bela's People

Contributors

robertoostenveld avatar stephenwhitmarsh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.