Skip to content
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
dfa5a22
Content update (initial commit)
canchebagur Sep 2, 2025
def5086
first edit of the user manual
xpeqex Sep 8, 2025
b05ef95
new sections added to the user manual
xpeqex Sep 9, 2025
1e2d12a
add pins to user manual
xpeqex Sep 10, 2025
215d8d2
analog and pwm pins section added
xpeqex Sep 10, 2025
ba9c153
added peripheral control docummentation
xpeqex Sep 15, 2025
330b550
basic pin overview finished
xpeqex Sep 17, 2025
31e4070
sensors section added
xpeqex Sep 17, 2025
ceba15e
upate product page
xpeqex Sep 19, 2025
e5a6977
better format to the datasheet
xpeqex Sep 19, 2025
f36039b
correct board name in datasheet
xpeqex Sep 24, 2025
306c247
Content update (datasheet)
canchebagur Sep 25, 2025
10a9756
Content update (linter fix)
canchebagur Sep 26, 2025
83b9f2e
Content updpate (spell check)
canchebagur Sep 26, 2025
41bee68
Content update (features page)
canchebagur Sep 26, 2025
ec357b7
Content update (product page)
canchebagur Sep 26, 2025
04b912c
Content update (STEP files)
canchebagur Sep 26, 2025
42ac47f
Content update (datasheet)
canchebagur Sep 26, 2025
3fb7cc4
Content update (delete unused archives)
canchebagur Sep 26, 2025
15645cf
Content update (user manual assets)
canchebagur Sep 26, 2025
3a1f15d
Content update (user manual)
canchebagur Sep 27, 2025
ea52aaa
Content update (user manual)
canchebagur Sep 28, 2025
c4636a4
Content update (linter fix)
canchebagur Sep 30, 2025
9507efd
Content update (tech specs table)
canchebagur Oct 3, 2025
36117d5
Content update (linter fix)
canchebagur Oct 4, 2025
b56211b
Content update (tech specs table)
canchebagur Oct 4, 2025
92a84b7
Content update (user manual)
canchebagur Oct 8, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Content update (linter fix)
  • Loading branch information
canchebagur committed Oct 4, 2025
commit 36117d5bcc2776e481ec57ea5a9705082a480577
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
**Please read: operating voltage**
**Important note: operating voltage**

The Arduino Nano 33 BLE Sense Rev2 operates at +3.3 VDC. Never apply more than +3.3 VDC to its digital and analog pins, as higher voltages will permanently damage the board.

The 5V pin (between RST and A7) is not connected by default as a safety precaution. To enable the +5 VDC output on this pin:

- Create a solder bridge on the VUSB pads
- Power the board via USB (+5 VDC will not be available when powered through VIN)

The 3V3 pin is always available and provides sufficient current for sensors and actuators. When interfacing with +5 VDC systems, use appropriate level shifters to protect the board's inputs.
The Arduino Nano 33 BLE Sense Rev2 operates at +3.3 VDC. Never apply more than +3.3 VDC to its digital and analog pins, as higher voltages will permanently damage the board. The 5V pin (between RST and A7) is not connected by default as a safety precaution. To enable the +5 VDC output on this pin you can create a solder bridge on the VUSB pads or power the board via USB (+5 VDC will not be available when powered through VIN). The 3V3 pin is always available and provides sufficient current for sensors and actuators. When interfacing with +5 VDC systems, use appropriate level shifters to protect the board's inputs.
Loading