Both sides previous revisionPrevious revisionNext revision | Previous revision |
interfaces:draginoshield [2024/09/02 23:20] – [PlatformIO] darron | interfaces:draginoshield [2024/09/22 20:27] (current) – darron |
---|
| |
<wrap right> | <wrap right> |
{{:interfaces:draginoarduino.jpg?150|Dragino LoRa Shield for Arduino}} {{:interfaces:draginoarduinolora.jpg?150|Dragino LoRa Shield for Arduino LoRa module}}\\ | {{:interfaces:draginoarduino.jpg?100|Dragino LoRa Shield for Arduino}} |
| \\ |
| {{boards:l152-rfm95w.jpg?100|STM32 NUCLEO}} |
| \\ |
| {{:interfaces:draginoarduinolora.jpg?100|Dragino LoRa Shield for Arduino LoRa module}} |
| \\ |
| {{:interfaces:lora_sheild.sch.png?100|Schematic V1.0}} |
| \\ |
| {{:interfaces:lora_shield_pin_mapping.png?100|Pinout}} |
</wrap> | </wrap> |
| |
| This `shield' contains an [[:interfaces:semtech|SX1276]] LoRa radio and a voltage level converter to allow it to be |
| used on both 3V3 and 5V host boards. |
| |
| ===Bare-metal=== |
| |
| My [[projects:laura|Laura long range radio]] project can utilise this board with an Arduino UNO or Arduino MEGA2560. |
| |
===Arduino=== | ===Arduino=== |
[[https://github.com/mcci-catena/arduino-lmic|Arduino LMIC]] | [[https://github.com/mcci-catena/arduino-lmic|Arduino LMIC]] |
| |
==Program== | ==Upload== |
| |
This [[https://www.mobilefish.com/developer/lorawan/lorawan_quickguide_build_lora_node_dragino_shield_arduino_uno.html|guide]] explains how to load and edit the `sketch' for the Arduino UNO. | This [[https://www.mobilefish.com/developer/lorawan/lorawan_quickguide_build_lora_node_dragino_shield_arduino_uno.html|guide]] explains how to load and edit the `sketch' for the Arduino UNO. |
===Resources=== | ===Resources=== |
| |
[[https://www.dragino.com/products/lora/item/102-lora-shield.html|LoRa shield product page]] | [[https://web.archive.org/web/20240726051218/https://www.dragino.com/products/lora/item/102-lora-shield.html|LoRa shield product page]] |
| |
[[https://web.archive.org/web/20200219204541/http://wiki.dragino.com:80/index.php?title=Lora_Shield|LoRa shield documentation]] | [[https://web.archive.org/web/20200219204541/http://wiki.dragino.com:80/index.php?title=Lora_Shield|LoRa shield documentation]] |
| |
| |
[[https://www.youtube.com/watch?v=duwUwXt-hs8|Dragino LoRa node]] | [[https://www.youtube.com/watch?v=duwUwXt-hs8|Dragino LoRa node]] |
| |
| [[https://github.com/dragino/Lora/tree/master/Lora%20Shield|Data files]] |
| |