LDO ADXL with RatOS v1.1
I have an LDO Input Shaper Toolkit that I want to use with my V-Core.
The kit connects via a header on the raspberry pi.
What config changes do I need to make to use the pi for input shaping? I know with RatOS v2 I can use toolboards, but not sure where to go with v1.1
Solution:Jump to solution
Should be the same process, i don't remember off the top of my head, but it goes something like:
```
[include config/boards/rpi/config.cfg]
[include config/sensors/rpi-adxl345.cfg]
[resonance_tester]...
10 Replies
does LDO provide a pinout for this?
Yeah, It's a v3 from this lonk
link
"and in that case a config for the ADXL345 connected to the Raspberry Pi is also available."
If it connects to the SPI you might be able to follow the ratos wiring diagram
This should be pretty much plug and play in v2 you'll just need to tell klipper to use the rpi adxl345.
Support for V1 was discontinued Q2 last year after a 6 month grace period.
Yeah. For now, I was really hoping not to have to upgrade to v2. do you happen to remember anybody doing this before the v2 release. I don't need to integrate macros or anything. I'm happy to just get some resonance files
Solution
Should be the same process, i don't remember off the top of my head, but it goes something like:
Double check those include paths though because i barely remember what v1 look like 😂
Thanks, that worked!