Coming soon: Accelerometer Support
-
@zapta said in Coming soon: Accelerometer Support:
I would think that you want to measure the accelerations of the nozzle which can be different due to mechanical flex and play.
that's why I really like the klipper idea of using el-cheapo ADXL345 board (0.74EUR + free shipping on all for e.g.) is like 2 gramms, you can stick it directly to your nozzle with some double tape (or very close to it)
on the other side LIS3DH that is (will be) used with RRF (I understand why, it is a better chip IMHO) is zero stock on digikey, mouser .... now I do have some LIS3DH too and they are great as they can send bigger chunks of data if I remember correctly but I really hate they are not on stock at any of my suppliers and that all the boards I have it on (and that I can buy it on) are 4-5 times bigger than small boards ADXL345 comes on
@o_lampe copter needs a kalman so as many sensors as you can pull to work together to get to proper data. here you are interested in very short and very simple measurement so no need for additional sensors..
with a growing flat spot on a ball
for this you normally need a very different accelerometer probe and they cannot be mounted on the hotend but on the rail ... this equipment that detect balls that are starting to deteriorate start, used, at a price of a good brand name printer ... el cheapo accelerometer attached to a plastic carriage will not be detecting a flat spot on a ball in the bearing
-
@arhi said in Coming soon: Accelerometer Support:
zero stock on digikey, mouser
There is a global shortage of semiconductors due to the pandemic and the components that are still available went up in price.
"First they came for the toilet paper and I didn't speak up, then they came for the accelerometers".
-
@zapta makes sense ... I just yesterday paid 2300eur for gpu that was below 1000$ when it was released crazy world
I have some of the LIS3DH in stock at home, never tried them tbh so good reason to do so now
-
@arhi said in Coming soon: Accelerometer Support:
I just yesterday paid 2300eur for gpu
Mining for Crypto-cash? I have a 64CPU-cluster I wanted to use for mining, but never got it working...damn Linux
-
My ordered sensors just came in today from china. Even better, the new firmware is also available right now.
@dc42 Before soldering a header to the breakout board, i would love to know If the analog inputs of the sensor will be available in reprap firmware. Just like the panelDue we have available inputs for free at no additional cost (other
than you implementing the code to make then work) on our remote devices, which i already have plenty ideas of what crazy stuff we could connect to them.So please let ne know If you also have the future of what DuetFirnware could become in mind and If the analog! inputs are/will be available via gcode.
-
@wildblue I don't have any plans to support the analog inputs at present.
-
@dc42 said in [Coming soon: Accelerometer Support]
Yes, use the temp daughterboard connector to connect an accelerometer directly. The SBC uses a separate SPI bus. However, currently accelerometer data can only be saved to file when running in standalone mode.
Will this still work if you have a temperature daughterboard installed? I'm utilizing the thermocouple board on a Mini 5+.
-
@j3d said in Coming soon: Accelerometer Support:
@dc42 said in [Coming soon: Accelerometer Support]
Yes, use the temp daughterboard connector to connect an accelerometer directly. The SBC uses a separate SPI bus. However, currently accelerometer data can only be saved to file when running in standalone mode.
Will this still work if you have a temperature daughterboard installed? I'm utilizing the thermocouple board on a Mini 5+.
Yes, but as described in the wiki page the CD and INT pins of the accelerometer must be connected to one of the IO ports.
-
Apropos accelerometers mounted on 3D printer gantries, this guy uses an Android accelerometer app to measure fan vibrations and fixes it by balancing the fan with a small piece of adhesive tape.
-
Does anyone know if the accelerometer can be wired to a Toolboard? I ordered one over the weekend from Ooznet (UK) - so assuming it'll be a v1.0 not v1.1. Would make things a bit easier
-
@keyz182 you can, using a sammy-c21 in conjunction with it.
-
@nuramori So no direct connection, it'll have to be via a SammyC21 on the CAN bus? Should have waited for v1.1 to be in stock lol. Ah well, I'm sure I'll find other uses for a Sammy 21.
At least I can stick with just the 4 wires to the tool
-
@keyz182 correct. I had prepped just such a set up days before the announcement of the 1.1 toolboard. I've since relegated the part to the "maybe some other project" bin.
-
@nuramori Never mind, just received a V1.1. Unexpected, but welcome
-
@keyz182 same, I ended up ordering the 1.1 as soon as filastruder sent out an email to previous customers. I had to make yet again new crimps, but thatโs the life of a hobbyist.
Now if I could only use it, since Iโm also using a Pi4, and canโt actually put the accelerometer through itโs paces. Yet.
-
@nuramori said in Coming soon: Accelerometer Support:
Now if I could only use it, since Iโm also using a Pi4, and canโt actually put the accelerometer through itโs paces. Yet.
You can either wait for the 3.4beta releases, or temporarily switch to standalone mode to capture the accelerometer data.
-
@dc42 Iโm in no real rush, though my curiosity has me tempted to try switching over to stand alone. Is the process as simple as copying the files in โ/systemโ to a microSD card?
-
@nuramori said in Coming soon: Accelerometer Support:
@dc42 Iโm in no real rush, though my curiosity has me tempted to try switching over to stand alone. Is the process as simple as copying the files in โ/systemโ to a microSD card?
Yes, basically. Download your sys folder from DWC and copy it to a new SD card. That card will need to be formatted FAT32 and have the /sys/ folder with your config files, and a /www/ folder with the DWC files. A /macros/ and /gcodes/ folder as well. Disconnect the Pi and put the SD card in the Duet. That's all.
-
Actually you can leave the Pi connected while running it in standalone mode.
-
@dc42 hi sir I was wondering if there will be support for the lis3dsh soon or in the near future as almost every site Iโve seen is sold out of lis3dh thank you