f0c556c8cdd1fb679d2e5df819f65cbf0c8e2080
Board/DAR/DAR1064-DAT/DAR1064-DAT.md
... | ... | @@ -32,3 +32,10 @@ https://w.electrodragon.com/w/Category:AVR128#AVR128_Board |
32 | 32 | |
33 | 33 | - [[DAR1064]] |
34 | 34 | |
35 | + |
|
36 | +## Debug |
|
37 | + |
|
38 | +- Please check if backside jumpers are all soldered or not, power LED is NO or not. |
|
39 | +- The full schematic is for purchased customers only, you can also view it directly here. |
|
40 | +- Default firmware should be hold down PC7 button and PC6 LED light up, or simple blink sketch. You can find all sketches in our [[arduino-IDE-DAT]] |
|
41 | +- [More information please find at page here.](https://w2.electrodragon.com/Board/DAR/DAR1064-DAT/DAR1064-DAT.md) |
|
... | ... | \ No newline at end of file |
Board/SDR/SDR1096-DAT/SDR1096-DAT.md
... | ... | @@ -20,7 +20,7 @@ Other peripheral |
20 | 20 | - Programmable LED pin D13 |
21 | 21 | |
22 | 22 | ### main chips |
23 | -- SAMD21G18A-AUT: main controller |
|
23 | +- [[SAMD21]] - SAMD21G18A-AUT: main controller |
|
24 | 24 | |
25 | 25 | |
26 | 26 | - A4954: motor driver |
... | ... | @@ -39,3 +39,7 @@ Other peripheral |
39 | 39 | - D13 SPI_SCK |
40 | 40 | |
41 | 41 | |
42 | +## ref |
|
43 | +- https://github.com/Misfittech/nano_stepper/ |
|
44 | +- https://github.com/NiryoRobotics/niryo_stepper |
|
45 | +- [[AS5047-DAT]] |
|
... | ... | \ No newline at end of file |
Chip/AMS-DAT/AS5047-DAT.md
... | ... | @@ -0,0 +1,14 @@ |
1 | + |
|
2 | + |
|
3 | +# AS5047 DAT |
|
4 | + |
|
5 | +// define a led pin. |
|
6 | +#define LED_PIN 13 |
|
7 | + |
|
8 | +// define the chip select port. |
|
9 | +#define AS5047P_CHIP_SELECT_PORT 9 |
|
10 | + |
|
11 | + |
|
12 | +## ref |
|
13 | + |
|
14 | +- https://github.com/jonas-merkle/AS5047P |
|
... | ... | \ No newline at end of file |
Chip/Allegro-DAT/A4954-DAT.md
... | ... | @@ -0,0 +1,7 @@ |
1 | + |
|
2 | +# A4954 DAT |
|
3 | + |
|
4 | + |
|
5 | +## ref |
|
6 | + |
|
7 | +https://github.com/Misfittech/nano_stepper/tree/master/firmware/stepper_nano_zero |
|
... | ... | \ No newline at end of file |
SDK/Arduino-IDE-DAT/Arduino-Zero/53-05-19-19-04-2023.png
... | ... | Binary files /dev/null and b/SDK/Arduino-IDE-DAT/Arduino-Zero/53-05-19-19-04-2023.png differ |
SDK/Arduino-IDE-DAT/Arduino-Zero/arduino-zero.md
... | ... | @@ -0,0 +1,14 @@ |
1 | + |
|
2 | + |
|
3 | +## use Arduino ICE SAM |
|
4 | + |
|
5 | +![](53-05-19-19-04-2023.png) |
|
6 | + |
|
7 | +Wiring |
|
8 | +- connect programmer Arduino ICE |
|
9 | +- connect USB power supply |
|
10 | + |
|
11 | +Software Setup |
|
12 | +- Programmer: Atmel EDBG |
|
13 | +- Board: Arduino Zero (Programming Port) |
|
14 | + |