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:17] – [Arduino] darroninterfaces:draginoshield [2024/09/03 12:10] (current) – [Dragino Lora Shield] 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}}  
 +\\ \\ 
 +{{:interfaces:draginoarduinolora.jpg?100|Dragino LoRa Shield for Arduino LoRa module}}
 </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 28:
 [[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 47: Line 56:
 ===PlatformIO=== ===PlatformIO===
  
-https://www.thethingsnetwork.org/forum/t/lmic-node-one-example-to-rule-them-all/46964+Not much is known about this platform since it uses VSCODE.
  
-https://github.com/lnlp/LMIC-node+Find out all about it [[https://github.com/lnlp/LMIC-node|here]].
  
 ===Resources=== ===Resources===