File tree 2 files changed +18
-9
lines changed
libraries/CurieI2S/examples 2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 10
10
* To test this sketch you will need a second Arduino/Genuino 101 board with the I2SDMA_TxCallback sketch uploaded
11
11
*
12
12
* Connection:
13
- * GND -> GND
14
- * I2S_RSCK(pin 8) -> I2S_TSCK(pin 2)
15
- * I2S_RWS(pin 3) -> I2S_TWS(pin 4)
16
- * I2S_RXD(pin 5) -> I2S_TXD(pin 7)
17
- *
13
+ * I2S_RSCK(pin 8) -> I2S_TSCK(pin 2)
14
+ * I2S_RWS (pin 3) -> I2S_TWS (pin 4)
15
+ * I2S_RXD (pin 5) -> I2S_TXD (pin 7)
16
+ * Ground (GND) -> Ground (GND)
17
+ * Notes:
18
+ * Transmission is sensitive to noise. To reduce noise:
19
+ * - Power both boards with an external power supply. Usb power is not always clean.
20
+ * - Insure that both boards are sharing the same ground.
21
+ * - Use short wires to connect between the board or use shielded wire.
18
22
**/
19
23
#include < CurieI2SDMA.h>
20
24
Original file line number Diff line number Diff line change 5
5
* To test this sketch you will need a second Arduino/Genuino 101 board with the I2S_TxCallback sketch uploaded
6
6
*
7
7
* Connection:
8
- * I2S_RSCK(pin 8) -> I2S_TSCK(pin 2)
9
- * I2S_RWS(pin 3) -> I2S_TWS(pin 4)
10
- * I2S_RXD(pin 5) -> I2S_TXD(pin 7)
11
- *
8
+ * I2S_RSCK(pin 8) -> I2S_TSCK(pin 2)
9
+ * I2S_RWS (pin 3) -> I2S_TWS (pin 4)
10
+ * I2S_RXD (pin 5) -> I2S_TXD (pin 7)
11
+ * Ground (GND) -> Ground (GND)
12
+ * Notes:
13
+ * Transmission is sensitive to noise. To reduce noise:
14
+ * - Power both boards with an external power supply. Usb power is not always clean.
15
+ * - Insure that both boards are sharing the same ground.
16
+ * - Use short wires to connect between the board or use shielded wire.
12
17
**/
13
18
#include < CurieI2S.h>
14
19
You can’t perform that action at this time.
0 commit comments