-
Notifications
You must be signed in to change notification settings - Fork 31
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
I can't init connection with NRF #64
Comments
Uh-oh, I did recently push an update to If you are able to |
Thanks @natevw for reply. I updated pi-spi and error not appeared again, but I changed some config like data rate and transmit power, then print details I got different values. var nrf = require('nrf'); radio.channel(115).transmitPower('PA_MAX').dataRate('250kbps').crcBytes(2) //Details |
@engmarconi Okay, sorry about the pi-spi issue — I will have to fix that and for now you should keep the older one installed. With that fixed, it looks like it is not actually talking to the NRF device (all data is 0) so please double-check your wiring and which pin connections you are using as a next step. |
Can you support me with standard connection with pi3? |
Matching the diagram at https://pinout.xyz/pinout/spi with your configuration:
The CE (RX/TX) pin of the transceiver should be on Then for spidev0.0 that means SPI0 bus using its CE0 pin:
Hope this helps! |
Thanks @natevw, I got right config now. |
If the Arduino is what you show in second screenshot, with TX_ADDR of 0x7878787878 then yes I do not have an Arduino example handy, but if I remember I tested it with RF24 library (https://github.com/maniacbug/RF24) maybe it was https://github.com/nRF24/RF24/blob/master/examples/pingpair_ack/pingpair_ack.ino file? I will have to look on an older laptop for more details. |
this screenshot for pi side not Arduino |
NRF_node code on Pi3
Arduino Uno code to ready data sent from pi
Although I changed pipes to [0x544d52687C, 0xB3B4B5B6F6] but still RX_ADDR_P0–1: 0x7878787878 0x544d52687c I can't receive on arduino, can you help me? |
reopen it |
Sorry, I tried to get a Pi set up again to test but ran into some trouble getting the OS/node updated and probably won't be able to get back to it until next Monday. |
this my nodejs code on Pi3
But I got the following response
The text was updated successfully, but these errors were encountered: