Both sides previous revisionPrevious revision | |
en:pfw:sensors [2023-09-04 18:18] – ↷ Seite von pfw:sensors nach en:pfw:sensors verschoben uho | en:pfw:sensors [2023-09-04 18:18] (current) – ↷ Links angepasst, weil Seiten im Wiki verschoben wurden uho |
---|
To measure time, temperature, pressure, magnetism, distance, light level, etc. | To measure time, temperature, pressure, magnetism, distance, light level, etc. |
| |
* [[pfw:measuring-distance|Measuring distances]], using ultrasonic and other sensors.\\ | * [[en:pfw:measuring-distance|Measuring distances]], using ultrasonic and other sensors.\\ |
| |
* [[pfw:reflection-sensors|Reflection sensors]], a sensor that uses (infrared) light to detect the presence of an object. | * [[en:pfw:reflection-sensors|Reflection sensors]], a sensor that uses (infrared) light to detect the presence of an object. |
| |
**Some examples** | **Some examples** |
| |
^Sensor ^Purpose ^Short description ^ | ^Sensor ^Purpose ^Short description ^ |
|[[pfw:measuring-distance|HC-SR04]] |Measure distance |Measures distance using Ultrasonic sound | | |[[en:pfw:measuring-distance|HC-SR04]] |Measure distance |Measures distance using Ultrasonic sound | |
|[[https://github.com/project-forth-works/project-forth-works/blob/main/Communication-Protocols/I2C/Device-drivers/LM75.f|LM75(A)]] |Temperature |Measures temperature with .5° Celsius resolution | | |[[https://github.com/project-forth-works/project-forth-works/blob/main/Communication-Protocols/I2C/Device-drivers/LM75.f|LM75(A)]] |Temperature |Measures temperature with .5° Celsius resolution | |
|[[https://github.com/project-forth-works/project-forth-works/blob/main/Communication-Protocols/I2C/Device-drivers/TMP75.f|TMP75]] |Temperature |Measures temperature with 0.0625° Celsius resolution | | |[[https://github.com/project-forth-works/project-forth-works/blob/main/Communication-Protocols/I2C/Device-drivers/TMP75.f|TMP75]] |Temperature |Measures temperature with 0.0625° Celsius resolution | |
|[[https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html#e019|Touch]] |Touch sensors |[[https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html#e018|Mechanical switch]] or capacitive touch switch & slider | | |[[https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html#e019|Touch]] |Touch sensors |[[https://home.hccnet.nl/willem.ouwerkerk/egel-for-msp430/egel%20for%20launchpad.html#e018|Mechanical switch]] or capacitive touch switch & slider | |
|[[https://github.com/project-forth-works/project-forth-works/blob/main/Communication-Protocols/SPI/GD32VF/mecrisp-quintus/BME280/BMP280.fs|BME280]]|Pressure, temperature & humidity|Measure pressure, temperature and humidity | | |[[https://github.com/project-forth-works/project-forth-works/blob/main/Communication-Protocols/SPI/GD32VF/mecrisp-quintus/BME280/BMP280.fs|BME280]]|Pressure, temperature & humidity|Measure pressure, temperature and humidity | |
|[[pfw:reflection-sensors|TCND5000]] |Reflection sensor |Detection of nearby subjects, other examples are: [[https://www.sigmaelectronica.net/manuals/IS471F.pdf|IS471F]] or [[https://www.vishay.com/docs/83751/cny70.pdf|CNY70]], see [[https://home.hccnet.nl/willem.ouwerkerk/download/ushiboek.pdf|Ushi book]]| | |[[en:pfw:reflection-sensors|TCND5000]] |Reflection sensor |Detection of nearby subjects, other examples are: [[https://www.sigmaelectronica.net/manuals/IS471F.pdf|IS471F]] or [[https://www.vishay.com/docs/83751/cny70.pdf|CNY70]], see [[https://home.hccnet.nl/willem.ouwerkerk/download/ushiboek.pdf|Ushi book]]| |
| |
More info look at each individual subject. | More info look at each individual subject. |
| |