Skip to content

Commit 009a2f4

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Hylén <[email protected]>
1 parent df4e172 commit 009a2f4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

content/hardware/03.nano/boards/nano-every/datasheet/datasheet.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ The board can be powered via USB connector, V<sub>IN</sub> or V<sub>USB</sub> pi
124124

125125
## Board Operation
126126
### Getting Started - IDE
127-
If you want to program your Nano ESP32 while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino Nano 33 BLE to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
127+
If you want to program your Nano Every while offline you need to install the Arduino Desktop IDE [1] To connect the Arduino Nano Every to your computer, you’ll need a Micro-B USB cable. This also provides power to the board, as indicated by the LED.
128+
128129

129130
### Getting Started - Arduino Cloud Editor
130131
All Arduino boards, including this one, work out-of-the-box on the Arduino Cloud Editor [2], by just installing a simple plugin.

content/hardware/03.nano/boards/nano-rp2040-connect/datasheet/datasheet.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -170,21 +170,24 @@ The Nina W102 module also includes a dual core Xtensa LX6 CPU that can also be p
170170
It is possible to obtain 3D gyroscope and 3D accelerometer data from the LSM6DSOX 6-axis IMU (U9). In addition to providing such data, it is also possible to do machine learning on the IMU for gesture detection.
171171

172172
### External Memory
173-
The RP2040 (U1) has access to an additional 16 MB of flash memory via a QSPI interface. The execute-in-place (XIP) feature of the Nano RP2040 Connect allows external flash memory to be addressed and accessed by the system as though it were internal memory, without first copying the code to internal memory.
173+
The RP2040 (U1) has access to an additional 16 MB of flash memory via a QSPI interface. The execute-in-place (XIP) feature of the RP2040 allows external flash memory to be addressed and accessed by the system as though it were internal memory, without first copying the code to internal memory.
174+
174175

175176
### Cryptography
176177
The ATECC608A Cryptographic IC (U4) provides secure boot capabilities alongside SHA and AES-128 encryption/decryption support for security in Smart Home and Industrial IoT (IIoT) applications. Additionally, a random number generator is also available for use by the RP2040.
177178

178179
### Microphone
179-
The MP34DT06J microphone is connected via a PDM interface to the Nano RP2040 Connect. The digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high (64 dB) signal to noise ratio. The sensing element, capable of detecting acoustic waves, is manufactured using a specialized silicon micromachining process dedicated to produce audio sensors.
180+
The MP34DT06J microphone is connected via a PDM interface to the RP2040. The digital MEMS microphone is omnidirectional and operate via a capacitive sensing element with a high (64 dB) signal to noise ratio. The sensing element, capable of detecting acoustic waves, is manufactured using a specialized silicon micromachining process dedicated to produce audio sensors.
181+
180182

181183
### RGB LED
182184
The RGB LED (DL3) is a common anode LED that is connected to the Nina W102 module. The LED are off when the digital state is HIGH and on when the digital state is LOW.
183185

184186
### Power Tree
185187
![Power Tree of Arduino Nano RP2040 Connect Topology](assets/nanoRP2040PowerTree.png)
186188

187-
The Nano RP2040 Connect can be powered by either the Micro USB port (J1) or alternatively via VIN on JP2. An onboard buck converter provides 3V3 to the RP2040 microcontroller and all other peripherals. Additionally, the Nano RP2040 Connect also has an internal 1V8 regulator.
189+
The Nano RP2040 Connect can be powered by either the Micro USB port (J1) or alternatively via VIN on JP2. An onboard buck converter provides 3V3 to the RP2040 microcontroller and all other peripherals. Additionally, the RP2040 also has an internal 1V8 regulator.
190+
188191

189192
## Board Operation
190193
### Getting Started - IDE

0 commit comments

Comments
 (0)