34a903093afdc0dc4dcd24cc9e7ef73a202e251e
Board/NGS/NGS1072-DAT/NGS1072-DAT.md
... | ... | @@ -20,4 +20,4 @@ |
20 | 20 | ## Demo Code |
21 | 21 | |
22 | 22 | - https://github.com/Edragon/Arduino-main/tree/master/Sketchbook/RF/NGS1072 |
23 | -- Please use as a refernece, the repository may need sort out. |
|
... | ... | \ No newline at end of file |
0 | +- Please use as a refernece, the repository may need sort out. |
Board/SDR/SDR1096-DAT/48-28-16-17-04-2023.png
... | ... | Binary files /dev/null and b/Board/SDR/SDR1096-DAT/48-28-16-17-04-2023.png differ |
Board/SDR/SDR1096-DAT/SDR1096-DAT.md
... | ... | @@ -0,0 +1,39 @@ |
1 | + |
|
2 | +# SDR1096 DAT |
|
3 | + |
|
4 | + |
|
5 | +## hardware |
|
6 | + |
|
7 | +![](48-28-16-17-04-2023.png) |
|
8 | + |
|
9 | + |
|
10 | +### Pin Info |
|
11 | + |
|
12 | +Middle 4 columns * 3 rows pins, column from left to right : |
|
13 | + |
|
14 | +- V+: motor power supply |
|
15 | +- GND: ground |
|
16 | +- VIN: USB 5V Input |
|
17 | +- 3V3: 3.3V output from regulator |
|
18 | + |
|
19 | +Other peripheral |
|
20 | +- Programmable LED pin D13 |
|
21 | + |
|
22 | +### main chips |
|
23 | +- SAMD21G18A-AUT: main controller |
|
24 | + |
|
25 | + |
|
26 | +- A4954: motor driver |
|
27 | + - D4 Vref2 |
|
28 | + - D5 IN3 |
|
29 | + - D6 IN4 |
|
30 | + - D7 IN2 |
|
31 | + - D8 IN1 |
|
32 | + - D9 Vref1 |
|
33 | + |
|
34 | + |
|
35 | +- AS5047D: decoder, provding close-loop feedback |
|
36 | + - D10 SPI_SS |
|
37 | + - D11 SPI_MOSI |
|
38 | + - D12 SPI_MISO |
|
39 | + - D13 SPI_SCK |
Board/STH/STH1078-DAT.md
... | ... | @@ -0,0 +1,15 @@ |
1 | + |
|
2 | +# STH1078-DAT |
|
3 | + |
|
4 | +- TDS - hex bytes output from 0x0000 to 0xffff |
|
5 | + - For example, FA012C0041, FA header, 012C first TDS value, 0041 second TDS value. |
|
6 | +- Flow Speed - pulse count by interrupt, e.g. arduino D2 pin |
|
7 | +- Temperature - analog read |
|
8 | + |
|
9 | + |
|
10 | +## ref |
|
11 | + |
|
12 | +- https://www.electrodragon.com/product/pipe-water-sensor-temperature-flow-speed-tds/ |
|
13 | +- https://w.electrodragon.com/w/TF-TDS_Sensor |
|
14 | +- relevant demo code please find at: https://github.com/Edragon/Arduino-main |
|
15 | + |
Home.md
... | ... | @@ -47,10 +47,14 @@ test log 170004 |
47 | 47 | - [[SCU1041-DAT]] |
48 | 48 | |
49 | 49 | ### SDR |
50 | -- [[SDR1040-DAT]] - [[SDR1041-DAT-retired]] - [[SDR1113-DAT]] |
|
50 | +- [[SDR1040-DAT]] - [[SDR1041-DAT-retired]] - [[SDR1096-DAT]] - [[SDR1113-DAT]] |
|
51 | 51 | |
52 | 52 | ### SMO |
53 | 53 | |
54 | +### STH |
|
55 | +- [[STH1078-DAT]] |
|
56 | + |
|
57 | + |
|
54 | 58 | ### SVC |
55 | 59 | - [[SVC1031-DAT]] - [[SVC1035-DAT]] - [[SVC1039-DAT]] |
56 | 60 |
SDK/Arduino-IDE-DAT/arduino-IDE-DAT.md
... | ... | @@ -1,28 +1,35 @@ |
1 | 1 | |
2 | +## demo code |
|
3 | + |
|
4 | +- https://github.com/Edragon/Arduino-main |
|
5 | + |
|
6 | + |
|
2 | 7 | ### boards |
3 | 8 | |
9 | +ESP8266 |
|
4 | 10 | https://arduino.esp8266.com/stable/package_esp8266com_index.json |
5 | 11 | |
6 | -megaTinyCore - megaTinyAVR |
|
12 | +MegaCoreX - megaTinyAVR |
|
7 | 13 | https://mcudude.github.io/MegaCoreX/package_MCUdude_MegaCoreX_index.json |
8 | 14 | https://github.com/MCUdude/MegaCoreX |
9 | 15 | |
10 | - |
|
16 | +ESP32 |
|
11 | 17 | https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json |
12 | 18 | |
19 | +megaTinyCore |
|
13 | 20 | http://drazzy.com/package_drazzy.com_index.json |
14 | 21 | https://github.com/SpenceKonde/megaTinyCore |
15 | 22 | |
23 | +ATTinyCore |
|
16 | 24 | https://github.com/SpenceKonde/ATTinyCore |
17 | 25 | |
18 | - |
|
26 | +nulllab |
|
19 | 27 | https://nulllab.coding.net/p/lgt/d/nulllab_lgt_arduino/git/raw/master/package_nulllab_boards_index_zh.json |
20 | - |
|
21 | 28 | https://cdn.jsdelivr.net/gh/nulllaborg/arduino_nulllab/package_nulllab_boards_index_zh.json |
22 | 29 | |
23 | 30 | |
24 | 31 | |
25 | - |
|
32 | +### library |
|
26 | 33 | |
27 | 34 | - [[softwareserial]] |
28 | 35 |