#Invalid adxl345 id (got ff vs e5).

41 messages · Page 1 of 1 (latest)

fervent linden
#

hello
i got this error i am using fysetc input shaper that one use USB type C and it work perfect with my other printers very well but with my RR vcore i got this problem .. need help

amber merlin
#

Can you upload your printer.cfg?

#

I suspect you didn't update your config to use this adxl and Rat-OS is expecting the adxl to be attached to the MCU

fervent linden
fervent linden
fervent linden
amber merlin
#

Are you running Rat-OS 1.x?

fervent linden
#

i fellow the documentation on ratos page

#

RatOS
v1.2.4-4-g898b8ae

#

this one u mean ?

amber merlin
#

Yeah, this looks like an old template and not the 2.x version

fervent linden
#

its up to date

#

do i need reflash it for new version ?

amber merlin
#

Yes, they are not compatible with each other (breaking changes)

#

In Rat-OS 2.x you should be able to specify your toolboard and then just use the import and have the adxl work

fervent linden
#

ok any link for ratos2.x?

amber merlin
#

Ratos 1.x will stop being supported soon

fervent linden
amber merlin
fervent linden
#

i am to busy to check info

#

thanks

#

going to reflash it

#

do i need to reflash klipper on main board to ?

amber merlin
fervent linden
#

hahahahaha

#

no i will read it carefully this time

amber merlin
#

Then you should be fine

fervent linden
amber merlin
#

Ok. I will be going to bed soon, good luck!

fervent linden
fervent linden
#

still same problem

hexed herald
#

Same issue here. But I only have it with klipperscreen

primal drift
# fervent linden still same problem

yeah this didn't have anything to do with RatOS v2 vs v1. That config you included didn't define an ADXL.. so it wouldn't do anything. You have to define an adxl for that separate ADXL345 mcu.
your PIS.cfg should look like this:

[mcu PIS]
# Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
serial: /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D70A6F36-if00

[adxl345 PIS]
cs_pin: whatever the docs for that mcu says
spi_bus: whatever the docs say

[resonance_tester]
accel_chip: adxl345 PIS
probe_points:
#    100,100,20 # 200mm printer
#    150,150,20 # 300mm printer
    200,200,20 # 400mm printer
#    250,250,20 # 500mm printer

And all queries need to reference PIS.. So ACCELEROMETER_QUERY CHIP=PIS for example.

primal drift
#

Also please start you own thread.

#

Also if you update your system packages this:

serial: /dev/serial/by-id/usb-Klipper_rp2040_E66118F5D70A6F36-if00

will not work anymore.

#

see #announcements

fervent linden
#

ok i wil try to do what i did understand

#

thanks for replay