I want a data acquisition system which can help me recording some data through various sensor, like temperature, speed, etc., then i can plot on MATLAB using this data, then we will have a clear picture about the trends of this data.
Of cause, if the acquisition system has a well GUI interface, it will be awesome.
I want a data acquisition system which can help me recording some data through various sensor, like temperature, speed, etc., then i can plot on MATLAB using this data, then we will have a clear picture about the trends of this data.
Of cause, if the acquisition system has a well GUI interface, it will be awesome.
Any suggestion?
start with the selection of specific sensors. And the precision needed. And the resolution needed.
If you’re not DIY inclined… the Digi International XBee Series 1 (wireless) has capability in the XBee to digitize analog voltages and transmit them wirelessly via IEEE 802.15.4 to a mating XBee which could go into a PC via a USB/Serial. Then there are standard ways to get serial data parsed and into MATLAB. This way you don’t waste time on learning an developing wireless protocols.