xbst / KUSBA

Klipper USB Accelerometer Project
GNU General Public License v3.0
213 stars 25 forks source link

KUSBA with standard parts #3

Closed Ritterbrater closed 2 years ago

Ritterbrater commented 2 years ago

Hi, nice project! Instead of using a custom PCB I would like to take "standard" parts. Is it possible to take a regular Raspberry Pi Pico Board with a ADXL345 module board? Do I only need to connect the pins GPIO0 - GPIO4 and then flash your firmware?

Another question: Are there any limitiations for the frequency measurement due to protocol change SPI <-> USB?

Thank you.

xbst commented 2 years ago

It's possible. There are a few guides for that on the internet, I think Nero3D has a good video on that topic.

The protocol between the accelerometer and the MCU is still SPI, performance should be the same.

Ritterbrater commented 2 years ago

Ah, ok, I see. E.g.: https://www.youtube.com/watch?v=W_VHbT_tsZw Thank you for the explanations.