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/08.mega/boards/giga-r1/tutorials/cheat-sheet/cheat-sheet.md
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ The antenna connector (see image above) is located right next to the USB-C conne
175
175
176
176
The **GIGA R1** features an audio jack, with 2x DAC channels, and 1x ADC channel, and is capable of reading input from a microphone, as well as outputting sound through a speaker.
177
177
178
-

178
+

179
179
180
180
The audio jack is connected to the following pins:
181
181
-**A12 / DAC0**
@@ -280,6 +280,8 @@ The GIGA R1 comes with support for HID, and can be used as either a keyboard or
280
280
281
281
### USBHost
282
282
283
+

284
+
283
285
The USB-A port you find on the **GIGA R1** is configured as a host-only port, meaning that it cannot be used to program the board, instead it is used to connect peripherals to the board.
284
286
285
287
The board can receive keyboard input, effectively enabling a few hundred more inputs without any wiring, or be used to read & write files on a USB flash drive, which makes it possible to for example, build a [datalogger](/tutorials/giga-r1/giga-usb#datalogger-example).
@@ -562,12 +564,12 @@ This makes the **GIGA R1** a powerful option for complex multilayered systems, a
562
564
563
565
The CAN pins on the **GIGA R1** are labelled `CANRX` and `CANTX`. Typically, transceiver breakouts are labelled with a similar syntax, and to connect them to the board, use the following wiring scheme:
564
566
565
-
| GIGA R1 |Tranceiver|
566
-
| ------- | ---------- |
567
-
| VCC | 3.3V |
568
-
| GND | GND |
569
-
| CANTX | CANTX\*|
570
-
| CANRX | CANRX\*|
567
+
| GIGA R1 |Transceiver|
568
+
| ------- | -----------|
569
+
| VCC | 3.3V |
570
+
| GND | GND |
571
+
| CANTX | CANTX\*|
572
+
| CANRX | CANRX\*|
571
573
572
574
***\*The name of CANTX/CANRX differs from product to product.***
0 commit comments