#Invalid adxl345 id (got ff vs e5).
41 messages · Page 1 of 1 (latest)
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
sure let me finish my food and i will move to my workshop
done
Are you running Rat-OS 1.x?
how i can know !!
i fellow the documentation on ratos page
RatOS
v1.2.4-4-g898b8ae
this one u mean ?
Yeah, this looks like an old template and not the 2.x version
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
ok any link for ratos2.x?
Ratos 1.x will stop being supported soon
thanks for this info
i am to busy to check info
thanks
going to reflash it
do i need to reflash klipper on main board to ?
Well hopefully you aren't too busy to read the documentation or you will have more problems 
Then you should be fine
thanks dude i will try to reflash it now and update you
Ok. I will be going to bed soon, good luck!
thanks .. good night dude
still same problem
Same issue here. But I only have it with klipperscreen
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.
See above, mainly:
And all queries need to reference PIS.. So ACCELEROMETER_QUERY CHIP=PIS for example.
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