Board-dat/DVA/DVA1007-DAT/DVA1007-DAT.md
... ...
@@ -42,17 +42,6 @@ Pin Definitions
42 42
- GND (CTS)
43 43
- -- (GND)
44 44
45
-
46
-
47
-## demo code
48
-
49
-- arduino library **radiohead** - [[arduino-lib-dat]]
50
-- [[spi-flash-dat]] - user lowpower lab flash arduino library
51
-
52
-## bootloader
53
-
54
-- arduino pro mini 3.3V/8M == [[arduino-dat]]
55
-
56 45
## Functions
57 46
58 47
- [[memory-dat]] - [[low-power-dat]] - [[lora-dat]]
... ...
@@ -65,17 +54,46 @@ Lora Modules - [[NWL1071-dat]] - [[NWL1072-dat]]
65 54
- must well initiated flash into low power mode to save power
66 55
- 0xEF40 manufactuer ID for 16mbit
67 56
68
-## bulk order
57
+Pins table
58
+
59
+| arduino | pin | Funcs | Funcs2 | customize |
60
+| ------- | --- | ----- | -------------- | --------- |
61
+| D13 | 17 | PB5 | SPI_SCK/PCINT5 | SPI_SCK |
62
+| D12 | 16 | PB4 | SPI_MISO | SPI_MISO |
63
+| D11 | 15 | PB3 | SPI_MOSI/PWM | SPI_MOSI |
64
+| D10 | 14 | PB2 | | LORA_CS |
65
+| D9 | 13 | PB1 | PWM | LORA_RST |
66
+| D8 | 12 | PB0 | | Flash_CS |
67
+| D7 | 11 | PD7 | | LED |
68
+| D6 | 10 | PD6 | PWM | |
69
+| D5 | 9 | PD5 | PWM | |
70
+| D4 | 2 | PD4 | | |
71
+| D3 | 1 | PD3 | PWM | |
72
+| D2 | 32 | PD2 | irq | LORA_IRQ |
73
+| D1 | 31 | PD1 | TX | |
74
+| D0 | 30 | PD0 | RX | |
75
+| A5 | | PC5 | SCL | |
76
+| A4 | | PC4 | SDA | |
77
+| A3 | | PC3 | | |
78
+| A2 | | PC2 | | |
79
+| A1 | | PC1 | | |
80
+| A0 | | PC0 | | |
69 81
70
-Buck order price:
71 82
72
-- 16% discount for 100-499pcs order,
73
-- 20% for 500pcs+ order. Auto update price.
74 83
75
-## coding config
84
+## demo code
85
+
86
+- [[lora-SDK-dat]] == https://github.com/sandeepmistry/arduino-LoRa
87
+- arduino library **radiohead** - [[arduino-lib-dat]]
88
+- [[spi-flash-dat]] - user lowpower lab flash arduino library
89
+
90
+bootloader - arduino pro mini 3.3V/8M == [[arduino-dat]]
91
+
92
+
93
+### coding config
76 94
77 95
const int csPin = 10; // LoRa radio chip select
78
- const int resetPin = 8; // LoRa radio reset
96
+ const int resetPin = 9; // LoRa radio reset
79 97
const int irqPin = 2; // change for your board; must be a hardware interrupt pin
80 98
...
81 99
... ...
@@ -104,8 +122,20 @@ Buck order price:
104 122
- [low power test](https://x.com/electro_phoenix/status/1639160253811142656)
105 123
106 124
125
+
126
+## bulk order
127
+
128
+Buck order price:
129
+
130
+- 16% discount for 100-499pcs order,
131
+- 20% for 500pcs+ order. Auto update price.
132
+
133
+
134
+
107 135
## ref
108 136
109 137
- [[DVA1007]] - [[DVA1008]] - [[DVA1009]]
110 138
111
-- [[radiohead-dat]] - [[lora-sdk-dat]]
... ...
\ No newline at end of file
0
+- [[radiohead-dat]] - [[lora-sdk-dat]]
1
+
2
+- [[arduino-hdk-dat]] - [[arduino-dat]]
... ...
\ No newline at end of file
Chip-dat/AVR-dat/atmega-dat/atmega328-DAT/atmega328-DAT.md
... ...
@@ -21,24 +21,33 @@
21 21
22 22
![](2024-07-01-19-46-59.png)
23 23
24
-Pins
25
-
26
-| arduino | pin | Funcs | Funcs2 | customize |
27
-| ------- | --- | ----- | ---------- | --------- |
28
-| 13 | 17 | PB5 | SCK/PCINT5 | |
29
-| 12 | 16 | PB4 | MISO | |
30
-| 11 | 15 | PB3 | MOSI/PWM | |
31
-| 10 | 14 | PB2 | | |
32
-| 9 | 13 | PB1 | PWM | |
33
-| 8 | 12 | PB0 | | |
34
-| 7 | 11 | PD7 | | |
35
-| 6 | 10 | PD6 | PWM | |
36
-| 5 | 9 | PD5 | PWM | |
37
-| 4 | 2 | PD4 | | |
38
-| 3 | 1 | PD3 | PWM | |
39
-| 2 | 32 | PD2 | | |
40
-| 1 | 31 | PD1 | TX | |
41
-| 0 | 30 | PD0 | RX | |
24
+Pins table
25
+
26
+| arduino | pin | Funcs | Funcs2 | customize |
27
+| ------- | --- | ----- | -------------- | --------- |
28
+| D13 | 17 | PB5 | SPI_SCK/PCINT5 | |
29
+| D12 | 16 | PB4 | SPI_MISO | |
30
+| D11 | 15 | PB3 | SPI_MOSI/PWM | |
31
+| D10 | 14 | PB2 | | |
32
+| D9 | 13 | PB1 | PWM | |
33
+| D8 | 12 | PB0 | | |
34
+| D7 | 11 | PD7 | | |
35
+| D6 | 10 | PD6 | PWM | |
36
+| D5 | 9 | PD5 | PWM | |
37
+| D4 | 2 | PD4 | | |
38
+| D3 | 1 | PD3 | PWM | |
39
+| D2 | 32 | PD2 | irq | |
40
+| D1 | 31 | PD1 | TX | |
41
+| D0 | 30 | PD0 | RX | |
42
+| A5 | | PC5 | SCL | |
43
+| A4 | | PC4 | SDA | |
44
+| A3 | | PC3 | | |
45
+| A2 | | PC2 | | |
46
+| A1 | | PC1 | | |
47
+| A0 | | PC0 | | |
48
+
49
+
50
+
42 51
43 52
44 53
## atmega328PB
Chip-dat/Microchip-dat/microchip-MCU-dat/microchip-MCU-dat.md
... ...
@@ -12,7 +12,10 @@
12 12
## microchip-MCU
13 13
14 14
15
+### PIC24
15 16
17
+PIC24FJ128GB106-I/PT - PIC PICĀ® 24F Microcontroller IC 16-Bit 32MHz 128KB (43K x 24) FLASH 64-TQFP (10x10)
18
+
16 19
17 20
### PIC32
18 21
Network-dat/RF-dat/LORA-DAT/Lora-SDK-dat/Lora-SDK-dat.md
... ...
@@ -34,6 +34,11 @@ Path: The UserConfig.c file in LR_driver is a common file generated when adaptin
34 34
35 35
## arduino library
36 36
37
+### sandeepmistry/arduino-LoRa
38
+
39
+frequency in Hz (`433E6`, `868E6`, `915E6`)
40
+
41
+
37 42
- https://github.com/sandeepmistry/arduino-LoRa
38 43
39 44
#else
... ...
@@ -45,6 +50,14 @@ Path: The UserConfig.c file in LR_driver is a common file generated when adaptin
45 50
#endif
46 51
47 52
53
+
54
+demo-code loraSender
55
+
56
+
57
+
58
+
59
+### RadioLib/radiohead
60
+
48 61
- [[radiohead-dat]]
49 62
50 63
- https://jgromes.github.io/RadioLib/
SDK-dat/arduino-dat/arduino-boards-dat/arduino-pro-mini-dat/2025-11-15-17-21-59.png
... ...
Binary files /dev/null and b/SDK-dat/arduino-dat/arduino-boards-dat/arduino-pro-mini-dat/2025-11-15-17-21-59.png differ
SDK-dat/arduino-dat/arduino-boards-dat/arduino-pro-mini-dat/arduino-pro-mini-dat.md
... ...
@@ -0,0 +1,11 @@
1
+
2
+# arduino-pro-mini-dat
3
+
4
+## pin definitions
5
+
6
+![](2025-11-15-17-21-59.png)
7
+
8
+
9
+## ref
10
+
11
+- [[atmega328-dat]]
... ...
\ No newline at end of file
SDK-dat/arduino-dat/arduino-boards-dat/arduino-uno-dat/2025-11-15-17-20-20.png
... ...
Binary files /dev/null and b/SDK-dat/arduino-dat/arduino-boards-dat/arduino-uno-dat/2025-11-15-17-20-20.png differ
SDK-dat/arduino-dat/arduino-boards-dat/arduino-uno-dat/arduino-uno-dat.md
... ...
@@ -0,0 +1,10 @@
1
+
2
+# arduino-uno-dat
3
+
4
+## pin definitions
5
+
6
+![](2025-11-15-17-20-20.png)
7
+
8
+## ref
9
+
10
+- [[atmega328-dat]]
... ...
\ No newline at end of file