Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello!Can it be implemented in FreeRTOS? #4

Closed
ssg0412 opened this issue Jun 11, 2021 · 15 comments
Closed

Hello!Can it be implemented in FreeRTOS? #4

ssg0412 opened this issue Jun 11, 2021 · 15 comments

Comments

@ssg0412
Copy link

ssg0412 commented Jun 11, 2021

No description provided.

@SMotlaq
Copy link
Owner

SMotlaq commented Jun 11, 2021

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

@edilandrade
Copy link

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?

@SMotlaq
Copy link
Owner

SMotlaq commented Jul 4, 2021

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?

@edilandrade
Copy link

Estou usando o STMCubeIDE.

@edilandrade
Copy link

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

image

@edilandrade
Copy link

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

image

@SMotlaq
Copy link
Owner

SMotlaq commented Jul 9, 2021

Dude ENGLISH please :))

@edilandrade
Copy link

I am using STMCubeIDE.

@edilandrade
Copy link

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

image

@edilandrade
Copy link

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

image

@SMotlaq
Copy link
Owner

SMotlaq commented Jul 9, 2021

How fast is the transmitter?

@edilandrade
Copy link

It's transmitting at 3000ms

image

@SMotlaq
Copy link
Owner

SMotlaq commented Jul 11, 2021

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

@edilandrade
Copy link

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

@SMotlaq
Copy link
Owner

SMotlaq commented Jul 18, 2021

Nice :)
Good luck ✌🏻✌🏻

@SMotlaq SMotlaq closed this as completed Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants