I'm not sure I understand the question? If you were getting actual data over Bluetooth then maybe you could have pushed it into the software module and got something useful, but you say you're just getting all zeros?
I have not really understood how this works with the modules
Honestly, there's no need. You just do require("modulename") and the module is pulled in from the internet automatically.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I'm not sure I understand the question? If you were getting actual data over Bluetooth then maybe you could have pushed it into the software module and got something useful, but you say you're just getting all zeros?
Honestly, there's no need. You just do
require("modulename")
and the module is pulled in from the internet automatically.All you need to do is copy the few lines on http://www.espruino.com/Brain and everything will work automatically.