@@ -55,7 +55,6 @@ The Plug and Make Kit offers an intuitive and effortless introduction to the wor
55
55
| -------------- | -------------------------- | -----------------------------------------------------| -----------|
56
56
| ABX00080 | Arduino UNO R4 WiFi | Programmable board with WiFi | 1 |
57
57
| ASX00071 | Plate Node | Fix firmly an UNO and some nodes on it | 1 |
58
- | ?? | I2C Cables | I2C Cables (With QWICC connectors) | 6 |
59
58
| ABX00101 | MOVEMENT | Measure acceleration and rotation | 1 |
60
59
| ABX00102 | DISTANCE | Time of flight, finds distances | 1 |
61
60
| ABX00103 | THERMO | Measure temperature and humidity | 1 |
@@ -219,25 +218,26 @@ The MOVEMENT module, featuring the LSM6DSOXTR sensor, measures acceleration, rot
219
218
#### Pinout
220
219
221
220
##### 1x4 Header
222
- | ** Pin** | ** Function** |
223
- | ---------| --------------|
224
- | GND | Ground |
225
- | 3V3 | Power Supply |
226
- | SDA | I2C Data |
227
- | SCL | I2C Clock |
221
+ | ** Pin** | ** Net Name** | ** Function** |
222
+ | ---------| --------------| ---------------|
223
+ | GND | GND | Ground |
224
+ | 3V3 | +3V3 | Power Supply |
225
+ | SDA | SDA_1 | I2C Data |
226
+ | SCL | SCL_1 | I2C Clock |
227
+
228
228
229
229
##### LSM6DSOXTR Signals
230
- | ** Pin** | ** Function ** |
231
- | -----------| ------------------------------|
232
- | VDDIO | 3V3 (cuttable) |
233
- | GND | Ground |
234
- | INT1 | Interrupt 1 (Sensor) |
235
- | INT2 | Interrupt 2 (Sensor) |
236
- | SDX | SPI Data X |
237
- | SCX | SPI Clock X |
238
- | SDO/SA0 | SPI Data Out / I2C Addr |
239
- | CS | SPI Chip Select |
240
- | OCSAUX | Auxiliary Output |
230
+ | ** Pin** | ** Net Name ** | ** Function ** |
231
+ | -----------| -----------------| ------------- -------------|
232
+ | VDDIO | + 3V3 | 3V3 (cuttable) |
233
+ | GND | GND | Ground |
234
+ | INT1 | INT1_1 | Interrupt 1 (Sensor) |
235
+ | INT2 | INT2_1 | Interrupt 2 (Sensor) |
236
+ | SDX | SDx_1 | SPI Data X |
237
+ | SCX | SCx_1 | SPI Clock X |
238
+ | SDO/SA0 | SDO/SA0_1 | SPI Data Out / I2C Addr |
239
+ | CS | CS_1 | SPI Chip Select |
240
+ | OCSAUX | OCS_Aux_1 | Auxiliary Output |
241
241
242
242
1x4 Header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
243
243
@@ -279,18 +279,18 @@ The DISTANCE module, featuring the VL53L4CDV0DH/1 sensor, provides accurate dist
279
279
#### Pinout
280
280
281
281
##### 1x4 Header
282
- | ** Pin** | ** Function** |
283
- | ---------| --------------|
284
- | GND | Ground |
285
- | 3V3 | Power Supply |
286
- | SDA | I2C Data |
287
- | SCL | I2C Clock |
282
+ | ** Pin** | ** Net Name ** | ** Function** |
283
+ | ---------| --------------| --------------- |
284
+ | GND | GND | Ground |
285
+ | 3V3 | +3V3 | Power Supply |
286
+ | SDA | SDA_1 | I2C Data |
287
+ | SCL | SCL_1 | I2C Clock |
288
288
289
289
##### VL53L4CDV0DH/1 Signals
290
- | ** Pin** | ** Function** |
291
- | ---------| ---------------------------|
292
- | GPIO1 | Digital output (Sensor) |
293
- | XSHUT | Shutdown (Sensor) |
290
+ | ** Pin** | ** Net Name ** | ** Function** |
291
+ | ----------- | --------------- | ---------------------------|
292
+ | GPIO1 | GPIO1_1 | Digital output (Sensor) |
293
+ | XSHUT | XSHUT_1 | Shutdown (Sensor) |
294
294
295
295
1x4 header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
296
296
@@ -321,12 +321,12 @@ The THERMO module, featuring the HS3003 sensor, measures both temperature and hu
321
321
#### Pinout
322
322
323
323
##### 1x4 Header
324
- | ** Pin** | ** Function** |
325
- | ---------| --------------|
326
- | GND | Ground |
327
- | 3V3 | Power Supply |
328
- | SDA | I2C Data |
329
- | SCL | I2C Clock |
324
+ | ** Pin** | ** Net Name ** | ** Function** |
325
+ | ---------| --------------| --------------- |
326
+ | GND | GND | Ground |
327
+ | 3V3 | +3V3 | Power Supply |
328
+ | SDA | SDA_1 | I2C Data |
329
+ | SCL | SCL_1 | I2C Clock |
330
330
331
331
1x4 header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
332
332
@@ -352,24 +352,24 @@ The KNOB module includes a quadrature rotary encoder with an SPST switch, using
352
352
#### Pinout
353
353
354
354
##### 1x4 Header
355
- | ** Pin** | ** Function** |
356
- | ---------| --------------|
357
- | GND | Ground |
358
- | 3V3 | Power Supply |
359
- | SDA | I2C Data |
360
- | SCL | I2C Clock |
355
+ | ** Pin** | ** Net Name ** | ** Function** |
356
+ | ---------| --------------| --------------- |
357
+ | GND | GND | Ground |
358
+ | 3V3 | +3V3 | Power Supply |
359
+ | SDA | SDA_1 | I2C Data |
360
+ | SCL | SCL_1 | I2C Clock |
361
361
362
362
##### Encoder Signals
363
- | ** Pin** | ** Function** |
364
- | ---------| ------------------------|
365
- | PA0 | PinA (Encoder) |
366
- | PA1 | PinB (Encoder) |
367
- | PA2 | Switch (Encoder) |
368
- | RX1 | UART Receive |
369
- | TX1 | UART Transmit |
370
- | SWDIO | SWD Data |
371
- | SWCLK | SWD Clock |
372
- | PF2 | NRST |
363
+ | ** Pin** | ** Net Name ** | ** Function** |
364
+ | ----------- | -------------------------- | ------------------------|
365
+ | PA0 | PA0_1 | PinA (Encoder) |
366
+ | PA1 | PA1_1 | PinB (Encoder) |
367
+ | PA2 | PA2_1 | Switch (Encoder) |
368
+ | RX1 | PA10_USART1_RX_1 | UART Receive |
369
+ | TX1 | PA9_USART1_TX_1 | UART Transmit |
370
+ | SWDIO | PA13_SWDIO_1 | SWD Data |
371
+ | SWCLK | PA14_SWCLK_BOOT0_1 | SWD Clock |
372
+ | PF2 | PF2_NRST_1 | NRST |
373
373
374
374
1x4 header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
375
375
@@ -396,22 +396,22 @@ The BUZZER module contains a single buzzer and uses the STM32C011F4 microcontrol
396
396
#### Pinout
397
397
398
398
##### 1x4 Header
399
- | ** Pin** | ** Function** |
400
- | ---------| --------------|
401
- | GND | Ground |
402
- | 3V3 | Power Supply |
403
- | SDA | I2C Data |
404
- | SCL | I2C Clock |
399
+ | ** Pin** | ** Net Name ** | ** Function** |
400
+ | ---------| --------------| --------------- |
401
+ | GND | GND | Ground |
402
+ | 3V3 | +3V3 | Power Supply |
403
+ | SDA | SDA_1 | I2C Data |
404
+ | SCL | SCL_1 | I2C Clock |
405
405
406
406
##### Buzzer and Microcontroller Signals
407
- | ** Pin** | ** Function** |
408
- | ---------| ------------------------|
409
- | PA0 | + (Buzzer) |
410
- | RX1 | UART Receive |
411
- | TX1 | UART Transmit |
412
- | SWDIO | SWD Data |
413
- | SWCLK | SWD Clock |
414
- | PF2 | NRST |
407
+ | ** Pin** | ** Net Name ** | ** Function** |
408
+ | ----------- | -------------------------- | ------------------------|
409
+ | PA0 | PA0_1 | + (Buzzer) |
410
+ | RX1 | PA10_USART1_RX_1 | UART Receive |
411
+ | TX1 | PA9_USART1_TX_1 | UART Transmit |
412
+ | SWDIO | PA13_SWDIO_1 | SWD Data |
413
+ | SWCLK | PA14_SWCLK_BOOT0_1 | SWD Clock |
414
+ | PF2 | PF2_NRST_1 | NRST |
415
415
416
416
1x4 header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
417
417
@@ -437,27 +437,27 @@ The PIXELS module includes eight LC8822-2020 RGB LEDs and uses the STM32C011F4 m
437
437
#### Pinout
438
438
439
439
##### 1x4 Header
440
- | ** Pin** | ** Function** |
441
- | ---------| --------------|
442
- | GND | Ground |
443
- | 3V3 | Power Supply |
444
- | SDA | I2C Data |
445
- | SCL | I2C Clock |
440
+ | ** Pin** | ** Net Name ** | ** Function** |
441
+ | ---------| --------------| --------------- |
442
+ | GND | GND | Ground |
443
+ | 3V3 | +3V3 | Power Supply |
444
+ | SDA | SDA_1 | I2C Data |
445
+ | SCL | SCL_1 | I2C Clock |
446
446
447
447
##### LC8822-2020 and Microcontroller Signals
448
- | ** Pin** | ** Function** |
449
- | ---------| ------------------------|
450
- | CO | Clock Out |
451
- | DO | Data Out |
452
- | RX1 | UART Receive |
453
- | TX1 | UART Transmit |
454
- | SWDIO | SWD Data |
455
- | SWCLK | SWD Clock |
456
- | PF2 | NRST |
448
+ | ** Pin** | ** Net Name ** | ** Function** |
449
+ | ----------- | -------------------------- | ------------------------|
450
+ | CO | CO_1 | Clock Out |
451
+ | DO | DO_1 | Data Out |
452
+ | RX1 | PA10_USART1_RX_1 | UART Receive |
453
+ | TX1 | PA9_USART1_TX_1 | UART Transmit |
454
+ | SWDIO | PA13_SWDIO_1 | SWD Data |
455
+ | SWCLK | PA14_SWCLK_BOOT0_1 | SWD Clock |
456
+ | PF2 | PF2_NRST_1 | NRST |
457
457
458
458
1x4 header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
459
459
460
- 1x10 header for LC8822-2020 and microcontroller signals. This header can be used to add more LC8822-2020 to the chain since the last LC8822-2020 CO (clock out) and DO (data out) pins are connected to it . The header also has other microcontroller pins usable for other purposes or to reprogram the microcontroller using its SWD interface. These holes provide a place to mount header pins if desired.
460
+ 1x10 header for LC8822-2020 and microcontroller signals. This header can be used to add more LC8822-2020 to the chain. The header also has other microcontroller pins usable for other purposes or to reprogram the microcontroller using its SWD interface. These holes provide a place to mount header pins if desired.
461
461
462
462
#### Mechanical Information
463
463
![ ] ( assets/PixelMec.png )
@@ -480,25 +480,24 @@ The BUTTONS module includes three SPST push buttons and three yellow LEDs, using
480
480
#### Pinout
481
481
482
482
##### 1x4 Header
483
- | ** Pin** | ** Function** |
484
- | ---------| --------------|
485
- | GND | Ground |
486
- | 3V3 | Power Supply |
487
- | SDA | I2C Data |
488
- | SCL | I2C Clock |
483
+ | ** Pin** | ** Net Name ** | ** Function** |
484
+ | ---------| --------------| --------------- |
485
+ | GND | GND | Ground |
486
+ | 3V3 | +3V3 | Power Supply |
487
+ | SDA | SDA_1 | I2C Data |
488
+ | SCL | SCL_1 | I2C Clock |
489
489
490
490
##### Pushbutton and Microcontroller Signals
491
- | ** Pin** | ** Function** |
492
- | ---------| ------------------------|
493
- | PA0 | A (Pushbutton) |
494
- | PA1 | B (Pushbutton) |
495
- | PA2 | C (Pushbutton) |
496
- | RX1 | UART Receive |
497
- | TX1 | UART Transmit |
498
- | SWDIO | SWD Data |
499
- | SWCLK | SWD Clock |
500
- | PF2 | NRST |
501
-
491
+ | ** Pin** | ** Net Name** | ** Function** |
492
+ | -----------| --------------------------| ------------------------|
493
+ | PA0 | PA0_1 | A (Pushbutton) |
494
+ | PA1 | PA1_1 | B (Pushbutton) |
495
+ | PA2 | PA2_1 | C (Pushbutton) |
496
+ | RX1 | PA10_USART1_RX_1 | UART Receive |
497
+ | TX1 | PA9_USART1_TX_1 | UART Transmit |
498
+ | SWDIO | PA13_SWDIO_1 | SWD Data |
499
+ | SWCLK | PA14_SWCLK_BOOT0_1 | SWD Clock |
500
+ | PF2 | PF2_NRST_1 | NRST |
502
501
1x4 header for GND, 3V3, SDA, SCL. These holes provide a place to mount header pins if desired.
503
502
504
503
1x10 header for pushbutton signals and microcontroller signals. This header can be used to read the pushbuttons status from an external 3.3V controller, to use the microcontroller pins for other purposes, or to reprogram the microcontroller using its SWD interface. These holes provide a place to mount header pins if desired.
0 commit comments