From 663018751d4d8b667253a7ba4fc85cd423cad2da Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio <4189262+carlosperate@users.noreply.github.com> Date: Tue, 28 May 2024 12:52:49 +0100 Subject: [PATCH] Fix bare metal microcontroller part number. (#2065) Small update, the microb:bit V2 has the nRF52833, the nRF51822 was from V1. --- src/bare-metal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bare-metal.md b/src/bare-metal.md index f9101cde..a2e45527 100644 --- a/src/bare-metal.md +++ b/src/bare-metal.md @@ -21,7 +21,7 @@ underneath us. This will be divided into several parts: For the microcontroller part of the course we will use the [BBC micro:bit](https://microbit.org/) v2 as an example. It's a [development board](https://tech.microbit.org/hardware/) based on the Nordic -nRF51822 microcontroller with some LEDs and buttons, an I2C-connected +nRF52833 microcontroller with some LEDs and buttons, an I2C-connected accelerometer and compass, and an on-board SWD debugger. To get started, install some tools we'll need later. On gLinux or Debian: