Benutzer-Werkzeuge

Webseiten-Werkzeuge


iot:sensors

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
iot:sensors [2019/03/17 05:32] adminiot:sensors [2023/07/23 11:59] (aktuell) – [RFID] admin
Zeile 2: Zeile 2:
  
   * https://www.heise.de/newsticker/meldung/Ausprobiert-Umwelt-Sensoren-fuer-das-IoT-3642749.html   * https://www.heise.de/newsticker/meldung/Ausprobiert-Umwelt-Sensoren-fuer-das-IoT-3642749.html
 +  * https://wolles-elektronikkiste.de/rcwl-0516-mikrowellenradar-bewegungssensor
  
 +----
 ==== RFID ==== ==== RFID ====
  
   * https://en.wikipedia.org/wiki/MIFARE#Security_of_MIFARE_Classic.2C_MIFARE_DESFire_and_MIFARE_Ultralight   * https://en.wikipedia.org/wiki/MIFARE#Security_of_MIFARE_Classic.2C_MIFARE_DESFire_and_MIFARE_Ultralight
 +  * http://calc.gmss.ru/Mifare1k/ - **MIFARE Classic 1K Access Bits Calculator**
 +  * https://gist.github.com/elktros/4dffa379ca3ef340961e464a1f59e0b2 - **Arduino-RC522-Write-to-RFID.ino**
 +  * https://www.nxp.com/docs/en/data-sheet/MF1S50YYX_V1.pdf - Datasheet
 +  * https://why.yuyeye.cc/mtools/en/how_to_use_mtools.html - How to use MTools
 +  * https://www.youtube.com/watch?v=a7nUWIN7s-4 - How to read write clone mifare classic 1K card with ACR122U APP MTools on android phone
  
 +----
 +
 +==== Abstandssensor Ultraschall HC-SR04 ====
 +
 +  * https://randomnerdtutorials.com/micropython-hc-sr04-ultrasonic-esp32-esp8266/
 +  * https://github.com/rsc1975/micropython-hcsr04
 +
 +==== VL53L0X Time-of-Flight (ToF) Laser Abstandssensor ====
 +
 +  * https://www.st.com/en/embedded-software/stsw-img005.html#documentation - Datasheet
 +  * https://www.azdelivery.de/blogs/azdelivery-blog-fur-arduino-und-raspberry-pi/vl53l0x-time-of-flight-tof-laser-abstandssensor-teil-1
 +  * https://learn.adafruit.com/adafruit-vl53l0x-micro-lidar-distance-sensor-breakout/arduino-code
 +
 +----
 ==== Magnet und Lage-Sensor ==== ==== Magnet und Lage-Sensor ====
  
Zeile 14: Zeile 35:
   * https://www.pololu.com/file/download/LSM303DLH-compass-app-note.pdf?file_id=0J434   * https://www.pololu.com/file/download/LSM303DLH-compass-app-note.pdf?file_id=0J434
   * https://github.com/pololu/lsm303-arduino   * https://github.com/pololu/lsm303-arduino
 +  * https://learn.adafruit.com/lsm303-accelerometer-slash-compass-breakout/coding
  
 +----
 ==== Temperatur und Feuchtigkeit ==== ==== Temperatur und Feuchtigkeit ====
 === DHT11 ==== === DHT11 ====
Zeile 22: Zeile 45:
   * http://www.micropik.com/PDF/dht11.pdf   * http://www.micropik.com/PDF/dht11.pdf
  
 +----
 ==== LiDAR ==== ==== LiDAR ====
 +  * https://www.youtube.com/watch?v=EYbhNSUnIdU How Lidar Works
   * [[https://www.dfrobot.com/product-1125.html|RPLIDAR A1M8 ]]   * [[https://www.dfrobot.com/product-1125.html|RPLIDAR A1M8 ]]
   * [[https://www.youtube.com/watch?v=VhbFbxyOI1k|Getting Started with LIDAR]]   * [[https://www.youtube.com/watch?v=VhbFbxyOI1k|Getting Started with LIDAR]]
 +  * [[https://pointclouds.org/|Point Cloud Library (PCL)]]
 +  * [[https://www.hackster.io/shahizat005/lidar-integration-with-ros-noetic-on-raspberry-pi-os-8ea140|LiDAR integration with ROS Noetic on Raspberry Pi OS]]
 +  * https://www.youtube.com/watch?v=nXlqv_k4P8Q Dataset
 +  * https://navoshta.com/kitti-lidar/
 +  * https://github.com/utiasSTARS/pykitti/tree/master/pykitti
 +  * https://github.com/jaejunlee0538/kitti2pcl
 +
 +==== Kinekt & Sensing: ====
 +
 +  * https://www.roboternetz.de/community/threads/71135-Kinect-oder-Alternative
 +  * https://vimeo.com/236124203 ROSCon 2017 Vancouver Day 1: How to select a 3D sensor technology
 +  * https://store.intelrealsense.com/products.html
 +  * https://click.intel.com/intela-realsensea-legacy-products.html
 +  * [[https://www.google.com/search?client=safari&rls=en&q=teraranger+evo&ie=UTF-8&oe=UTF-8| teraranger evo]]
 +==== Fototransistor ====
 +  * https://rn-wissen.de/wiki/index.php/Fototransistor
 +  * https://www.mouser.de/datasheet/2/427/bpw96-1767039.pdf
 +
 +==== AD8232 EKG-Messung Puls Herzfrequenzsensor ====
 +
 +  * https://www.amazon.de/ICQUANZX-EKG-Messung-Herzfrequenzsensor-EKG-%C3%9Cberwachungssensor-Dupont-Kabel/dp/B088R8VZ74/
 +
 +==== Umwelt: ====
 +
 +  * https://www.ebay.de/b/Si7021/bn_7005748648?rt=nc&_sop=2
 +  * https://www.heise.de/make/meldung/CoMoS-Sensorstation-hilft-Luft-und-Umweltqualitaet-zu-ueberwachen-4405689.html
iot/sensors.1552800769.txt.gz · Zuletzt geändert: 2019/03/17 05:32 von admin