https://github.com/styropyr0/mx8650-reading-and-generating-image-from-mouse-sensor
Reading and writing data from registers of MX8650 mouse sensor | Generating image from mouse sensor | Using MX8650 as an interferometer to detect minor vibrations
https://github.com/styropyr0/mx8650-reading-and-generating-image-from-mouse-sensor
Last synced: 5 months ago
JSON representation
Reading and writing data from registers of MX8650 mouse sensor | Generating image from mouse sensor | Using MX8650 as an interferometer to detect minor vibrations
- Host: GitHub
- URL: https://github.com/styropyr0/mx8650-reading-and-generating-image-from-mouse-sensor
- Owner: styropyr0
- Created: 2024-04-30T08:55:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T06:44:53.000Z (almost 2 years ago)
- Last Synced: 2024-08-14T07:56:23.007Z (almost 2 years ago)
- Language: C++
- Size: 223 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MX8650-reading-and-generating-image-from-mouse-sensor
(For the library, see MX8650 library from https://github.com/styropyr0/MX8650)
Reading and writing data from registers of MX8650 mouse sensor | Generating image from mouse sensor | Using MX8650 as an interferometer to detect minor vibrations
Kindly refer the datasheet before modifying the code.
The transistor is necessary to act as CS pin for the MX8560 since the display device also communicates via SPI. If not used, commands to the display will also be recieved by the MX8560. If you are not using the display, remove or comment out the specific codes which are marked in the code.
Regards