MELLOW USB ADXL SPI BUS NOT VALID IN SECTION ADXL345 ERROR
Has anyone successfully installed the mellow fly adxl board on their v-core 3.1?
I followed the directions precisely and I keep getting the following error:
Option 'spi_bus' is not valid in section 'adxl345'
In my klipper config I have added:
[mcu adxl]
serial: /dev/serial/by-id/usb-Klipper_rp2040_E6626005A71D2434-if00
[adxl345]
cs_pin: adxl:gpio9
spi_software_sclk_pin: adxl:gpio10
spi_software_mosi_pin: adxl:gpio11
spi_software_miso_pin: adxl:gpio12
I followed the directions from here:
https://mellow-3d.github.io/fly_adxl345_usb_klipper_host.html
Any help is greatly appreciated!
Fly-ADXL345-USB Klipper host configuration | Mellow Products Docume...
Fly-ADXL345-USB Klipper host preparation
3 Replies
upload your printer.cfg
thank you!
Update:
Changing this section:
[adxl345]
cs_pin: adxl:gpio9
spi_software_sclk_pin: adxl:gpio10
spi_software_mosi_pin: adxl:gpio11
spi_software_miso_pin: adxl:gpio12
to this:
[adxl345 adxl]
cs_pin: adxl:gpio9
spi_software_sclk_pin: adxl:gpio10
spi_software_mosi_pin: adxl:gpio11
spi_software_miso_pin: adxl:gpio12
fixed the error, klipper is now booting normally. I am however getting an Invalid adxl345 id (got ff vs e5). error when sending accelerometer_query. I'll test with other cables and see if it helps
Update #2
I changed the section:
[resonance_tester]
accel_chip: adxl345
to
[resonance_tester]
accel_chip: adxl345 adxl
and it's working.