basicmac icon indicating copy to clipboard operation
basicmac copied to clipboard

BasicMAC LoRaWAN stack that supports (but is not limited to) Arduino

Results 15 basicmac issues
Sort by recently updated
recently updated
newest added

Hello Error using BasicMAC. oslmic.h:30:25: error: conflicting declaration 'typedef uint64_t u8_t' How to solve it. Please help me. Thank you

Hi all I want to reduce the time it takes between two LMIC_setxdata2 using a SX1262 module. I don't know what is the purpose of tx_rampup and os_setTimedCallback, is there...

Hello, I am using the BasicMAC library with Arduino IDE on an [Sparkfun LoRa Thing Plus](https://www.sparkfun.com/products/17506). The Board features an NM180100 Module with an apollo3 microcontroller and sx1262 transceiver. I...

I see the following in the TTN console, using the OTAA example. This tells me that the OTAA join only succeeds at the 3rd try. ![image](https://user-images.githubusercontent.com/948278/98484370-8d96e200-2217-11eb-98c9-0c936ab02c8d.png) The debug log looks...

Hi Matthijs, I've seen downlinks are fine (in original LMIC-Arduino I couldn't receive pkts > 51 bytes) and I'm trying the Class C (I haven't found documentation or example on...

Hi everyone does this library support sx1268? Thanks

Hi team, I'm starting to implement an AS923/AU915 TTN Mapper application using your stack. It's made me ask basic LoRaWAN questions, and I suspect you've already solved some of them....

### Behaviour I observe Looking at the frame counter of my device over a couple of days I see the following: ![image](https://user-images.githubusercontent.com/948278/99531346-404f0900-29ab-11eb-83da-af397f60b185.png) The device transmits an uplink every 10 minutes....

[Raised as an FYI to document my discovery, this can be closed as Won'tImplementRightNow :-) ] The Payload limits are zero for slow DRs in [AU915](https://github.com/LacunaSpace/basicmac/blob/cc9b0a76957f408e8f2f24114122300f3f987274/lmic/lmic.c#L326) and AS923.. This is...

Using the Arduino basicmac-otaa example, if I enable line 225, which reads as follows: `LMIC_setClockError(MAX_CLOCK_ERROR * 10 / 100);` I get the following error: ``` /tmp/arduino_modified_sketch_358454/basicmac-otaa.ino: In function 'void setup()':...