raiden00pl commented on PR #2988:
URL: https://github.com/apache/nuttx-apps/pull/2988#issuecomment-2646111355

   I described an example with thingy53 here: 
https://railab.me/posts/2024/6/nuttx-sensorscope-demo-thingy53/ 
   I tested `sensorscope` only with sensors `fetch` interface, so I guest your 
sensor uses polling method.
   
   `-61` means that there is no data to read from sensor. You can try to remove 
`O_NONBLOCK` flag from here 
https://github.com/apache/nuttx-apps/blob/fb0c1e10ded2a6fb9f066b9893662cbcc86e4646/system/sensorscope/sensorscope_main.c#L344
   
   and then remove this sleep: 
https://github.com/apache/nuttx-apps/blob/fb0c1e10ded2a6fb9f066b9893662cbcc86e4646/system/sensorscope/sensorscope_main.c#L157
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to