openbci-archive / OpenBCI_NodeJS

Node.js SDK for the all OpenBCI Biosensor Boards
https://www.npmjs.com/package/openbci
137 stars 52 forks source link

Add exp python #130

Closed andrewjaykeller closed 7 years ago

andrewjaykeller commented 7 years ago

1.4.3

New examples

teonbrooks commented 7 years ago

🍻

andrewjaykeller commented 7 years ago

🍗🍗💯

teonbrooks commented 7 years ago

hey, so I manage to get everything installed and I connected to the simulated board, but I am not clear on how the interaction with the board works. I instantiated an Interface obj. do I send the command with the send method? are these the same function names from the js module?

andrewjaykeller commented 7 years ago

@teonbrooks you can see an example of sending from python to node here

are these the same function names from the js module?

Not to my knowledge, any similarities that may occur were not intentional, only natural.