Mokele Posted November 21, 2006 Posted November 21, 2006 Ok, I've got yet another electronics question. At lab, we've just gotten these neat tiny pressure sensors that can be applied to anything (in our case, perches for the animals, to measure locomotion forces). Apparently, the company can build perches with *dozens* of these things, but use only a few input channels for the computer, because it samples from each sensor in an array sequentially over the same channel, and their software decoding this sequence so you can get each of the inputs individually (just at a reduced sampling rate). Since number of channels is a limitation in my work, I'm keen on seeing if this technology can be applied to my own work, which brings me to the two rather basic questions: 1) Is there a special term for this sort of setup? 2) How easy is it to create such a setup? Is this the sort of thing that a single individual could design, or would it require quite advanced knowledge of electronics and computers? Mokele
GutZ Posted November 21, 2006 Posted November 21, 2006 I wouldn't think it would be too hard. You talking multiple sensors to one channel basically right? I guess you would need the software for one. http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/s2005/GKL6/476Final.html Is this what you mean? I think this is wireless but should be same concept.
raivo Posted November 21, 2006 Posted November 21, 2006 Similar system can be designed with any microcontroller which has multicannel AD converter built in and serial port to communicate with PC. You need small program in microcontroller flash memory and another in PC to get beatiful and easily readable output (otherwise you can only save raw data with some general terminal program). Some opamp circuits are needed if output of sensors is not directly compatible with 0..5V AD converter input. It's quite common to build similar system (for example for collecting weather data) by single individual at home. Nothing complex here just long line of small things that must be done correctly to get everything working.
Mokele Posted November 22, 2006 Author Posted November 22, 2006 Thanks very much! Now, to teach myself enough electronics to actually be able to improve my experimental equipment....or I'll just suggest it to various vendors at this year's SICB meeting and let them deal with it. Mokele
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now