Accelerometer Usage
-
So i updated successfully to 3.3RC3 and DWC seems to work just fine. I connected a LIS3DH from Adafruit (Stemma QT Version) and hooked it up the board. The problem i have is, if i try to read data, it says accelerometer not found. So im not sure if i connected it correctly. Im using a Duet 3 Mini 5 plus. I connected it like this this
TEMP Daughterboard
spi2.M0SI -> SDA
spi2.MIS0 -> SDO
spi2.sck -> SCL
in0.in -> INT
in0.out -> CS
3.3v -> VCC
GND -> GNDis set it up like this:
M955 P100 C"io0.out+io0.in"not sure if i have to say in which spi i have to connect it, but i did not read about it in the docu.
-
@staticred the wiring sounds correct. Use P0 not P100.
-
@dc42 if i use P0 instead of P100 my DWC will time out and it wont post anything to the console sadly.
-
@staticred could it be that the INT wire isn't connected?
-
@staticred did you get the accelerometer working?
-
@dc42 said in Accelerometer Usage:
@staticred did you get the accelerometer working?
so i redo the howl wiring, and its pretty secure now on the board. At first it was pretty bad, but now its solid. I now used P100 instead of P0, but still getting accelerometer not found. All cables are connected as meant above.
-
@staticred Sorry meant i used P0 for the accelerometer and gcode.
-
@staticred can you confirm that you do not have a PanelDue connected? The PanelDue port is shared with IO0.
-
@dc42 Sure nothing else is connected to the board. Just the normal stuff like fans motors heaters
-
@dc42 okay so i rechecked every wire, seems to be all fine. I think its just something about wrong gcode, nothing more.
Maybe my config.g can help? https://just-paste.it/SqW7DwJd1j
GCode im using just to try the accelerometer
M956 P0 S1000 A0
-
@staticred
If you pasteM955 P0 C"io0.out+io0.in"
to the DWC gcode input box, what is the replied message?
-
@diy-o-sphere Error: M955: Accelerometer not found on specified port
-
@staticred https://imgur.com/a/p3jq7Oh this is how i hooked it up
-
I remember that I also had strange readings in the beginning, but the sensor still worked and was found with the M955 command. I have also plugged it to Io0. But I have connected all wires to the paneldue port.
-
@staticred
That is my wiring -
This post is deleted! -
@diy-o-sphere Thanks a lot man, i will try it out. I have another version of the Lis3DH sensor, stemm qt. It just has 2 ports on the side, not sure if it will effect anything, but i dont think so.
-
Sorry, had to delete my previous post. Now I noticed that you have connected the wires to the temp dautherboard. That looks right to me.
-
@diy-o-sphere Ok it now it works,
Accelerometer 0:0 with orientation 20 samples at 1344Hz with 10-bit resolution
It worked until i tried to run a test. Then DWC timed out, and now im getting no connection anymore. Same wiring. Really weird.
-
@staticred said in Accelerometer Usage:
@diy-o-sphere Ok it now it works,
Accelerometer 0:0 with orientation 20 samples at 1344Hz with 10-bit resolution
It worked until i tried to run a test. Then DWC timed out, and now im getting no connection anymore. Same wiring. Really weird.
That suggests that something is wrong with the interrupt input. Check the connection between INT0 on the LIS3DH and io0.in, and perhaps try using a different IO port.