Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 490 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 490 Bytes

explore

Simple DIY scripts that I have used for exploring various µc's and MEM's sensors.

  1. GT511C3_fingerprint_scanner.ino : An example Arduino project for exploring the GT511C3 fingerprint scanner. This sketch can be used for enrolling and detecting the fingerprints into and from the database of the sensor.
  2. MPU9250_imu.py : An example how to send serail data using socket prormaing using FaBo9Axis_MPU9250 and socket package.