Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More details needed about ripping setup #6

Open
Deozaan opened this issue Sep 10, 2024 · 2 comments
Open

More details needed about ripping setup #6

Deozaan opened this issue Sep 10, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Deozaan
Copy link

Deozaan commented Sep 10, 2024

Thanks for the video and the open repository. I'm trying to follow along but a simple photograph of the ripping setup isn't adequate for me. The angle is not great and it is difficult for me to understand what needs to be connected to what.

Would it be possible to get a written description of the setup? Which colored wires in the photo are connecting to which pins on the Pico? What type of resistor is on the breadboard, and which pins on the Pico is it connected to? And are there any labels on the PWM sensor/chip to make it explicit which pins are being connected to?

I'd really prefer not to fry any of my components so I'd like to be able to triple check that everything is as it should be before attempting this. Thank you!

@wareya
Copy link
Owner

wareya commented Sep 10, 2024

Following this image as reference: https://i.imgur.com/EspAlvz.jpeg

The sensor has the text "A23" on the "bottom" edge, i.e. towards where the wrist would be when holding the mouse, the top of the photo. However, the sensor is usually mounted upside-down, so this is actually the top.

image
(https://i.imgur.com/zneMFco.png)

This illustration shows the pin numbers for the sensor and which pin numbers need to be tapped to record the SPI message.

  • GPIO16 need to be connected to pin 10
  • GPIO17 need to be connected to pin 11
  • GPIO18 need to be connected to pin 12
  • GPIO19 need to be connected to pin 13
  • GPIO19 needs to be pulled high to a 3.3 volt source with a 1 mega-ohm resistor. The exact value is not important but it should be very large. 10kohms for example would be too low. 100kohm to 10mega-ohms is probably a safe range.

@wareya wareya added the question Further information is requested label Sep 10, 2024
@Deozaan
Copy link
Author

Deozaan commented Sep 10, 2024

Thank you very much for the clear and detailed explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants