mysensors / MySensors

MySensors library and examples
https://www.mysensors.org
1.31k stars 891 forks source link

RF24_sendMessage noACK parameter has no effect #1187

Open Yveaux opened 6 years ago

Yveaux commented 6 years ago

See #1165.

Suggest to remove the noACK parameter.

Kaik commented 5 years ago

I think you could make some kind of docs regarding how one can check if his module is an odd one. I have used RF24 lib examples and it works both ways ack payload and stuff... when I try to use my sensors it does not want to register a sensor... my setup rpi + nrf24 + node red (mqqt) and Arduino nano and just plain atmega no quartz 8mhz.. at the moment I have hacked my sensors lib and it works... but only when I want to report stuff like temp etc while things like relay which relay on ack thing do not work...

I do not know now if it is a timing issue, counterfeit module issue or mysensors lib issue... things work when I use RF24 lib