guidosch / bikecounter

This repository contains the hardware and software components of a PIR based tracking device to monitor the usage of local bike trails. The data is sent over LoRaWAN to TTN and from there to a Google Cloud backend which stores the data and provides api endpoints for the data visualization web UI.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Test MKRWAN_v2 #73

Closed guidosch closed 1 year ago

guidosch commented 1 year ago

There is a v2 version available of the MRKWAN lib, may be it solves some of the timing issues we have. More details see:

Name: "MKRWAN_v2" Autor: Arduino support@arduino.cc Maintainer: Arduino support@arduino.cc Sentence: Support library for MKR WAN 1300/1310 - firmware 1.3.1 Paragraph: Provides APIs to communicate with LoRa and LoraWAN networks Website: http://github.com/arduino-libraries/MKRWAN_v2 Category: Communication Architektur: samd, mbed Types: Arduino Versions: [1.3.1, 1.3.2]

The currently used lib version is no longer further developed: Name: "MKRWAN" Autor: Arduino support@arduino.cc Maintainer: Arduino support@arduino.cc Sentence: Support library for MKR WAN 1300/1310 Paragraph: Provides APIs to communicate with LoRa and LoRaWAN networks Website: http://github.com/arduino-libraries/MKRWAN Category: Communication Architektur: samd, mbed, mbed_portenta Types: Arduino Versions: [1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.14, 1.0.15, 1.1.0]

guidosch commented 1 year ago

No activity in repo for a long time.