Difference between revisions of "LoraWanNode"

From RevSpace
Jump to navigation Jump to search
(Created page with " {{Project |Name=LoraWanNode |Picture=plaatje dat je geupload hebt op de wiki |Omschrijving=Description of how to set up an Arduino Pro Mini and an HopeRF RFM95 to c...")
 
(Initial content)
Line 6: Line 6:
 
   |Contact=bertrik
 
   |Contact=bertrik
 
   }}
 
   }}
 +
 +
 +
== Introduction ==
 +
This page describes the steps needed to create a simple LoraWAN node for the-things-network.
 +
 +
I've tested this on the TTN in the city of Utrecht.
 +
 +
== Hardware ==
 +
The hardware I've used is:
 +
* a HopeRF RFM95 module
 +
* an Arduino mini pro, 8MHz/3.3V
 +
* a CP2104-based serial-USB converter
 +
 +
The HopeRF RFM95 module is connected to the Arduino as follows:
 +
* pin VCC to arduino Vcc pin (3.3V)
 +
* pin GND to arduino Gnd pin
 +
* pin NSS to arduino pin D10
 +
* pin SCK to arduino pin D13
 +
* pin MOSI to arduino pin D11
 +
* pin MISO to arduino pin D12
 +
* pin DIO0 to arduino pin D4
 +
* pin DIO1 to arduino pin D5
 +
* pin DIO2 to arduino pin D7
 +
 +
== Software ==
 +
Tools:
 +
* Arduino IDE 1.6.8
 +
 +
=== Libraries ===
 +
I've used this version of the LoRa LMIC library: https://github.com/things4u/LoRa-LMIC-1.51.git

Revision as of 17:23, 3 April 2016

Project LoraWanNode
350px
Description of how to set up an Arduino Pro Mini and an HopeRF RFM95 to create a LoraWAN node
Status Initializing
Contact bertrik
Last Update 2016-04-03


Introduction

This page describes the steps needed to create a simple LoraWAN node for the-things-network.

I've tested this on the TTN in the city of Utrecht.

Hardware

The hardware I've used is:

  • a HopeRF RFM95 module
  • an Arduino mini pro, 8MHz/3.3V
  • a CP2104-based serial-USB converter

The HopeRF RFM95 module is connected to the Arduino as follows:

  • pin VCC to arduino Vcc pin (3.3V)
  • pin GND to arduino Gnd pin
  • pin NSS to arduino pin D10
  • pin SCK to arduino pin D13
  • pin MOSI to arduino pin D11
  • pin MISO to arduino pin D12
  • pin DIO0 to arduino pin D4
  • pin DIO1 to arduino pin D5
  • pin DIO2 to arduino pin D7

Software

Tools:

  • Arduino IDE 1.6.8

Libraries

I've used this version of the LoRa LMIC library: https://github.com/things4u/LoRa-LMIC-1.51.git