Terry Moore

Results 157 comments of Terry Moore

I think I know what the root cause is -- the IDE is checking for updates and this destructively interferes with the VM/Docker config on Travis. If the Arduino IDE...

Very sorry about this. Not going to happen without a major rename pass. I suggest you add `#define hal_init LMICHAL_init` in your LMIC project config or on the PlatformIO command...

I have put this on the list to investigate in the next release.

I don't know much about [manuelbl/ttn-esp32](https://github.com/manuelbl/ttn-esp32). Are you sure you are using the current version of the Arduino LMIC? The problems you describe sound like you're using V3. In our...

Please post, if possible, the exact downlink that causes problems.

Well, since we rely on the LMIC rejecting messages that are too large in our applications, I'm very sure that there's not a problem in the base LMIC. The base...

MCCI uses SF10 (DR0) in the US all the time, and the LMIC correctly limits uplinks to 11 bytes. See the regional spec 1.0.3. It's possible that the AU region...

Sorry you're having problems. I think you'll find that chirpstack is sending MAC messages to your device that require response. Each uplink from the device causes another downlink from Chirpstack,...

If you're having problems with sleep, please check the discussion on #926 - we recently have found a problem having to do with internal state and sleeping. The problem will...

You should always get an EV_TXCOMPLETE, provided you are polling the LMIC (calling the run routine from your loop() function, directly or indirectly. The LMIC automatically puts the SX1276 etc...