Mayer Analytics

Results 23 comments of Mayer Analytics

Using `stack` you can do this: ```bash git clone [email protected]:depressed-pho/bitstream.git cd bitstream stack init ``` `stack init` searches through the snapshots and finds a match with `lts-3.22` (Jan 2016). Then...

Have a play with one of the LoRa bitrate calculators, e.g. [this one](https://unsigned.io/understanding-lora-parameters/). You'll see that 115.2Kbit/s isn't achievable with LoRa. And keep in mind that there is a tradeoff...

Good point, @pablogranolabar. Semtech says [476bps up to 250Kbps](https://www.semtech.com/products/wireless-rf/lora-24ghz) for the 2.4GHz LoRa. I'm not sure, though, if this library is compatible with the SX1280 chip. I'm curious what kind...

That's interesting, thanks for sharing! Since you have line of sight, 2.4GHz LoRa may be ok. If I understand you correctly, you need quite a formidable transmitter.

I suspect you changed the dio_mapping and entered the Raspberry pin number. (I’m not quite sure what “and the pins 22 to 24 jumper” means – I take it that...

@artificialsheep Thanks for the input. I don't have a Dragino shield, so I can't test anything. But if you have figured it out, and if you have the time, why...

This type of error usually occurs when SPI communication with the LoRa chip isn't working properly. All the error message is saying is that the LoRa chip isn't in the...

The failed test tells you that the LoRa chip is not in the correct mode, or registers don't have the expected values. This usually means that there are communication problems....

Are you using the rpsreal fork of this library? If yes, then you probably should ask rpsreal, because I don’t really know what this is, exactly. If no, you should...

Arduino to Pi should work, according to the comments here. If you tell us what hardware & library you are using then maybe someone can help.