-
Notifications
You must be signed in to change notification settings - Fork 236
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
Code for Epoc+ Mode Change. #265
Comments
@warrenarea please, could you tell me if the current version of EPOC+ is supported? I'm considering to buy it and use for neurofeedback training, but it's restricted by the device by default, the metrics are limited and so on. Can I get what I need with the current libraries available? |
i think we're getting close to being able to use the Epoc+ using cykit or emokit, but also, i don't even think the Xavier control panel displays the "high precision" data. they recently came out with a new program, (that will cost you $100/mo) So to answer your question, from the current emokit libraries, they're not going to be much help |
It almost seems like, they never quite finished working on Xavier, before they switched to working on Under the hood EmotivPRO looks completely different. lol i think with Xavier, they were experimenting a little with polymorphic functions.. and then maybe just probably due to all of our activity on Emokit recently.... they have really switched gears to security. lol |
I think its very possible someone read that I had been working on Xavier, and decided to |
@warrenarea hm, does some of you guys (the library's devs) have the current version of EPOC+ to experiment with? and, if not, is it the reason it's currently unsupported? I thought, maybe it's possible to establish a remote desktop connection, so you could try to hack it, but if the protection was increased, probably there's no way to do it, so it could be a waste of money for me. 800$ is 800$ after all, and their basic SDK really sucks. |
I think the biggest shame of it all..... is that, the Emotiv developers.... have to work on security to keep the So both sides are fighting over the data.... and the problem with that is, we're so busy working on the i appreciate where Emotiv is coming from.... they want to be a profitable company, and I want them to I don't know about the rest of you, but the current Emotiv store (showcase), doesn't really do much I also read recently that Disney is also going to be backing Emotiv as well, so you know they're getting |
July: I thought we were making progress earlier, but then all activity seemed to drop off. I have the EPOC+, Insight, and Epoc. to experiment with, July: reason why I haven't broken it... is because I have been on a "learning curve" to reverse engineer |
their basic SDK, is still being updated consistently.... but the problem is, |
Also.... I have a repository called CyKIT which is a TCP streamer of the regular Epoc data. Since then.... I've created a new engine for it... and a whole new interface that should open Instead of tapping the sensors.... I've actually taken it a step further.... I spliced some needles and then I just play a low-amplitude frequency into my speaker..... and in that way, I can |
Another issue that has slowed me down, is that.... the Epoc+ makes use of 64-bit floats, Problem is... there is quite a bit of floating point math in the more complicated functions. |
or... because they loaded a huge library of encryption protocols.... i might end up looking at one of those. |
@warrenarea I appreciate your comments a lot, thanks. Probably, the development of CyKIT/emokit-like projects should be a bit more closed, to stop all the cold war with data, you know. They're watching these repos for sure. I think I'll buy it as soon as you say you were able to unlock it, I trust you. But for now, it's too pricey toy considering the locked functional. Could you bump this thread if you have any luck with it? |
Well, I'll make sure to advertise the new repository for CyKIT, i would keep checking that repository for I'm just a little worried Emotiv might not be very appreciative of my efforts though, but i've come this |
@warrenarea hope you'll make it. (crossed his fingers) |
@warrenarea hello there :3 sorry to bother you, but… any news, ideas, opinions? |
Finally figured out how to send a raw data packet to the USB.
We now have a working mode changer for Epoc+
Have tested and verified the code works as well.
the script i use requires you to confirm what device you want to use,
so you may want to modify that part out.... or, have it ask what mode
the device should be put in.
change EPOC_ChangeMode to select what mode its to be put in.
The text was updated successfully, but these errors were encountered: