Re: [sensors] Batching API for sensor readings

For IoT devices we would need some kind of batching in order to send high frequency events from the sensors. Simply polling say 60 hz on the Arduino101 takes too many instructions to send each individual sample over Bluetoot, limiting us to max 20-30hz sampling. Doing some batching we would probably reach 60 or more (I think we can poll at 200hz even with JS on the board)

-- 
GitHub Notification of comment by kenchris
Please view or discuss this issue at https://github.com/w3c/sensors/issues/171#issuecomment-299463886 using your GitHub account

Received on Friday, 5 May 2017 13:26:05 UTC