New micro:bit with Nordic nRF52833 µc

Questions and discussion about running MicroPython on a micro:bit board.
Target audience: MicroPython users with a micro:bit.
Post Reply
User avatar
scruss
Posts: 360
Joined: Sat Aug 12, 2017 2:27 pm
Location: Toronto, Canada
Contact:

New micro:bit with Nordic nRF52833 µc

Post by scruss » Tue Oct 13, 2020 5:48 pm

Announcement

Guidance on using the latest micro:bit revision

Hardware Specs
nRF52 Application Processor

The nRF52 application processor is where user programs run. A single, complete application including user code, runtime code and Bluetooth stack is loaded and run directly from on chip flash memory. All user accessible GPIO pins are provided by this processor. There is an onboard 2.4GHz radio peripheral used to provide Bluetooth and custom radio capabilities via an off-chip aerial.

Model Nordic nRF52833
Core variant Arm Cortex-M4 32 bit processor with FPU
Flash ROM 512KB
RAM 128KB
Speed 64MHz
Debug SWD, J-Link/OB

User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Re: New micro:bit with Nordic nRF52833 µc

Post by rcolistete » Tue Oct 13, 2020 6:47 pm

I've posted 1 minute before you... 8-)
viewtopic.php?f=17&t=9143
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

Post Reply