Getting two modules talking to each other is a bit tricker, but if you can follow the instructions to change the name of the Bluetooth device then it'll be trivial.
One minor thing: If you plan on using Bluetooth for data (rather than just the Espruino command-line interface) you'll need to make sure you move the command-line interface away first, by calling USB.setConsole() from the onInit() function.
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.
Yes, sorry - it's a bit of a brain dump. Best steps are:
Getting two modules talking to each other is a bit tricker, but if you can follow the instructions to change the name of the Bluetooth device then it'll be trivial.
One minor thing: If you plan on using Bluetooth for data (rather than just the Espruino command-line interface) you'll need to make sure you move the command-line interface away first, by calling
USB.setConsole()
from theonInit()
function.