I want to build a personal gateway. No LoraWAN or TTL.

This page summarizes the projects mentioned and recommended in the original post on /r/Lora

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • MySensors

    MySensors library and examples

  • As mentioned, chirpstack works well if you still want to use LoRaWAN. Alternatively, you can use a system such as https://www.mysensors.org/ which builds its own protocol on top of lora. Finally, you can write everything from scratch using radio libraries (eg: https://www.airspayce.com/mikem/arduino/RadioHead/)

  • RadioHead

    Version of RadioHead library for Teensy boards

  • As mentioned, chirpstack works well if you still want to use LoRaWAN. Alternatively, you can use a system such as https://www.mysensors.org/ which builds its own protocol on top of lora. Finally, you can write everything from scratch using radio libraries (eg: https://www.airspayce.com/mikem/arduino/RadioHead/)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • arduino-LoRa

    An Arduino library for sending and receiving data using LoRa radios.

  • Your network, your rules. You can use whatever radio parameters you want, and you can use a frequency not used by popular LoRaWAN networks.TTN does not use great parameters for long range anyway. I use https://github.com/sandeepmistry/arduino-LoRa library its easy enough to use and understand. https://github.com/jgromes/RadioLib is good but a bit more complex to implement.

  • RadioLib

    Universal wireless communication library for embedded devices

  • Your network, your rules. You can use whatever radio parameters you want, and you can use a frequency not used by popular LoRaWAN networks.TTN does not use great parameters for long range anyway. I use https://github.com/sandeepmistry/arduino-LoRa library its easy enough to use and understand. https://github.com/jgromes/RadioLib is good but a bit more complex to implement.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts