You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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
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
The text was updated successfully, but these errors were encountered: