Skip to content

Building micropython 1.23, for BLE support for the Micro:bit v2.2  #219

Open
@RandoSY

Description

@RandoSY

I was taking a stab on building micropython as hosted today, with BLE support, but when I drill down into a reasonable procedure to do so, I'm not seeing what I would expect in terms of directories, that would indicate the file system is Micro:bit v2 compliant. This is what I would expect...

micropython/
├── ports/
│ ├── nrf/
│ │ ├── boards/
│ │ │ ├── pca10040/
│ │ │ ├── pca10100/ # For nRF52833
│ │ │ ├── microbit_v2/ # For MicroBit V2

Also there is no compiled binary, that supports BLE for the Micro:Bit v2.2 is downloadable, anywhere I can find? I would think a simple search should find it???

Has anyone had success building support for BLE on the Micro:Bit v2.2, Micropython 1.23, or am I chasing Unicorns?

I'm hoping to see "#import bluetooth" work eventually :) I know the nRF52833 on the Micro:Bit v2 should be plenty of chip to make that possible with 512k ROM, and 128k of RAM.

Thanks!

Ps. I will attache a reasonable, but hypothetical Makefile for the Micro:Bit v2.2

Makefile.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions