Can I program a micro:bit over BLE on Windows #5588
Replies: 1 comment
-
Posted at 2016-05-25 by @gfwilliams Well, Web Bluetooth should be coming to windows quite soon - next few months hopefully (status here) However you can run the Web IDE under Node.js, in which case it'll be able to access BLE devices directly. Once you have node.js installed, there's info on it here You can also use the plain command-line application (also from node.js): https://github.com/espruino/EspruinoTools The command-line one is probably the best place to get started - the IDE uses Electron under node.js, and it can be a bit picky about modules that need compiling (which you need to be able to access BLE). Posted at 2017-01-28 by OwenBrotherwood With the current date release sw from Gordon, it is possible to use ble from windows.
A gif demo Posted at 2017-01-29 by OwenBrotherwood |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-05-24 by user64973
http://www.espruino.com/MicroBit says "You can also program the micro:bit wirelessly! There are two main ways to do this:" but only describes Web Bluetooth using ChromeBook/Android. Is there a way to program a micro:bit wirelessly on Windows?
Beta Was this translation helpful? Give feedback.
All reactions