54e1096389792303524e029c237a90fa080815d3
Board-dat/Board-DAT.md
| ... | ... | @@ -94,6 +94,7 @@ AVR |
| 94 | 94 | WCH - [[DPR1133-dat]] |
| 95 | 95 | |
| 96 | 96 | ### DVA |
| 97 | + |
|
| 97 | 98 | - [[DVA1002-dat]] - [[DVA1007-dat]] |
| 98 | 99 | |
| 99 | 100 | ### ESP |
Board-dat/DVA/DVA1002-dat/DVA1002-dat.md
| ... | ... | @@ -50,12 +50,11 @@ relevant library |
| 50 | 50 | |
| 51 | 51 | - [[chip-dat]] - [[NRF24l01-dat]] variation [[NRF24-dat]] |
| 52 | 52 | |
| 53 | +- [[arduino-dat]] - [[avr-sdk-dat]] - [[radiohead-dat]] |
|
| 53 | 54 | |
| 54 | 55 | - Optimize for NRF24L01+ transmission range, [range test can be found here.](https://www.electrodragon.com/distance-test-nrf24duino-loarduino-board/) |
| 55 | 56 | |
| 56 | 57 | - [[low-power-dat]] |
| 57 | 58 | |
| 58 | 59 | |
| 59 | -- [[dva1002]] |
|
| 60 | - |
|
| 61 | -- [[avr-sdk-dat]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +- [[dva1002]] |
|
| ... | ... | \ No newline at end of file |
SDK-dat/arduino-dat/Arduino-IDE-DAT/arduino-lib-dat/radiohead-dat/radiohead-dat.md
| ... | ... | @@ -0,0 +1,22 @@ |
| 1 | + |
|
| 2 | +# radiohead-dat |
|
| 3 | + |
|
| 4 | +https://github.com/epsilonrt/RadioHead |
|
| 5 | + |
|
| 6 | + RH_RF95 rf95 (27, 6); // CS and DIO0 |
|
| 7 | + |
|
| 8 | + // CE 16 CS 15 |
|
| 9 | + RH_NRF24 nrf24(16, 15); |
|
| 10 | + |
|
| 11 | + // DVA1002 |
|
| 12 | + RH_NRF24 nrf24(7, 10); |
|
| 13 | + |
|
| 14 | + |
|
| 15 | +nrf24_client |
|
| 16 | + |
|
| 17 | + init OK |
|
| 18 | + |
|
| 19 | + Sending to nrf24_server |
|
| 20 | + No reply, is nrf24_server running? |
|
| 21 | + Sending to nrf24_server |
|
| 22 | + No reply, is nrf24_server running? |
SDK-dat/avr-sdk-dat/USBASP-dat/USBASP-dat.md
| ... | ... | @@ -9,6 +9,11 @@ https://www.electrodragon.com/w/Usbasp |
| 9 | 9 | |
| 10 | 10 | - [[DPR1088-dat]] |
| 11 | 11 | |
| 12 | + |
|
| 13 | +## Wiring with NRF24duino |
|
| 14 | + |
|
| 15 | +- [[DVA1002-dat]] |
|
| 16 | + |
|
| 12 | 17 | ## Wiring With our ED Nano Board |
| 13 | 18 | |
| 14 | 19 | - [[DAR1053-dat]] |
| ... | ... | @@ -19,6 +24,17 @@ https://www.electrodragon.com/w/Usbasp |
| 19 | 24 | |
| 20 | 25 |  |
| 21 | 26 | |
| 27 | +## Error |
|
| 28 | + |
|
| 29 | + avrdude: Device signature = 0x1e9514 (probably m328) |
|
| 30 | + avrdude: Expected signature for ATmega328P is 1E 95 0F |
|
| 31 | + Double check chip, or use -F to override this check. |
|
| 32 | + |
|
| 33 | +- [[avrdude-dat]] |
|
| 34 | +- |
|
| 35 | +System wide configuration file is "C:\Users\Administrator\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" |
|
| 36 | + |
|
| 37 | + |
|
| 22 | 38 | ## ref |
| 23 | 39 | |
| 24 | 40 | - [[driver-dat]] - [[avr-dat]] |