- 
                Notifications
    You must be signed in to change notification settings 
- Fork 31
Description
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