David Whale (Micro:bit Educational Foundation)
David Whale (Micro:bit Educational Foundation)
I have raised before the issue that calling the file generated by MicroPython 'firmware' is a misnoma. The only firmware the micro:bit has is that which is programmed into the...
Bluetooth and radio are very different things. By far the cheapest solution is just use a second micro:bit plugged into the Raspberry Pi. And as @deshipu comments, it's probably much...
Nice! I often use this as a basis for multi-micro:bit projects with radio... https://github.com/whaleygeek/microbit-gateway
There is a blanket LICENCE which presumably covers the whole repo, here: https://github.com/bbcmicrobit/micropython/blob/master/LICENSE @dpgeorge or @ntoll can you comment on why the headers in all the other folders have a...
Or @carlosperate might have a view on this.
Have you looked at the message bus that is already built into the micro:bit? https://lancaster-university.github.io/microbit-docs/ubit/messageBus/ I would imagine we're most likely to build our IoT use cases around this message...
@markshannon A typical use case could be: MicroPython running on the micro:bit, some off-device coding experience on a PC. Application on PC wants to simulate a button press on the...
Comments welcomed @carlosperate @jaustin Removing methods will break existing users code. We all know that, but its worth remembering that, as it provides a bad experience for users who expect...
Image.XMAS:  New contributed design for Christmas tree: 
Super, thanks @zeth this is great detective work!