raiden00pl commented on PR #2988: URL: https://github.com/apache/nuttx-apps/pull/2988#issuecomment-2642384237
a loose idea of how to do it differently: 1. use `sensorscope` which is more general solution, but at this moment it doesn't support sensor configuration. It would be best if you could pass configuration parameters from the command line, but initially it can be hardcoded with Kconfig. 2. add an interface to `nxscope` which, instead of sending frames via serial port, prints data according to the type and channel parameters to the console. In this way we would get a universal tool for working with sensors with the ability to stream data to the host with minimal overhead (nxscope is a pretty lightweight protocol). I would like to do something like that someday, but if someone is willing to do it before me - that would be great :) -- 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