Skip to content
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

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

Open
RandoSY opened this issue Aug 26, 2024 · 0 comments
Open

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

RandoSY opened this issue Aug 26, 2024 · 0 comments

Comments

@RandoSY
Copy link

RandoSY commented Aug 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@RandoSY and others