Open-Source Hardware For Neuroscience
the_newsbeagle (2532562) writes "The equipment that neuroscientists use to record brain signals is plenty expensive, with a single system costing upward of $60,000. But it turns out that it's not too complicated to build your own, for the cost of about $3000. Two MIT grad students figured out how to do just that, and are distributing both manufactured systems and their designs through their website, Open Ephys. Their goal is to launch an open-source hardware movement in neuroscience, so researchers can spend less time worrying about the gear they need and more time doing experiments."
Their goal is to launch an open-source hardware movement in neuroscience, so researchers can spend less time worrying about the gear they need and more time doing experiments.
My experiences with lab-built equipment in academia suggest that building your own equipment is not really a good way to "spend less time worrying about the gear". Usually you will spend quite a lot of your time worrying about DIY gear. The advantages are not in time saved, but in two other things: 1) you can build gear that would be prohibitively expensive to purchase; and 2) you can customize it in-house.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
In fact I just checked their schematics.. no secondary isolation, and power taken from the USB or from an external PSU (not supplied or specified)
computer power supplies provide less isolation and allow higher leakage currents than a medical grade PSU, let alone one rated for BF. So it doesn't even meet basic electrical safety, let alone any other parts of IEC60601. I personally woun't want this used on me..
This has always bothered me with the current state of neuroscience: The whole point of nerves/brain matter is to communicate/remember/transform information, but we're still relying on crude external cues like heat/bloodflow/electrical activity to tell us "somethings happening around...here", and that's pretty much it. It always bothers me when I hear the term "brain signals".
Nerves should be able to query their neighbors about their state, and the state of other nerves - otherwise, they wouldn't really be able to form something like a mind (as in, "the mind is what the brain does"). Why still can't we find a way to just "ask" the nerves what their state is?
Even in our simulations, we just represent nerves as nodes that grow associations - but those associations are useless, unless they can be traversed in queries by the system, to gather inputs, and send outputs at all levels.
Are we getting anywhere close to a stage where we can communicate with nerves to use that same communication system that logically must exist for it to function? Seems like even with limitations, that would be a LOT more useful than analogously inferring from traffic levels what the function of buildings in a city are, like we're doing now.
Ryan Fenton