An open API service indexing awesome lists of open source software.

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

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