Detector interface with arduino which uses micro USB communication

I have a NAI detector which interfaces with my computer using USB port . The detector directly plots the data into its own desktop application. Although the app is working fine but i need the raw detector data in an excel file which its app doesn't support. i want to access that data using Arduino and save it into a file.
as its a very old detector therefore i don't have the model, make or exact communication protocol of that detector but i guess it uses micro usb communication.
i have searched the internet and haven't found anything regarding this scenario. any sort of help would be much appreciated.

You can't connect that to "normal" arduino board, you need a usb host.
Also, it would not make sense to port that data to arduino, since you already have working PC connection.
Only if you find analog or serial "pins" inside that sensor, I would consider trying to read it with arduino.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.