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

Windows #1

Closed
gdm29732 opened this issue Jan 15, 2017 · 7 comments
Closed

Windows #1

gdm29732 opened this issue Jan 15, 2017 · 7 comments

Comments

@gdm29732
Copy link

I don't see any instructions for Windows. Does this only work for Linux and Mac

@Jeija
Copy link
Owner

Jeija commented Jan 15, 2017

This should also work on Windows, but I haven't tested that yet. However, it is a lot more complicated to install, since Windows doesn't have a nice command line. Someone has made a tutorial on how to install noble on Windows, which is the only thing platform-dependent that this needs:
https://www.youtube.com/watch?v=mL9B8wuEdms
Once noble and the other dependencies are installed, running fluffd should basically work just like on Linux / macOS.

Someone else has suggested it might actually be easier to install Linux and then install fluffd on Linux: http://www.tamatalk.com/IB/topic/194076-furby-connect-bluetooth-hacking/

@gdm29732
Copy link
Author

gdm29732 commented Jan 15, 2017 via email

@Jeija
Copy link
Owner

Jeija commented Jan 15, 2017

Yes, you could also send other commands from the nRF connect app, e.g. "cd00" will turn off the LCD eyes ("cd01" to turn them back on again), but sending longer commands becomes really tedious on the phone.

Now concerning the error:
I'm not sure what noble warning: unknown handle 64 disconnected! means here, but since info: Discovered Furby: f264da436ac1 is displayed afterwards, I would assume everything is fine. This means your Bluetooth and everything is working, you're just one step away from controlling the Furby.

Now the actual cause for your problem is that I used some very new node.js (ECMAScript 2017) features when writing fluffd, that is why you need the current node.js version (you propably got the LTS version, which doesn't seem to work). I have tested this with version 7.4, so that should work. You can get the current node.js from this page. Let me know if that helps you!

@gdm29732
Copy link
Author

gdm29732 commented Jan 16, 2017 via email

@Jeija
Copy link
Owner

Jeija commented Jan 16, 2017

If you get those GP notification and GeneralPlusWrite lines, then everything is working fine (e.g. the GP notifications should come up when you move Furby's antenna). You only need to make sure Furby stays connected (Furby should keep quiet while connected) and open the HTML while the server is running.

If that doesn't work, you should check out your browser's JavaScript error console to see what the issue might be. It could also help to serve the HTML on a local HTTP server.

@gdm29732
Copy link
Author

gdm29732 commented Jan 16, 2017 via email

@Jeija
Copy link
Owner

Jeija commented Jan 16, 2017

Good to hear that 😄

Closing this issue now.

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

No branches or pull requests

2 participants