IoTThinks.com

Results 207 comments of IoTThinks.com

I believe the only thing to solve is the global LoRa object. The callback in this library can be use to set flag only too. Then can process the tx...

parsePacket is to use Single RX mode. Callback is to use Continous RX mode. The mode is in the datasheet. If we dont call parsePacket fast enough, we may miss...

Can we have two or more global LoRa objects instead? Haha By right, it should be simple to fix to LoRaClass.this or make this object private to the instance. I...

@morganrallen Any idea on @paidforby recommendation?

@paidforby After trying to fix here and there a bit. I realized why there was global LoRa object. Hehehe. The main problem is with this line. This line will create...

I checked RadioLib. The code is quite modular. InvertIQ is not supported yet. Will be useful if two LoRa modules are put into two different SPI interfaces.

Multiple LoRa modules can not use other interrupt functions such as OnTxDone too. Same issue. Thinking to merge @paidforby 's code into my own Repository.

This library seems less active recently. But nevermind, let me try based on your work.

The sender will always say "OK". Check if the SPI pins and frequency are correct. The default pins may not be fit to your board. https://github.com/sandeepmistry/arduino-LoRa/issues/199 And you can try...

@ladislavkrivy How good is the builtin temperature? I thought the temperature measure can only be done in FSK mode?