Any Temp. Sensor with an object in OBEX?
Philldapill
Posts: 1,283
I'm looking for a temperature sensor that already has a driver for it in the OBEX, that is half-way decent, and hopefully I can get as a free sample from TI, STMicroElectronics, or similiar. This will be going in a product I'm making and would like to add temperature sensing to it. Due to this being a semi-commercial product, I'd like to keep the cost below or around $1.00 a chip.
Any suggestions?
Any suggestions?
Comments
www.microchip.com/ParamChartSearch/chart.aspx?branchID=9001&mid=11〈=en&pageId=79
focus.ti.com/paramsearch/docs/parametricsearch.tsp?family=analog&familyId=611&uiTemplateId=NODE_STRY_PGE_T
www.parallax.com/Store/Sensors/TemperatureHumidity/tabid/174/CategoryID/49/List/0/Level/a/ProductID/84/Default.aspx?SortField=ProductName%2cProductName
Also making an object would be a piece of cake. Look at the basic object it has all you need to communicate to other ic's.
Post Edited (grasshopper) : 12/26/2008 3:54:40 AM GMT
the object for the DS18B20 is buried inside the OneWire object, I think. There's also a SpinOneWire version (from Micah Dowty), if I recall. But if you use either one, there's a minor mod you need to make to the code so it gives negative temperatures.
See
http://forums.parallax.com/showthread.php?p=769252
Problem is, those sensors are well over $1.
If the economy keeps crashing, though, you might be in "luck".
James
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki Rocks! - propeller.wikispaces.com
Made some minor tests, se inside.
Its a cut and paste from several codesnippets from OBEX and some mods made by me.
It will be part of a tempmonitoring instrument for my homebuilt aircraft engine.
G