USB Sensor Leads to XBee
drmynatt
Posts: 20
Hi group- I have a USB seismometer sensor that has the 4-leads; +, -, Data (+) and Data (-). I have the power leads figured out (duh) but need to connect the Data leads to my Xbee and not ruin it.
Could someone advise me as to the proper connect point for the Data (+) and Data (-) leads to the XBee?
Thanks,
Dave
Could someone advise me as to the proper connect point for the Data (+) and Data (-) leads to the XBee?
Thanks,
Dave
Comments
It sounds like the sensor needs a USB host to operate. If that's the case, then you wont be able to connect it to the XBee. It needs to connect to a computer.
I still don't know what your "USB seismometer sensor" is. Do you have a link to it?
I doubt you can plug the sensor into the STAMP's USB port. Your sensor probably needs a USB host. USB hosts are generally computers.
The plan is to use XBee to remote the USB sensor from a location back to the PC that exceeds the maximum USB cable distance.
Does that make sense? A simple 'extend the USB leads' design, I think.
Thanks,
Dave
Could you use a netbook or some other small computer to interface with the sensor? I think you might have a tough time coming up with a wireless solution.
If the amount of data being transfered isn't real high, then you might be able to bypass the USB interface on the device to transmit the data (I'm going to bet this is a long shot though).
-Phil
Trying to use XBee as the hop between the the USB sensor and the PC isn't going to work, as XBee is much, much slower than even the slowest speed of USB. Bluetooth might manage it, but you'd have to investigate if the sensor requires a specific data transfer speed.
-- Gordon