Carlos Pereira Atencio

Results 235 comments of Carlos Pereira Atencio

Adding a comment here to ensure GitHub doesn't remove the entry where the last force push moved from https://github.com/bbcmicrobit/micropython/commit/b47d7e9e8f963e6a4ac7072af67144423cce5009 to https://github.com/bbcmicrobit/micropython/commit/2a38b7ad9c8064f9c94a0fd8a13734ec2ca26c1b

We have some documented memory map info in: https://github.com/lancaster-university/codal-microbit-v2/blob/master/docs/MemoryMap.md Essentially the user programme needs to stop at address 0x73000, as anything after that is either used by CODAL or the...

Based on the latest discussion we have agreed that we'd prefer to avoid introducing a new data type for his feature. In that case we have two options: ### Use...

@dpgeorge the docs have been updated, let me know if something doesn't match our previous conversation.

@dpgeorge there are couple of issues related to setting the sampling rate, but shouldn't affect the MicroPython implementation and should be fixed (without changes in the API) in the next...

@JackAtKitronik was this the issue where the code worked fine in a single file but it was running out of memory (in this case by ~400 bytes) when using a...

We had an update from Microsoft that they expect to release a fix in the September Windows update 🎉

Yes, it looks like the update has been pushed for October, hopefully it'll be finally be out by then.

This should be fix with Windows 11 build 22621.2506, released on the 31st of October. https://support.microsoft.com/en-gb/topic/october-31-2023-kb5031455-os-builds-22621-2506-and-22631-2506-preview-6513c5ec-c5a2-4aaf-97f5-44c13d29e0d4 I've tested this build with a BBC micro:bit with DAPLink 0257 and could not...

I don't know, sorry. Do you have the latest cumulative update installed? (probably [KB5031445](https://support.microsoft.com/en-us/topic/october-26-2023-kb5031445-os-build-19045-3636-preview-03f350cb-57f9-45e6-bfd7-438895d3c7fa)) And it still has issue there?