Raspberry Pi Pico + ADXL345: Portable resonance measurement

Hey everyone
In MKS Pi ( Klipper ) Getting an error [ Invalid adxl345 id (got ff vs e5). This is generally indicative of connection problems (e.g. faulty wiring) or a faulty adxl345 chip. ]
When trying to do ACCELEROMETER_QUERY

printer.cfg
[mcu rpi]
serial: /tmp/klipper_host_mcu
[adxl345]
cs_pin: rpi:None
spi_bus: spidev0.2

I’m using short wiring, like 20-23cm long
and the wiring I followed this

Can anyone help me to fix it ??