Skip to content

LoRaWAN node using the Arduino Pro Mini and RFM95 LoRa module

Notifications You must be signed in to change notification settings

makervan/promini-node

Repository files navigation

ProMini LoRaWAN Node

A LoRaWAN node based on the Arduino ProMini and the RFM95 LoRa module. Based on the original design by Doug Larue, but with some additional options:

  • u.FL antenna connector
  • Grove connector for I2C (can also be used for analog or digital signals)
  • Circuitry to measure battery voltage

3D rendered PCB

Parts

  • Arduino Pro Mini 3.3V, 8 Mhz
  • RFM95 module (frequency band based on your location)
  • Pin headers
  • Edge-mounted SMA connector (e.g. this part) or wire-antenna of correct length

Additional information

License

  • Licensed under Creative Commons Attribution-ShareAlike 4.0 Unported License (CC BY-SA 4.0)
  • Original work by Doug Larue
  • Modifications by Severin Schols