ADXL345
ADXL345 copied to clipboard
btt adxl345 v1.0.1
there is no data on the older versions can this be added?
@GHOSTA1PHA1 I just finished setting one of these up on my machine using a Pi Pico. I'll try and remember my settings and see if I can add a request to add them. It was a small nightmare to setup but it's working great now. Funny enough it's setup very much like the ADXL345 v2.0's using SoftwareSPI pins. I used the PiPico to limit the length of the transmission cable. I'm also working on a 3D printed connector so that the v1.0.1 could just be easily attached when you need to use it. And removed when you don't.
@GHOSTA1PHA1 I just finished setting one of these up on my machine using a Pi Pico. I'll try and remember my settings and see if I can add a request to add them. It was a small nightmare to setup but it's working great now. Funny enough it's setup very much like the ADXL345 v2.0's using SoftwareSPI pins. I used the PiPico to limit the length of the transmission cable. I'm also working on a 3D printed connector so that the v1.0.1 could just be easily attached when you need to use it. And removed when you don't.
any luck on this? I'm having issues. i have a BTT M8P v1.1 with BTT ADXL345 v1.0.1 and it gives me this error Option 'spi _bus' is not valid in section 'adxl345'.
[adxl345] cs_pin: pb15 spi _bus: spi1 spi_software_sclk_pin: PA5 spi_software_mosi_pin: PA7 spi_software_miso_pin: PA6
pins in correct spot per manual
I'll check as soon as I'm home. Don't have my printer currently powered up. If I remember correctly I commented the spi_bus out when I added the SPISoftware pins.