SMotlaq/LoRa

Hello!Can it be implemented in FreeRTOS?

ssg0412 opened this issue · 15 comments

Hello!Can it be implemented in FreeRTOS?

I'm so sorry because I don't know :((
I haven't worked with FreeRTOS yet.

Hello, thank you very much for sharing this lib, I implemented it and found some problem in receiving packets, when decreasing the delay in less than 300 ms starts to lose information to be received, would you have any solution?

Hello, thank you very much for sharing this lib, I implemented it and found some problem in receiving packets, when decreasing the delay in less than 300 ms starts to lose information to be received, would you have any solution?

How do you check the packets? Do you use Keil debugger? or what?

Estou usando o STMCubeIDE.

Na imagem mostro a recepção dos pacotes em uma leitura de 800ms ainda perde alguns pacotes.

image

a cada intervalo de tempo verifico a recepção
caso deixe no loop diretamente o mesmo não funciona.

image

Dude ENGLISH please :))

I am using STMCubeIDE.

In the image I show the reception of packets at a reading of 800ms still lose some packets.

image

at every interval of time I check the reception
if you leave it in the loop directly, it doesn't work.

image

How fast is the transmitter?

It's transmitting at 3000ms

image

Use DIO0 pin for receiver side. In EXTI callback use the LoRa_receive() and test it again.

thank you very much, it worked using callback working perfectly.

Nice :)
Good luck ✌🏻✌🏻