Closed dvvincent closed 7 years ago
on second thought i'm gonna put in a fresh set of batteries.. my other furby doesn't this issue as much.
Some of the suggestions I give when Furby doesn't seem to connect are
I hope fresh batteries fixed the issue for you! By the way, contributions are weclome - so if you make some discoveries concerning Furby's BLE protocol / the hardware / DLC files / actions, a pull request would be great!
Also one very specific thing: One key piece that is still missing is how to trigger the "hot chilli animation" (the one in this video). Once we find that out, we should be able to display arbitrary content in Furby's LCD eyes, so any information on how to play that sequence is greatly appreciated.
i'll try fresh batteries tonight.. as for the contributions, i've been working on testing out all the actions starting at 1 and working my way up. the most difficult part is trying to translate what the furby is actually saying!
also there doesn't seem to be any order to why certain actions have multiple specifics, some all the way to 7 or 8, while some end much earlier. like you mentioned earlier, the actions seems to be collected together by emotion, etc.
when i have completed a few entries, i'll submit a pull request!
Some more documentation on all the actions would be great 👍 !
If that works for you, I'd prefer collecting the information in a machine-readable format so that it can later also be used with fluffd (e.g. allow searching for actions based on what you want Furby to say). I have made a suggestion for a possible format over here, but if you prefer a different structure, that would also work for me. Maybe we also need some more properties, e.g. the "emotion" of the action or maybe we should name the different subindices / indices / inputs (e.g. 74.0.1.* could be called "princess").
JSON looks to be the way to go. your example looks like a reasonable place to start. i like idea of including section for eyes, etc.
if anyone is looking for internal pictures without ripping it apart, the fcc has done all the work for you.
just scroll down to the link for internal photos. sadly the processors are capped with epoxy blobs..
What node version needs to be installed? or java? Im getting this. I have order the adapter you have used, waiting for it to get here, using a Gigaware bluetooth 4.0. Node version i am using is v6.9.4
c:\bluefluff\fluffd>node fluffd.js noble warning: unknown handle 73 disconnected! info: Discovered Furby: fe8ea12cb20d c:\bluefluff\fluffd\fluffcon.js:234 let characteristicUUIDs = Object.values(FURBY.CHARACTERISTIC); ^
TypeError: Object.values is not a function
at c:\bluefluff\fluffd\fluffcon.js:234:36
at Peripheral.
Since this has come up several times now, I have now also added a hint in the README. You will need to update your node.js to version 7.0 or later! It might technically also work to use node.js 6.* and launch fluffd using node --harmony fluffd.js
, but that is unsupported by the node.js developers.
ok cool. Adding the flag --harmony worked great for node 6.9 Thanks! Now to find the dlc and mod them.
Can you tell us how to create a dlc? or what software to view, edit, or create a dlc? This project is great!
Yup i read all of those. I was just hoping you had more information, but thanks man!
first i'd like to say thanks for putting this up on github, i purchased two furbies before christmas just for fooling around with the intention of completing some bluetooth sniffing. you beat me to it!.
on to the question.. i noticed that often that fluffd will lose connection to the furby and when i review the console, i see noble warning: unknown peripheral myfurby UUID. the funny thing is that it's the same furby so why does noble find it the second time?
also when this occurs, often you can drop out of fluffd, using ctrl-c states "closing connection" but stalls..
any ideas?