aarossig / nrfnet

Using NRF24L01 as a virtual network device under Linux.
Apache License 2.0
70 stars 19 forks source link

Problem running with specific nrf module #2

Closed epsi1on closed 3 years ago

epsi1on commented 3 years ago

I did tested the nerfnet with two models of NRF module:

I call it short range model: image

I call it long range model: image

first case, when both PIs uses low range NRF, anything is OK, both PIs can ping each other with ping command:

From primary ping secondary: image

From secondary ping primary: image

As you can see thing works good when i use short range model of NRF on both PIs

But when want to use long range NRFs, then I am not able to ping devices. this is output of the nerfnet with long range NRF model:

image

image

Can you please tell me how to debug this problem?

Thanks

epsi1on commented 3 years ago

I think it is problem with NRF module. I'll close it for now. Thanks