Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
interfaces:draginoshield [2024/09/02 23:20] – [PlatformIO] darroninterfaces:draginoshield [2024/09/22 20:27] (current) darron
Line 2: Line 2:
  
 <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===
Line 19: Line 34:
 [[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.
Line 53: Line 68:
 ===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]]