You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/_unlisted/kits/starter-kit-r4/datasheet/datasheet.md
+49-9Lines changed: 49 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ type: edu
8
8
9
9
# Description
10
10
11
-
The Arduino Starter Kit R4 is a hands-on learning platform built around the Arduino UNO R4 WiFi. Featuring an Arm® Cortex®-M4 microcontroller, integrated Wi-Fi® and Bluetooth® via ESP32-S3, and a 12x8 red LED matrix, this kit provides makers, students, and educators with a reliable foundation to learn, prototype, and build real-world IoT projects. With included sensors, motors, and actuators, the Starter Kit R4 bridges theoretical learning and practical experimentation.
11
+
<pstyle="text-align: justify;">The Arduino Starter Kit R4 is a hands-on learning platform built around the Arduino UNO R4 WiFi. Featuring an Arm® Cortex®-M4 microcontroller, integrated Wi-Fi® and Bluetooth® via ESP32-S3, and a 12x8 red LED matrix, this kit provides makers, students, and educators with a reliable foundation to learn, prototype, and build real-world IoT projects. With included sensors, motors, and actuators, the Starter Kit R4 bridges theoretical learning and practical experimentation.
The Starter Kit R4 offers a wide variety of practical applications, from classroom-friendly tutorials to Internet-connected prototypes. Below are a few examples of what learners and developers can build with the kit:
24
+
</p>
22
25
23
26
- <pstyle="text-align: justify;"><strong>IoT Projects</strong>: Leverage Wi-Fi® to connect sensors and actuators to the Cloud for smart home automation, weather monitoring, or remote control systems.</p>
24
27
- <pstyle="text-align: justify;"><strong>Educational Tools</strong>: Teach students the fundamentals of electronics, embedded coding, and control logic using interactive guided experiments.</p>
@@ -30,7 +33,9 @@ The Starter Kit R4 offers a wide variety of practical applications, from classro
30
33
31
34
## Starter Kit R4 Projects
32
35
36
+
<pstyle="text-align: justify;">
33
37
The Arduino Starter Kit R4 includes a printed book with 14 projects. Each project helps you learn how to use different components and write code with the Arduino UNO R4 WiFi. The projects start simple and become more advanced as you go.
@@ -56,9 +61,13 @@ The book explains each step clearly and includes drawings and sample code. You c
56
61
57
62
### Starter Kit R4 Online Projects
58
63
59
-
The Starter Kit R4 includes a set of online projects. These projects build on the skills developed in the first 14 lessons, introducing topics such as computer interaction via USB (Human Interface Device - HID), capacitive touch, and enhanced use of the LED matrix. The first online module, **"Welcome Online"**, provides an introduction to the Arduino Cloud platform and how to use it with your kit.
64
+
<pstyle="text-align: justify;">
65
+
The Starter Kit R4 includes a set of online projects. These projects build on the skills developed in the first 14 lessons, introducing topics such as computer interaction via USB (Human Interface Device - HID), capacitive touch, and enhanced use of the LED matrix. The first online module, <strong>"Welcome Online"</strong>, provides an introduction to the Arduino Cloud platform and how to use it with your kit.
66
+
</p>
60
67
68
+
<pstyle="text-align: justify;">
61
69
The projects listed below represent the content available at the time of the kit's launch. Additional online projects will continue to be added over time to expand the learning experience and showcase new projects.
@@ -78,7 +87,9 @@ You can follow the link below to access the official online course platform [11]
78
87
79
88
### Kit Contents
80
89
90
+
<pstyle="text-align: justify;">
81
91
The Starter Kit R4 includes the UNO R4 WiFi board and a wide selection of electronic components to build, test and explore interactive projects. All components are curated for step-by-step guided experimentation.
92
+
</p>
82
93
83
94
-**K000007_R4**: This is the SKU that represents the Starter Kit R4.
84
95
-**K000007_R4-6P**: This SKU represents the Starter Kit R4 Classroom pack.
@@ -155,7 +166,9 @@ The Starter Kit R4 includes the UNO R4 WiFi board and a wide selection of electr
155
166
156
167
#### Arduino UNO R4 WiFi (SKU: ABX00087)
157
168
169
+
<pstyle="text-align: justify;">
158
170
The UNO R4 WiFi is a modern 32-bit development board that combines the performance of the Renesas RA4M1 microcontroller with the wireless connectivity of the ESP32-S3-MINI-1 module. While preserving the classic UNO form factor and 5 V logic compatibility, it introduces new features including a built-in 12x8 LED matrix, CAN bus and QWIIC I2C connector. These additions make it suitable for both traditional prototyping and modern IoT development.
@@ -177,21 +190,31 @@ The UNO R4 WiFi is a modern 32-bit development board that combines the performan
177
190
| Communication Interfaces | UART (1), I2C (2), SPI (1), CAN (1) |
178
191
| Special Interfaces | QWIIC connector (3.3 V I2C), ESP header |
179
192
| Additional Features | RTC, OPAMP, DMA controller, CTSU |
180
-
| Dimensions | 68.85 mm × 53.34 mm |
193
+
| Dimensions | 68.58 mm × 53.34 mm |
181
194
195
+
<pstyle="text-align: justify;">
182
196
By default, programming the RA4M1 microcontroller is handled through the ESP32-S3, which works as a USB bridge. This configuration allows uploading via USB-C without requiring additional setup.
197
+
</p>
183
198
199
+
<pstyle="text-align: justify;">
184
200
The board features a USB-C port for both powering and programming. It also supports serial communication and works as the main development interface.
<pstyle="text-align: justify;"><strong>Warning:</strong> Do not exceed 5 V on the USB-C port to avoid hardware damage.</p>
188
205
</div>
189
206
207
+
<pstyle="text-align: justify;">
190
208
The RA4M1 microcontroller provides a 12-bit DAC connected to the A0 pin. It can generate analog output signals such as variable voltage levels or waveforms for audio and signal testing applications.
209
+
</p>
191
210
211
+
<pstyle="text-align: justify;">
192
212
The onboard QWIIC connector (SM04B-SRSS-TB) allows plug-and-play I2C communication with 3.3 V QWIIC-compatible modules. It is connected to a secondary I2C bus powered by the onboard 3.3 V regulator.
213
+
</p>
193
214
215
+
<pstyle="text-align: justify;">
194
216
The main I2C bus is also accessible on A4 (SDA) and A5 (SCL) pins. Avoid using A4/A5 as analog inputs while I2C communication is active.
@@ -220,7 +243,9 @@ The recommended electrical and thermal operating ranges for the Arduino UNO R4 W
220
243
<pstyle="text-align: justify;"><strong>Note:</strong> Operating conditions reflect general limits for the main board and consider reasonable usage of connected peripherals. Component-specific ratings may vary.</p>
221
244
</div>
222
245
246
+
<pstyle="text-align: justify;">
223
247
The UNO R4 WiFi supports power inputs via USB-C or the VIN pin (DC barrel jack). A buck converter (ISL854102FRZ) regulates VIN input (6-24 V) down to 5 V. USB input is internally dropped to ~4.7 V due to a Schottky diode.
248
+
</p>
224
249
225
250
A 3.3 V linear regulator (SGM2205-3.3XKC3G/TR) supplies the ESP32-S3 and other 3.3 V peripherals.
226
251
@@ -245,6 +270,7 @@ Always use external power supplies for high-current loads like servos or DC moto
245
270
246
271
## Kit Power Supply
247
272
273
+
<pstyle="text-align: justify;">
248
274
The Starter Kit R4 supports multiple powering options via the Arduino UNO R4 WiFi board. When connecting additional peripherals, ensure they are within the supported voltage and current limits.
249
275
250
276
- <pstyle="text-align: justify;"><strong>VIN / Barrel Jack</strong>: Accepts 6-24 VDC input, regulated to 5 V using the onboard buck converter (ISL854102FRZ). Recommended for projects requiring higher or isolated input voltage sources.</p>
@@ -270,23 +296,33 @@ The Starter Kit R4 supports multiple powering options via the Arduino UNO R4 WiF
270
296
271
297
### Getting Started - IDE
272
298
273
-
If you want to program your Arduino Starter Kit R4 offline, install the Arduino Desktop IDE **[2]**. To connect the Arduino UNO R4 WiFi to your computer, you will need a USB-C cable.
299
+
<pstyle="text-align: justify;">
300
+
If you want to program your Arduino Starter Kit R4 offline, install the Arduino Desktop IDE [2]. To connect the Arduino UNO R4 WiFi to your computer, you will need a USB-C cable.
301
+
</p>
274
302
275
303
### Getting Started - Arduino Cloud Editor
276
304
277
-
All components of the Arduino Starter Kit R4 work seamlessly on the Arduino Cloud Editor **[3]** by installing a simple plugin. The Arduino Cloud Editor is hosted online, ensuring it is always up-to-date with the latest features and support for all boards and devices. Follow the Getting Started guide **[6]** to start coding in the browser and upload your sketches onto the Arduino UNO R4 WiFi.
305
+
<pstyle="text-align: justify;">
306
+
All components of the Arduino Starter Kit R4 work seamlessly on the Arduino Cloud Editor [3] by installing a simple plugin. The Arduino Cloud Editor is hosted online, ensuring it is always up-to-date with the latest features and support for all boards and devices. Follow the Getting Started guide [6] to start coding in the browser and upload your sketches onto the Arduino UNO R4 WiFi.
307
+
</p>
278
308
279
309
### Getting Started - Arduino Cloud
280
310
281
-
The Arduino Starter Kit R4 is fully compatible with the Arduino Cloud, allowing you to log, visualize, and analyze sensor data, trigger events, and automate processes for educational and home IoT applications using the UNO R4 WiFi board. To learn how to integrate your projects with the Cloud, refer to the official documentation **[6]**.
311
+
<pstyle="text-align: justify;">
312
+
The Arduino Starter Kit R4 is fully compatible with the Arduino Cloud, allowing you to log, visualize, and analyze sensor data, trigger events, and automate processes for educational and home IoT applications using the UNO R4 WiFi board. To learn how to integrate your projects with the Cloud, refer to the official documentation [6].
313
+
</p>
282
314
283
315
### Sample Sketches
284
316
285
-
Sample sketches for the Starter Kit R4 can be found either in the "Examples" menu in the Arduino IDE or the LED Matrix tutorial section of Arduino documentation **[7]**. These examples include basic and advanced applications showcasing motion and environmental monitoring capabilities.
317
+
<pstyle="text-align: justify;">
318
+
Sample sketches for the Starter Kit R4 can be found either in the "Examples" menu in the Arduino IDE or the LED Matrix tutorial section of Arduino documentation [7]. These examples include basic and advanced applications showcasing motion and environmental monitoring capabilities.
319
+
</p>
286
320
287
321
### Online Resources
288
322
289
-
Now that you have gone through the basics of what you can do with the Starter Kit R4, you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub **[5]**, the Arduino Library Reference **[9]**, and the online Starter Kit R4 product page **[10]**.
323
+
<pstyle="text-align: justify;">
324
+
Now that you have gone through the basics of what you can do with the Starter Kit R4, you can explore the endless possibilities it provides by checking exciting projects on Arduino Project Hub [5], the Arduino Library Reference [9], and the online Starter Kit R4 product page [10].
325
+
</p>
290
326
291
327
<divstyle="page-break-after: always;"></div>
292
328
@@ -314,7 +350,7 @@ Now that you have gone through the basics of what you can do with the Starter Ki
314
350
315
351
|**View**|**Measurement**|
316
352
|---------------|------------------------|
317
-
| Width | 68.85 mm |
353
+
| Width | 68.58 mm |
318
354
| Length | 53.34 mm |
319
355
| Height |~15 mm (approx. max) |
320
356
@@ -329,13 +365,17 @@ Now that you have gone through the basics of what you can do with the Starter Ki
329
365
330
366
## Product Compliance
331
367
368
+
<pstyle="text-align: justify;">
332
369
The Arduino Starter Kit R4 is composed of multiple individual components, with the UNO R4 WiFi being the main board, it complies with specific regulations and certifications. For detailed product compliance information, please refer to the corresponding datasheets of each component included in the kit:
The UNO R4 WiFi of the Arduino Starter Kit R4 is subject to individual FCC regulations. Please refer to the FCC documentation linked in each Arduino component's datasheet for specific compliance details:
0 commit comments