Releases: memakura/s2microbit-ble
Releases · memakura/s2microbit-ble
Introduced wait blocks / enabled 8, 13-16pins
- 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
- Added shorten name - Smi:be
- Changed icon
- Updated electron and other packages
Modified license to AGPL-3.0
- For MrYsLab s2m blocks
Find multiple micro:bit devices
- Enabled multi device discovery
- Added re-scanning functionality
- Added Max OSX installer
Updated log interface
- Updated log interface
- Removed discoverAll
- Separated renderer css and js files from index.html
Added links to sample projects from index.html
- 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
- Enabled magnetometer subscription.
- Fixed x-coordinate of write_pixel.
Pin I/O, LED matrix, etc.
- 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
- Magnetometer blocks are also available
- Added icon
- Fixed a bug (%s, %d strings appeared in the chromium console)
Initial version for sensors
- 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.