Luka Mustafa

Results 14 issues of Luka Mustafa

The issue has been observed on a few devices deployed in the filed, where they start sending port 0 messages - mac commands at a rapid pace (every few seconds)...

Using this library, I have observed issues and device hangs on receiving mac commands from the network server, for example receiving something similar to this: https://lorawan-packet-decoder-0ta6puiniaut.runkit.sh/?data=0708f80084500709c8088450070a98108450070b68188450&nwkskey=&appskey= How is this handled...

After extensive testing with Ublox M8Q and M8B with this library, I have come across a potential issue and am working on documenting it. Setup: Murata ABZ module on a...

Receiving UBX-NAV-AOPSTATUS (0x01 0x60) message would be useful to determine the state of Autonomous engine - AssistNow Autonomous Status. Waiting for status to be 0, such that the ephemeris data...

This is a corner case which should not be happening if the lorawan server is working well, we found one however that makes some odd things with counters. While the...

I have been testing the SCD30 sensor(https://www.sensirion.com/en/environmental-sensors/carbon-dioxide-sensors-co2/) with https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library library and the sensor does not work with this core. What occurs is that the measurement start commands do not get...

While debugging an application which is mis-behaving, I have discovered the need to determine the free memory available in real-time to see if something is going wrong. For Arduino there...

It would be great if this could be used with resin.io much like many other configurations: https://github.com/kersing/ttn-resin-gateway-rpi

The TTN website in Device mode displays keys for device in ABP mode in the section `Example Code` that looks like: `const char *devAddr = "xxx";` `const char *nwkSKey =...

I have seen you have added library support for BME280, however it does not appear to be included in main code that would read and report values. May I ask...