Skip to content
#

lora

Here are 761 public repositories matching this topic...

OpenMQTTGateway

MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility, SMS & LORA.

  • Updated Sep 21, 2021
  • C++
android606
android606 commented Jan 27, 2021

At walking speeds and relatively close distances, a GPS error of 3-5m+ can make your position pretty uncertain, which makes bearing calculations wonky and therefore make the pointer arrow on the screen noticeably inaccurate.

We should look into ways to make bearing calculations that are more accurate. Is it possible to use more points to generate an "average" bearing, perhaps?

See discussion

Meshtastic-Android
ClusterDuck-Protocol
BrentonPoke
BrentonPoke commented Sep 27, 2021

The software currently requires the developer to manage IDs for individual Ducks by naming them manually, but something important we need to do is find a way of programmatically provisioning unique names in order for the routing algorithm to function properly. There are specific constraints that need to be observed:

  • 8 bytes in length
  • deterministic generation
  • unique under any hardware co
DvdMgr
DvdMgr commented Nov 30, 2019

As of now, we have a lorawan.rst file that describes some of the functionalities of the module, but this is not enough. I've identified the following tasks to improve the documentation of the module:

  • Add a compiled documentation page, possibly hosted through Github Pages for immediate access by users.
  • Add documentation on how the Network Server works
  • Add description of tests, underlyin

Improve this page

Add a description, image, and links to the lora topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lora topic, visit your repo's landing page and select "manage topics."

Learn more