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

Brain.js module for interfacing the NeuroSky ThinkGear ASIC module (TGAM) #134

Merged
merged 2 commits into from Apr 27, 2015

Conversation

pastaclub
Copy link
Contributor

Hi, I have developed an Espruino module for interfacing the TGAM, an EEG module which allows people to measure brainwaves. The TGAM has a serial interface and can easily be hooked up to an Espruino board using only a UART RX pin, 3.3V power and GND.

I thought about how to name this module. The hardware is referred to by various names, the most common one being TGAM. However, there is a library for the Arduino which interfaces this device and that library is called "Brain", so I figured that it would be best to call this one "Brain" as well. Note that this is not ported from the Arduino. It's an original development in JavaScript following the protocol description of the manufacturer.

@gfwilliams
Copy link
Member

Great - love it! In case anyone else sees this, forum post is here too: http://forum.espruino.com/conversations/266808

gfwilliams added a commit that referenced this pull request Apr 27, 2015
Brain.js module for interfacing the NeuroSky ThinkGear ASIC module (TGAM)
@gfwilliams gfwilliams merged commit 4a56309 into espruino:master Apr 27, 2015
@pastaclub
Copy link
Contributor Author

I noticed that the module doesn't appear here:
http://www.espruino.com/Modules
where it probably should be listed.

I also noticed that the layout of this page
http://www.espruino.com/Brain
is broken. I committed a markdown file which looks fine but that html page is scrambled somehow.

@gfwilliams
Copy link
Member

Thanks - I don't know why but the Markdown parser I use (marked) doesn't seem to like things when they don't have a newline between them. I actually fixed it a few days ago but forgot to update the site with the new version. I've done it now though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants