-
Recent Posts
Recent Comments
- GeneralTHC on Mythbusting: Cooling a Drink with a Wet Paper Towel
- Brian Fiedler on Fix What Bugs You (aka Lean) - Tool post wrench
- Bender Unit on Mythbusting: Cooling a Drink with a Wet Paper Towel
- John Leeman on Mythbusting: Cooling a Drink with a Wet Paper Towel
- Kel on Mythbusting: Cooling a Drink with a Wet Paper Towel
Archives
- January 2018
- January 2017
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- September 2013
- April 2013
- February 2013
- December 2012
- October 2012
- September 2012
- June 2012
- May 2012
- December 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- January 2011
- December 2010
- November 2010
- October 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- November 2009
Categories
- 3D Printing
- Administrative
- Amateur Radio
- Career
- Caving
- Communication
- Computing
- Disaster
- Drone
- Earthquake
- Education Opportunity
- Electronics
- General Science
- Geology
- Geophysics
- Hardware
- Machining
- Nuclear Power
- Open Source
- Photography
- Productivity
- Projects
- Psychology
- Public Speaking
- Python
- Radar
- Reviews
- Rock Mechanics
- Software
- Space
- Teaching
- Uncategorized
- Video
- Weather
Meta
Category Archives: Open Source
3D Printing in the Lab - Will Lab Hardware Follow Software into Open-Source?
Today I read the article "Building Research Equipment with Free, Open-Source Hardware" by Joshua Pearce from a recent Science Perspectives section. I'd like to share some thoughts on the article as I thought it introduced what may be the next "want" item in many labs.
In the modern scientific lab there is a large assortment of sophisticated hardware necessary to conduct increasingly complex research. Generally scientific hardware is some combination of turn-key or off the shelf equipment and equipment designed and built in house. In recent years laboratory software has progressively become part of the free and open-source software (FOSS) movement; hardware is now following the same trend with the advent of open-source 3D printers from the hobbyist community.
Open-source hardware became popular in the late 90’s with the basic stamp “board of education” microcontroller circuit boards, but the Arduino has taken over the hobby market with its $30 price tag. Arduino has a number of modules, or shields as they are called, ready built with significant code libraries available. With the Arduino circuit boards scientists can perform basic hardware control with digital and analog outputs in addition to basic analog-to-digital conversion.
The RepRap open-source 3D printer is driven by the Arduino and can be constructed for <$1000. The machine prints the parts required to make another RepRap printer, so building a machine is approached by entering the RepRap community with a parts request. Users also post 3D designs on Thingiverse for download and printing by anyone. A sufficient amount of laboratory equipment from test tube racks and filter wheels to Dremel tool adapters are already online.
Printing laboratory equipment may not only reduce the cost of research, but allow the same flexibility, innovation, and rapid development cycle enjoyed by scientific software. Being able to create a custom bracket, holder, mold, or sample jig could be advantageous to almost any laboratory and allow research to be conducted more efficiently with less focus on coordinating development with engineers at commercial manufacturers. The open-source nature of the parts library will reduce duplication of work between those in a common field of research and allow cross-lab standardization of sample preparation techniques.
There are limitations to what can be easily constructed in the lab, such as 3D printing with metal. The technology to do this exists, but is too complex and expensive at the present time for individual applications. While working at Oak Ridge National Laboratory I got the opportunity to see 3D printing with titanium. The video below is a titanium ball... bouncing. (Apologies for the portrait video and quality, this was taken several years ago with an early iPhone.)
Like all community projects, the RepRap is being updated to have greater capabilities. According to the project website a major milestone will be printing with electrical conductors to manufacture rapid prototype circuit boards without milling away copper clad board material.
Just as sometimes labs must use commercial software, it is likewise not expected that all lab hardware will become open source. Some tolerances are too tight for the parts to be constructed by simple printers and some materials are not practical to print in the lab. With all this in mind it is worthwhile to monitor the progress of open-source hardware such as the RepRap, Arduino, and the new RaspberryPi single board computer. These tools may provide teaching support also as controlling and displaying data from classroom demonstrations is easier than ever and does not require the resolution/precision of research grade instruments.
Posted in Education Opportunity, Electronics, Hardware, Open Source
Tagged 3D printing, Open source, prototype
Progress on Ultrasonic Mapper
My last post was on the idea, brainstorming, and basic setup of a ultrasonic mapper intended for cave passages. This post is an update on the prototype that is running now and will hopefully be tested relatively soon when a bit more hardware mounting has been done.
Attached are several photos of the current state of the system, a simple plexiglass mount was constructed to attach the servo and sounder to an old tripod. This mount will be stronger on a final version and detachable from the tripod. This is just a proof of concept prototype.
Below is an 'image' collected. The vertical line on the right side is the back of an office chair and the feature on the left is the back and seat of a couch. This was scanned rather slowly over about 40 seconds with many pings averaged out to reduce error.
Since I collected these images I have implemented an intelligent algorithm that makes a quick three ping assessment and based upon the results it will move to the next position or ping up to an additional fifty times to reduce the uncertainty.
The next step will be to make an intelligent scanning rate method that will scan with lower resolution over smooth surfaces and slow down over surface features. Hopefully the whole scan can be a 15-30 second ordeal allowing quick mapping of passages.
Posted in Caving, Education Opportunity, Electronics, General Science, Open Source, Projects
Tagged Arduino, echo, Profiling, Ultrasonic
The Vuvuzela: An Annoying Horn but a Fun Filter Project!
As we've watched the world cup matches over the past weeks everyone has been annoyed by the droning hum of the vuvuzela. Everyone in the crowd blowing on one of these pipes makes life for our ears unpleasant. What can you do though?
While at SciPy 2010 this week we saw a tutorial about signals with Python. Another student and I talked about filtering out the drone and after several late nights of hacking it worked! The principle is simple, block the frequency of the horn and it's harmonics. To do this we use a notch filter that rejects the signal from a certain frequency range.
The code (waves.py) is available and is a short script to read in, filter, display, and write out the files. Below I show an example of the signal and power spectral density before filtering (left) and after filtering (right). There are also links to the audio files. I found three example files and filtered them with three different filter widths (5,10,25 Hz). All runs are available at http://leemanwebb.org/vuvu/ , but that link will disappear and I'll then post a more permanent page after some tweaking with the project. Be sure to listen to example 3 before and after the 5Hz width filter.
Posted in Computing, Education Opportunity, Open Source, Software