Hi! Yes, what you're asking should definitely be possible. For instance here we're using a Puck to control a Bluetooth light - and the video basically walks you through what you'd have to do to support a new device too: http://www.espruino.com/BLE+Lightbulbs
Even better - if you can find some code online that already controls the device you're thinking of buying, chances are you could just copy the UUIDs (the big string of numbers) and paste them into the code on http://www.espruino.com/BLE+Lightbulbs and it'd work straight off
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.
Hi! Yes, what you're asking should definitely be possible. For instance here we're using a Puck to control a Bluetooth light - and the video basically walks you through what you'd have to do to support a new device too: http://www.espruino.com/BLE+Lightbulbs
Even better - if you can find some code online that already controls the device you're thinking of buying, chances are you could just copy the UUIDs (the big string of numbers) and paste them into the code on http://www.espruino.com/BLE+Lightbulbs and it'd work straight off