Difference between revisions of "Sensors"

From Steak Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==List==
 +
===Gas Sensors===
 +
* https://www.eevblog.com/forum/projects/looking-for-a-sensor-to-detect-burning-smell-of-coal-and-wood/
 +
===Thermocouples===
 +
* https://www.eevblog.com/forum/beginners/calibration-how-to-mathematically/msg5367626/#msg5367626
 +
* https://www.eevblog.com/forum/beginners/calibration-how-to-mathematically/msg5367635/#msg5367635
 +
example of finding a formula for thermocouple data (curve fitting)
 +
 
==Tips/Techniques==
 
==Tips/Techniques==
 
===Sick Sensors Transistor Output===
 
===Sick Sensors Transistor Output===
Line 7: Line 15:
 
These can be expensive new. Look on the surplus market.
 
These can be expensive new. Look on the surplus market.
 
===Misc===
 
===Misc===
* https://www.eevblog.com/forum/repair/bad-suzuki-sas-(steering-angle-sensor)-ic-identification/ - Car sensor IDs itself on the CAN bus
+
* https://www.eevblog.com/forum/repair/bad-suzuki-sas-(steering-angle-sensor)-ic-identification/ - Rebadged car sensor IDs itself on the CAN bus, blocking simple replacement.
  
  

Latest revision as of 22:48, 29 April 2024

List

Gas Sensors

Thermocouples

example of finding a formula for thermocouple data (curve fitting)

Tips/Techniques

Sick Sensors Transistor Output

Some of these sensors (I've used the IR ones) require boosting via a transistor to get 5V output. They don't output 5V on their own (although if memory serves me there is some hack you can do to read the direct output without any transistor if you have a micro/arduino. I think it's something to do with reading it via an Analog pin. I'd have to check my code. https://www.eevblog.com/forum/beginners/any-help-raspberry-pi-prod-counter-w-reflective-sensors-output-concerns/msg5449463/ Example of data sheet here (note that the switching (digital output in newer data sheets) output is push/pull : http://web.archive.org/web/20190415090838/https://cdn.sick.com/media/pdf/6/56/756/dataSheet_WSE16P-24162100A00_1088329_en.pdf These can be expensive new. Look on the surplus market.

Misc