Carlos Pereira Atencio

Results 63 issues of Carlos Pereira Atencio

To include in the V1 docs any of the non-v2 specific changes made in the latest V2 docs like Data Logging, Sound Effects, and Power Management.

This draft PR shows the doc updates for micro:bit V2, which is deployed to ReadTheDocs as the default entry point, which expands to: https://microbit-micropython.readthedocs.io/en/v2-docs/ Many of the changes to the...

Technically two modules seem to be added, `posix` and `random`, but the `posix` link is a 404: - https://microbit-micropython.readthedocs.io/en/v1.0.1/_modules/index.html - https://microbit-micropython.readthedocs.io/en/v1.0.1/_modules/random.html Not sure how/why Sphinx is picking these modules. They...

docs

The following MicroPython modules are not referenced in the docs: * array - [Upstream docs](https://docs.micropython.org/en/latest/library/array.html) * builtins - [Upstream docs](https://docs.micropython.org/en/latest/library/builtins.html) * ucollections - [Upstream docs](https://docs.micropython.org/en/latest/library/ucollections.html) * gc - [Upstream docs](https://docs.micropython.org/en/latest/library/gc.html)...

docs
good first issue

Separating this feature request from https://github.com/bbcmicrobit/micropython/issues/472#issuecomment-352729683 to keep better track. @DavidWhaleMEF wrote: > I was wondering, Is there any opportunity to add something that sets a flag when the UART...

enhancement

Hi @vlasovskikh, There is a new version of micro:bit and as it uses a different microcontroller (nRF52833), so there is a new port of MicroPython as well. The source code...

enhancement
Micro:bit

- Intel Hex file used for testing, but should be the same with any other: [CALL_ME_MICROBIT.hex.zip](https://github.com/pyocd/pyOCD/files/7693018/CALL_ME_MICROBIT.hex.zip) - micro:bit V2.0 with the factory 0255 release (the "`Firmware for micro:bit V2`" button):...

**Describe the bug** We've got several reports from users where their micro:bit MakeCode projects stopped working after MakeCode 2022 release date. **To Reproduce** Steps to reproduce the behavior: 1. Download...

bug
P2

**Is your feature request related to a problem? Please describe.** Related to: - https://github.com/microsoft/pxt-microbit/issues/4788 Some users had some issues with the latest MakeCode 2022 release. One specific piece of feedback...

enhancement
MEF 2024
MEF-medium

https://support.microbit.org/a/tickets/53675 (private) **Describe the bug** In the Python code editor, the `basic.show_leds()` string argument is not aligned correctly. This is not an issue with the JavaScript code view. **To Reproduce**...

bug
P2
python