Skip to content

Nov2 sprint updates #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions community/developer-news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: page
order:
title: Developer news
heading: Join the micro:bit developer conversation
description: Sign up to and view the developer news
permalink: /community/news/
ref: news
lang: en
---

## The DAL, Editors and Devices newsletter

In addition to our regular [Micro:bit Educational Foundation newsletter](https://mailchi.mp/microbit/newsletter), our [DAL, Editors and Devices](https://microbit.us14.list-manage.com/subscribe?u=e1c30f24b90ff3d70275cfff2&id=25403c7650) newsletter is a low volume digest on the technical aspects of micro:bit. The details you provide are processed in accordance with The Foundation's [privacy policy](https://microbit.org/privacy/).

<div style="text-align: center;">
<a href="https://microbit.us14.list-manage.com/subscribe?u=e1c30f24b90ff3d70275cfff2&id=25403c7650" class="btn sm-btn" role="button" style="margin-bottom: 2rem;">Subscribe to DAL, Editors and Devices</a>
</div>

## News archive

{% include newsletter-archive.html %}
6 changes: 6 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ We hope to encourage contributions into these projects in order to broaden our e

The Micro:bit Educational Foundation aims to be a 'responsible downstream' to the many open source [software](https://tech.microbit.org/software/) projects that are used to build the micro:bit: much like a good Linux distribution collates, tests, stabilises and releases combinations of many diverse open source packages, the micro:bit Educational Foundation and the micro:bit community present micro:bit users with a stable, tested release of all the things you need to make the magical 'end-to-end' micro:bit experience.

## Latest news

For the latest news and community updates, join our mailing list and Slack group.

{% include community.html %}

## Help us build it

If you'd like to help us make the micro:bit better, then there are a number of ways that you can get involved.
Expand Down
2 changes: 1 addition & 1 deletion latest-revision/latest-revision-editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The exisiting API has not changed. Scripts that use features that are common to

To support all revisions of the micro:bit, you will need to ensure you use the latest release of the MicroPython binary with your editor. The simplest way to do this is to flash a program created in the latest Python Editor which will contain the latest MicroPython build.

[https://python.microbit.org/v/beta/](https://python.microbit.org/v/beta/)
[https://python.microbit.org/](https://python.microbit.org/)

## If you’re using the micro:bit profile over BLE

Expand Down
4 changes: 2 additions & 2 deletions latest-revision/latest-revision-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ The Capacative/Resistive touch mode can be found in the Pins menu

### Python

You can use the latest board revision and APIs in the Python beta editor:
You can use the latest board revision and APIs in the Python editor:

[https://python.microbit.org/v/beta](https://python.microbit.org/v/beta/)
[https://python.microbit.org/](https://python.microbit.org/)

If you want to use a specific or custom build of MicroPython you can do this in [Mu](https://codewith.mu/).

Expand Down
4 changes: 4 additions & 0 deletions software/universal-hex-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ The Universal Hex Creator lets you combine a hex file created for a micro:bit V1

DAPLink will process the Universal Hex and only write data to the relevant board revision; V1 or V2. More information is available on our [Hex format](../hex-format), the [Javascript/Typescript libary](https://github.com/microbit-foundation/microbit-universal-hex) on which the Universal Hex Creator tool is based and the associated [Universal Hex specification](https://github.com/microbit-foundation/spec-universal-hex).

To support [cross-device compatibility](../hex-format/#cross-device-compatibility), we have created a [standalone error hex](/docs/software/assets/stand-alone-error-v1.hex) that can be combined with a V2 only hex in this tool to produce a Hex that will work on a V2 board, but error if used on a V1.

[Download standalone error hex](/docs/software/assets/stand-alone-error-v1.hex){: .btn.sm-btn download}

{% include uhex-tool.html %}