GithubHelp home page GithubHelp logo

vb6hobbyst7 / neurosky-automation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oguzhanbaser/neurosky-automation

0.0 0.0 0.0 11.63 MB

Basic room automation for paralytic people with NeuroSky Mindwave Sensor

HTML 31.16% JavaScript 46.15% CSS 22.36% CoffeeScript 0.27% Shell 0.06%

neurosky-automation's Introduction

NeuroSky-Automation

Basic room automation for paralytic people with NeuroSky Mindwave Sensor

In this project we used NeuroSky sensor to control electronic devices in a room. Fully paralytic people cannot use any limb. So they cannot control any devices without help. But NeuroSky Brainwave sensor changes everything ..

There are lots of system in this project. So requirements list is long a bit.

If you want to do this project you will need this devices:

- Raspberry Pi 3
- DHT11 Humdity and Temperature Sensor
- Servo Motor
- LDR
- 8 Channel Relay (Min 4 channel)
- 3A 5V Regulator
- MCP3008

And you will need this softwares:

-Node JS
-Wiring Pi (To control Raspbery Pi pins)
-Gort (to connect with bluetooth)

We used Blur Admin Dashboard to make web panel for all home users. This dashboard work with AngularJS Framework. AngularJs is a very good framework to using Firebase. So it is very usefull for this application. Because we use Firebase to communicate Raspberry Pi and Web panel.

Project Structure

- Blur Admin Dashboard
- Raspberry Pi Node Js Server
    -- Pi server         (To control devices)
    -- Control Interface (for the patient)

Connection diagram

Starting Steps

In raspberry pi:

You should change mac adress in "connectBluetooth.sh" with your NeuroSky Sensor Mac adress. After that you can connect with this command. You can download gort from this link.

sudo ./connectBluetooth.sh

When bluetooth connect, port will open at /dev/rfcomm0. So you should listen this port in "serial.js" or "serialEvent.js" (use one of these). After connect you should open new terminal after connect bluetooth.

npm install
sudo node mainEvent.js

Attention

main.js and mainEvent.js are same thing. Only difference between these mainEvent.js works with events. You have to run one of these files.

...

neurosky-automation's People

Contributors

oguzhanbaser 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.