Skip to content

Releases: memakura/s2microbit-ble

Introduced wait blocks / enabled 8, 13-16pins

15 Aug 01:24
Compare
Choose a tag to compare
  • Changed all output blocks (LED, pin write) to wait blocks
  • Enabled 8, 13-16 pins (It can be used for dual-motor control)
  • Enabled green-flag start for digital/analog write
  • No wait blocks can also be used with 00scratch/s2microbit_JA_nowait.s2e or s2microbit_EN_nowait.s2e

Changed Icon / updated electron version

18 Jul 11:39
Compare
Choose a tag to compare
  • Added shorten name - Smi:be
  • Changed icon
  • Updated electron and other packages

Modified license to AGPL-3.0

04 May 00:55
Compare
Choose a tag to compare
  • For MrYsLab s2m blocks

Find multiple micro:bit devices

21 Apr 06:03
Compare
Choose a tag to compare
  • Enabled multi device discovery
  • Added re-scanning functionality
  • Added Max OSX installer

Updated log interface

18 Apr 14:40
Compare
Choose a tag to compare
  • Updated log interface
  • Removed discoverAll
  • Separated renderer css and js files from index.html

Added links to sample projects from index.html

15 Apr 00:55
Compare
Choose a tag to compare
  • Changed appearance of index.html
  • Added sample project, block extension, and hex files to the installer (the files are locally installed)
  • Added error check for display_pattern
  • Added responses when error occurred (bug fix)
  • Removed links to help page, etc. for security (v2.2.1)
  • Added the links again / open with the default browser (v2.2.2)

Fixed some bugs

06 Apr 15:33
Compare
Choose a tag to compare
  • Enabled magnetometer subscription.
  • Fixed x-coordinate of write_pixel.

Pin I/O, LED matrix, etc.

05 Apr 10:52
Compare
Choose a tag to compare
  • Added many blocks: Pin I/O, LED matrix, etc.
  • Some blocks are s2m compatible or similar.

Note:

  • The value range of analog pin I/O is 0-255 (not 0-1023).

Magnetometer input is enabled

20 Jan 10:37
Compare
Choose a tag to compare
  • Magnetometer blocks are also available
  • Added icon
  • Fixed a bug (%s, %d strings appeared in the chromium console)

Initial version for sensors

18 Jan 15:18
Compare
Choose a tag to compare
  • Requirements
    • Latest Windows 10 build 10.0.15063 or later
    • VC 2015 redistributable
  • First found microbit is used. (It is recommended to power on only one microbit.)
  • Accelerometer, temperature, buttons reporter, and scroll text blocks are available.
  • Magnetometer is disabled, while the blocks exist.