I want to read data from Onavi USB seismic sensor through serial port.Is it possible with Processing?
I want to read data from Onavi USB seismic sensor through serial port.Is it possible with Processing?
You're going to need to provide some detail here - how about a link to the specification of the sensor.
MK
here it is Michael
Have you actually got one of these - if not I would look elsewhere since it seems to be very expensive and badly documented. I can't see any detailed spec for the digitizer but it looks as if it has a serial output not USB. Are you sure your link takes me to the right part because the Gyrocube 3A has analogue outputs.
MK
The link you provided goes to an Analog only device, all sensors are output in Analog form
there is indication of an ADC but again this board does not seem to have USB on it
If your using a USB interface you will need to provide the part link.
if your using the base unit, then an Arduino could read the analog values directly and communicate this via its USB, but this will only give you 10 bits of resolution at best. Using an external ACD can improve this
Regards
Peter
The link you provided goes to an Analog only device, all sensors are output in Analog form
there is indication of an ADC but again this board does not seem to have USB on it
If your using a USB interface you will need to provide the part link.
if your using the base unit, then an Arduino could read the analog values directly and communicate this via its USB, but this will only give you 10 bits of resolution at best. Using an external ACD can improve this
Regards
Peter