572396e3174d5941911a5719b6379fc9fab6eb9b
Board-dat/DVA/DVA1002-dat/DVA1002-dat.md
| ... | ... | @@ -8,12 +8,34 @@ https://www.electrodragon.com/product/nrf24duino-arduino-mini-plus-nrf24l01-boar |
| 8 | 8 | |
| 9 | 9 | legacy wiki page - https://www.electrodragon.com/w/Nrf24Duino |
| 10 | 10 | |
| 11 | -series - [[edarduino-dat]] |
|
| 11 | +series - [[edarduino-dat]] - [[RFduino-dat]] |
|
| 12 | 12 | |
| 13 | 13 |  |
| 14 | 14 | |
| 15 | 15 | |
| 16 | +## Quick start |
|
| 16 | 17 | |
| 18 | +* Board choose pro-mini '''atmega328 3V3/8M''' |
|
| 19 | + |
|
| 20 | +Sketch |
|
| 21 | +* To have a quick start of this board, you can try a pair, or another arduino with nrf24l01. |
|
| 22 | +* The board are pre-flashed RF24 get started sketch, use RF24 arduino library |
|
| 23 | +* Connect the board with FTDI-basic |
|
| 24 | +* Turn on the serial monitor in arduino |
|
| 25 | + Baudrate: 57600 |
|
| 26 | +* One board should be on "T" mode, another one should be on "R" mode. |
|
| 27 | + |
|
| 28 | + |
|
| 29 | +* Note: LED is not work for default pre-programmed sketch, but can be used for other libraries which support nrf24l01 |
|
| 30 | + |
|
| 31 | +## Code |
|
| 32 | + |
|
| 33 | +For NRF24 testing |
|
| 34 | +- https://github.com/Edragon/Arduino-main/tree/master/Sketchbook/RF/06_NRF24 |
|
| 35 | + |
|
| 36 | +relevant library |
|
| 37 | +- https://www.arduino.cc/reference/en/libraries/radiohead/ |
|
| 38 | +- https://github.com/epsilonrt/RadioHead |
|
| 17 | 39 | |
| 18 | 40 | |
| 19 | 41 | ## ref |
| ... | ... | @@ -21,5 +43,6 @@ series - [[edarduino-dat]] |
| 21 | 43 | - Optimize for NRF24L01+ transmission range, [range test can be found here.](https://www.electrodragon.com/distance-test-nrf24duino-loarduino-board/) |
| 22 | 44 | |
| 23 | 45 | - [[low-power-dat]] |
| 24 | - |
|
| 46 | + |
|
| 47 | + |
|
| 25 | 48 | - [[dva1002]] |
| ... | ... | \ No newline at end of file |
Tech/power-dat/low-power-dat/low-power-dat.md
| ... | ... | @@ -14,8 +14,22 @@ |
| 14 | 14 | - https://twitter.com/electro_phoenix/status/1640585737308622850 |
| 15 | 15 | |
| 16 | 16 | |
| 17 | +## Flash Issue |
|
| 18 | + |
|
| 19 | +- Please remember to use "low-power-lab" arduino library: https://github.com/LowPowerLab/SPIFlash |
|
| 20 | +- install the library: flash.initialize() |
|
| 21 | +- https://github.com/Edragon/Arduino-main/blob/master/Sketchbook/memory/SPIFlash_LowPowerLab/SPIFlash_LowPowerLab.ino |
|
| 22 | + |
|
| 23 | +## arduino deep sleep library |
|
| 24 | + |
|
| 25 | +- https://github.com/arduino-libraries/ArduinoLowPower |
|
| 26 | +- https://www.arduino.cc/reference/en/libraries/arduino-low-power/ |
|
| 27 | + |
|
| 28 | + |
|
| 17 | 29 | ## ref |
| 18 | 30 | |
| 31 | +- legacy wiki page - https://w.electrodragon.com/w/Category:Low_Power |
|
| 32 | + |
|
| 19 | 33 | - low power design guide [[AN1416.pdf]] |
| 20 | 34 | |
| 21 | 35 | - [[low-power]] |
| ... | ... | \ No newline at end of file |
board-series-dat/RFduino-dat/RFduino-dat.md
| ... | ... | @@ -0,0 +1,11 @@ |
| 1 | + |
|
| 2 | +# RFduino-dat |
|
| 3 | + |
|
| 4 | +- recommended to try DVA1007 LORArduino: high range, reliable, low cost, low power lifetime |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +- [[DVA1002-dat]] |
|
| 8 | + |
|
| 9 | +- [[DVA1007-dat]] - [[lora-dat]] |
|
| 10 | + |
|
| 11 | +- [[low-power-dat]] |
|
| ... | ... | \ No newline at end of file |