Hey! Is there a simple to use optical mouse sensor for ESP32 ???

This page summarizes the projects mentioned and recommended in the original post on /r/Trackballs

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • PMW3360DM-T2QU

    https://www.tindie.com/products/jkicklighter/pmw3360dm-t2qu-motion-sensor/ (by mrjohnk)

    For my scratch-built trackball project, I used these breakout boards, and based my initial code off of the seller's sample code. His sample is for Arduino. but it's basically pretty straightforward C code that isn't hard to adapt to any microcontroller. For my purposes I needed to run two of the sensors off one microcontroller, so I turned into a C++ class that runs one sensor per instance, and supports a couple different related sensors (ADNS9800 and PMW3360).

  • trackball

    Code for a trackball I'm building from scratch (by monroewilliams)

    For my scratch-built trackball project, I used these breakout boards, and based my initial code off of the seller's sample code. His sample is for Arduino. but it's basically pretty straightforward C code that isn't hard to adapt to any microcontroller. For my purposes I needed to run two of the sensors off one microcontroller, so I turned into a C++ class that runs one sensor per instance, and supports a couple different related sensors (ADNS9800 and PMW3360).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • ADNS5050

    Discontinued Arduino Library for Avago ADNS5050

    Which library are you using? https://github.com/okhiroyuki/ADNS5050?

  • Sodaq_DS3231

    Arduino library for DS3231

    See https://github.com/SodaqMoja/Sodaq_DS3231/issues/5

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts