micro:bit V2 - u-blox

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
tcpipchip
Posts: 10
Joined: Wed Aug 07, 2019 7:10 pm

micro:bit V2 - u-blox

Post by tcpipchip » Wed Jul 20, 2022 1:46 pm

Hi
Recently i got success to run the hex code created by makecode to run on NRF52833 (u-blox nina b40)
I had to make Script to edit the hex code and finally convert it to uf2, because on hex there are the v1 and v2
Then i transfer the uf2 to nrf52833 using the drag and drop of Adafruit.

Now i am tryng to make the same to HEX code created by https://python.microbit.org/v/beta
I suppose that remove too v1 hex code, convert it to UF2, then finally transfer to nrf52833 using the drag and drop of Adafruit ?

Am i right ?
Did someone has the algoritm ?

See my blog ...
https://nina-b302-arduino-adafruit.blog ... o-com.html

Resume: i want to execute the hex code created on
https://python.microbit.org/v/beta
in a nrf52833 stand alone processor.

Thanks
tpipchip@hotmail.com

Post Reply