You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
they are talking nice, but for each packet sent from arduino the 'data' event
on 'rx' pipe is called twice and the second time the message is the first char repeated N times
where N is the payload size.
so for example if the string 30921 is sent from arduino, on raspberry I see:
This sounds a lot like #30, and I see you also are not using hardware IRQ pin? The workaround for now is to connect hardware IRQ pin, but I hope to fix the software fallback with the work in progress on #32
Thanks for the report, and please let me know if this can be closed as a duplicate of the other.
Hi,
I'm struggling with a little issue, hope you can help:
My setup is: an Arduino with RF24 library and a simple ping test program with
this setup:
and a Raspberry PI B+ that should receive, with node-nrf and this setup:
they are talking nice, but for each packet sent from arduino the 'data' event
on 'rx' pipe is called twice and the second time the
message
is the first char repeated N timeswhere N is the payload size.
so for example if the string
30921
is sent from arduino, on raspberry I see:with this code:
tried with RF24 C library and the packet is received correctly.
any suggestion?
sorry for my english and thanks for your work!
The text was updated successfully, but these errors were encountered: