Skip to content

Commit 0b2ba68

Browse files
committed
Content update (support section)
1 parent 0477acc commit 0b2ba68

File tree

1 file changed

+25
-3
lines changed
  • content/hardware/03.nano/boards/nano-r4/tutorials/01.user-manual

1 file changed

+25
-3
lines changed

content/hardware/03.nano/boards/nano-r4/tutorials/01.user-manual/content.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: 'Nano R4 User Manual'
33
difficulty: beginner
4-
compatible-products: [nicla-sense-env]
4+
compatible-products: [nano-r4]
55
description: 'Learn about the hardware and software features of the Arduino® Nano R4 board.'
66
tags:
77
- Cheat sheet
88
- User manual
99
author: 'José Bagur'
1010
hardware:
11-
- hardware/04.nano/boards/nicla-sense-e
11+
- hardware/04.nano/boards/nano-r4
1212
software:
1313
- ide-v1
1414
- ide-v2
@@ -1352,4 +1352,26 @@ When working with EEPROM on the Nano R4, there are several key points to keep in
13521352

13531353
- The EEPROM requires careful management of write operations since flash memory has a limited number of write cycles (100,000). Avoid writing to the same address repeatedly in tight loops, as this will quickly wear out the memory. Instead, only write when values actually change, and consider spreading data across different addresses to distribute wear evenly.
13541354
- Keep in mind that EEPROM stores data as individual bytes (0 to 255), so larger data types need to be broken down or use the `put()` and `get()` functions for automatic handling.
1355-
- The EEPROM retains data for over 10 years under normal conditions, making it excellent for long-term storage of configuration data and user preferences.
1355+
- The EEPROM retains data for over 10 years under normal conditions, making it excellent for long-term storage of configuration data and user preferences.
1356+
1357+
## Support
1358+
1359+
If you encounter any issues or have questions while working with your Nano R4 board, we provide various support resources to help you find answers and solutions.
1360+
1361+
### Help Center
1362+
1363+
Explore our Help Center, which offers a comprehensive collection of articles and guides for Nano family boards. The Help Center is designed to provide in-depth technical assistance and help you make the most of your device.
1364+
1365+
- [Nanoa family help center page](https://support.arduino.cc/hc/en-us/sections/360004605400-Nano-Family)
1366+
1367+
### Forum
1368+
1369+
Join our community forum to connect with other Nano family board users, share your experiences, and ask questions. The Forum is an excellent place to learn from others, discuss issues, and discover new ideas and projects related to the Nano R4.
1370+
1371+
- [Nano category in the Arduino Forum](https://forum.arduino.cc/c/official-hardware/nano-family/87)
1372+
1373+
### Contact Us
1374+
1375+
Please get in touch with our support team if you need personalized assistance or have questions not covered by the help and support resources described before. We're happy to help you with any issues or inquiries about the Nano family boards.
1376+
1377+
- [Contact us page](https://www.arduino.cc/en/contact-us/)

0 commit comments

Comments
 (0)