Difference between revisions of "DIY turbidity meters"
(→FSK-Baby) |
(→Turbi-2-Audio-SmartPhone interface) |
||
Line 44: | Line 44: | ||
'''It woooorks!''' | '''It woooorks!''' | ||
+ | |||
+ | {{#widget:Vimeo|id=74746649}} | ||
we finally soldered a mini-jack plug to go directly into the line-in.... muuuuuch better quality than through the air :-) who would expect that! | we finally soldered a mini-jack plug to go directly into the line-in.... muuuuuch better quality than through the air :-) who would expect that! |
Revision as of 12:17, 18 September 2013
Contents
Spectroscope
coming soon, first experiments by Andy and dusjagr looked great... see more details on DIY spectroscopy
BabyTurbiduino aka Daphna-2-MIDI Converter
Prototyping
Kafi-Schnapps Detektor
See more info and file on Thingyverse
Files for Ardunio and pd File:Turby files.zip
Daphnia-2-MIDI device
Some bugs in the cuvette:
Testing different yeast culture densities:
Turbi-2-Audio-SmartPhone interface
Tests with Bengt et al
It woooorks!
we finally soldered a mini-jack plug to go directly into the line-in.... muuuuuch better quality than through the air :-) who would expect that!
We made various tests the other night, trying to have the Baby communicating like a modem, bliip bliip bluup, first using a small piezo-speaker or the hi-fi in the living room. it's looking good:
the free software Sigmira is kinda useful to test http://www.saharlow.com/technology/sigmira/
Bengt had to modify the SoftModem library to work with the attiny85, some different names of the PORTs and TMSKs and experiment with different frequencies for the carrier and baudrates.
you can easily check the signals also with audacity. display as spectrogramm and do spectral analysis.
FSK-Baby
We had to do some changes to the SoftModem library... more soon.
With the following speed setting it works fine, but slow:
#define SOFT_MODEM_BAUD_RATE (50) #define SOFT_MODEM_LOW_FREQ (600) #define SOFT_MODEM_HIGH_FREQ (850) #define SOFT_MODEM_MAX_RX_BUFF (32)
resources
some inspiring links:
http://www.kickstarter.com/projects/lumulabs/lumu-bringing-light-meter-to-the-21st-century
http://www.trendhunter.com/trends/smartphone-wind-meter
http://pinoutsguide.com/HeadsetsHeadphones/samsung_moment_pinout.shtml
http://sree.cc/electronics/arduino-as-an-fsk-modem
http://forum.arduino.cc/index.php/topic,19648.0.html
Interesting article by tom keene about the iPhone boundary, also talking about the SoftModem approach, but finally just going into the phone with an oscillation. http://www.theanthillsocial.co.uk/sites/theanthillsocial.co.uk/files/TheAppleBarrierTomKeene.pdf
SoftModem Library
https://code.google.com/p/arms22/downloads/detail?name=SoftModem-005.zip
http://arms22.blog91.fc2.com/blog-entry-366.html
Schematics: http://www.flickr.com/photos/arms22/4821347734
FSK java script for browsers: https://github.com/NeoCat/FSK-Serial-Generator-in-JavaScript/
more about FSK, Frequency Shift Keying
http://en.wikipedia.org/wiki/Frequency-shift_keying
abnother one
https://code.google.com/p/androino/wiki/AndroinoTerminal
Turbidity sensor
simple light absorbtion at a specific wavelength of a cheap laser, easy detection of turbidity.
turbidity to pd tools:
Commercial Turbidity Sensors
see this for dishwashers...
http://www.appliancezone.com/ShowProduct.aspx?ID=48034
http://ch.mouser.com/ProductDetail/GE-MC-Thermometrics/TSW-10/?qs=tktsEd1V4BlbFxHNdxJfvA==
UV-vis absorbtion spectrophotometer
UV-vis spectrometer, would be even nicer, added white LED instead of laser, changing colors with simple light filters. but they have almost no UV, so added a UV led. turns out the CdS photoresistors are really slow and not very sensitive at UV also...
also we are working on a hacked line-scanner to look at the spectra after passing a prism or grating.