natevw / node-nrf

Pure-JavaScript nRF24L01 driver library
117 stars 31 forks source link

Fix #47 #48 #49

Open wuyuanyi135 opened 8 years ago

wuyuanyi135 commented 8 years ago

Greetings,

This PR fixes two problems. (#47 & #48)

in #47:

ceHigh option does not exists somehow; CE was pulled low; PRX was not listening;

in #48:

W_ACK_PAYLOAD won't trigger TX_DS or MAX_RT at the first place.

natevw commented 7 years ago

Thanks for this pull request! I still hope to take a closer look, though I need to get my testing hardware set back up.

luckysistemi commented 6 years ago

wuyuanyi135, have you solved your problem? I'm having the same: TX with ack doesn't work Do you have a working version of yhis driver? Thank you Luciano