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
The first time "device.transfer(message, cb)" works well, when called again "device.transfer(message, cb)" is not read or written.
I tried changing the parameters: microSecondDelay: 10 - 10000, etc.
Does not help! The only solution is to wait 4 seconds before repeating "device.transfer(message, cb)".
Cannot be used while device is polling.
The text was updated successfully, but these errors were encountered:
device.transfer(message, cb) works fine for me. The stress test tmp.js calls device.transfer(message, cb) successfully over 500 times a second to determine the temperature using a TMP36 analog temperature sensor wired to an MCP3008 SPI A/D converter on a Raspberry Pi 2.
Thank you very much for your quick response!
When cs1 is manually controlled, the second poll passes without errors.
I'm still researching the problem. I'm using a custom cs1 overlay.
My board nanoPi Neo.
Thanks for your hard work.
The first time "device.transfer(message, cb)" works well, when called again "device.transfer(message, cb)" is not read or written.
I tried changing the parameters: microSecondDelay: 10 - 10000, etc.
Does not help! The only solution is to wait 4 seconds before repeating "device.transfer(message, cb)".
Cannot be used while device is polling.
The text was updated successfully, but these errors were encountered: