Search found 3 matches

by alf147a
Thu Feb 25, 2021 12:49 pm
Forum: micro:bit boards
Topic: Any news about BLE on micro:bit V2?
Replies: 3
Views: 5354

Re: Any news about BLE on micro:bit V2?

I just found out, that circuitpython already has a port for a nrf52833 board: #define MICROPY_HW_BOARD_NAME "PCA10100 nRF52833 Dongle" #define MICROPY_HW_MCU_NAME "nRF52833" Last commit was on Feb 18, 2021 – so quite current. I don't know how far this circuitpython fork is away from micropython but ...
by alf147a
Thu Feb 25, 2021 12:11 pm
Forum: micro:bit boards
Topic: Any news about BLE on micro:bit V2?
Replies: 3
Views: 5354

Re: Any news about BLE on micro:bit V2?

Hey jimmo,
thank you for your overview of current porting activities.
I wanted to be sure that I don't miss a BLE-able port in a state that is already testable.

I think we will see progress in the next months.

Regards
Alfred
by alf147a
Wed Feb 24, 2021 5:43 pm
Forum: micro:bit boards
Topic: Any news about BLE on micro:bit V2?
Replies: 3
Views: 5354

Any news about BLE on micro:bit V2?

I see there are ports for several boards using nrf52832 and nrf52840 on GitHub but the microbit port is still for the "old" nrf51. Does anyone know of a micropython port for the micro:bit V2 with ubluetooth library? I think it would be a big advantage to have such a board with all the sensors, LEDs,...