|
1 | 1 | ---
|
2 | 2 | title: 'Nano R4 User Manual'
|
3 | 3 | difficulty: beginner
|
4 |
| -compatible-products: [nicla-sense-env] |
| 4 | +compatible-products: [nano-r4] |
5 | 5 | description: 'Learn about the hardware and software features of the Arduino® Nano R4 board.'
|
6 | 6 | tags:
|
7 | 7 | - Cheat sheet
|
8 | 8 | - User manual
|
9 | 9 | author: 'José Bagur'
|
10 | 10 | hardware:
|
11 |
| - - hardware/04.nano/boards/nicla-sense-e |
| 11 | + - hardware/04.nano/boards/nano-r4 |
12 | 12 | software:
|
13 | 13 | - ide-v1
|
14 | 14 | - ide-v2
|
@@ -1352,4 +1352,26 @@ When working with EEPROM on the Nano R4, there are several key points to keep in
|
1352 | 1352 |
|
1353 | 1353 | - 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.
|
1354 | 1354 | - 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