Skip to content

Commit d1b5724

Browse files
authored
Merge pull request #53 from arduino/karlsoderby/nano-fixes-feb-16
Nano Maintenance [MKC-336]
2 parents d375608 + 165d338 commit d1b5724

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense/features.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The Arduino Nano 33 BLE Sense is a great choice for any beginner, maker or profe
66

77

88
<FeatureList>
9+
10+
<Feature title="u-blox NINA-B306" image="bluetooth">
11+
12+
A powerful 2.4 GHz Bluetooth® 5 low energy module from u-blox, with an internal antenna.
13+
14+
<FeatureLink title="Datasheet" url="/resources/datasheets/NINA-B3-series.pdf" download blank/>
15+
</Feature>
16+
917
<Feature title="IMU for Motion Detection" image="imu">
1018

1119
The LSM9DS1 inertial measurement unit features a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations in your project.

content/hardware/03.nano/boards/nano-33-ble-sense/tech-specs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pins:
1010
PWM pins: 5
1111
External interrupts: All digital pins
1212
Connectivity:
13-
Bluetooth: nRF52840
13+
Bluetooth: NINA-B306
1414
Sensors:
1515
IMU: LSM9DS
1616
Microphone: MP34DT05
@@ -28,7 +28,7 @@ Power:
2828
Clock speed:
2929
Processor: nRF52840 64MHz
3030
Memory:
31-
ATmega328P: 256 KB SRAM, 1MB flash
31+
nRF52840: 256 KB SRAM, 1MB flash
3232
Dimensions:
3333
Weight: 5gr
3434
Width: 18 mm

content/hardware/03.nano/boards/nano-33-ble/features.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The Arduino Nano 33 BLE is a great choice for any beginner, maker or professiona
55

66

77
<FeatureList>
8+
<Feature title="u-blox NINA-B306" image="bluetooth">
9+
10+
A powerful 2.4 GHz Bluetooth® 5 low energy module from u-blox, with an internal antenna.
11+
12+
<FeatureLink title="Datasheet" url="/resources/datasheets/NINA-B3-series.pdf" download blank/>
13+
</Feature>
14+
815
<Feature title="IMU for Motion Detection" image="imu">
916

1017
The LSM9DS1 inertial measurement unit features a 3D accelerometer, gyroscope and magnetometer and allows you to detect orientation, motion or vibrations in your project.
@@ -27,10 +34,4 @@ The Arduino Nano 33 BLE is a great choice for any beginner, maker or professiona
2734
</Feature>
2835

2936

30-
<Feature title="Bluetooth Low Energy" image="bluetooth">
31-
32-
Bluetooth Low Energy (BLE) is optimized for low power use at low data rates and is therefore perfect for connecting peripherals to a phone or computer. The connection is handled by the ArduinoBLE library.
33-
34-
<FeatureLink title="Link to ArduinoBLE library" url="https://www.arduino.cc/en/Reference/ArduinoBLE" blank/>
35-
</Feature>
3637
</FeatureList>

content/hardware/03.nano/boards/nano-33-ble/tech-specs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pins:
1010
PWM pins: 5
1111
External interrupts: All digital pins
1212
Connectivity:
13-
Bluetooth: nRF52840
13+
Bluetooth: NINA-B306
1414
Sensors:
1515
IMU: LSM9DS1
1616
Communication:
@@ -24,7 +24,7 @@ Power:
2424
Clock speed:
2525
Processor: nRF52840 64MHz
2626
Memory:
27-
ATmega328P: 256 KB SRAM, 1MB flash
27+
nRF52840: 256 KB SRAM, 1MB flash
2828
Dimensions:
2929
Weight: 5gr
3030
Width: 18 mm
2.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)