Hey guys, this is my very first serious Arduino project. While I have some basic knowledge how an Arduino works, I have never tried working with external sensors.
Goal:
My idea was to use sensors to measure the vibration on my CNC machine (2x Y-axis beams; 1x X-axis beam) and to get the data presented on a dashboard like Grafana or the Arduino Cloud.
The whole point is to use this data to improve the machine's precision further.
Material:
I have a couple of Arduino Uno and Nano at hand. Just like 6x ADXL345 (realistically speaking I will need them all given that I plan to attach two sensors per beam).
Additionally I have a RPi 4 just like some ESP32 boards I could use.
Issues/Questions:
- The way I understand it I may only use 2 sensors per Arduino/ESP32 or is there a way to connect all 6 sensors to one board?
- Is there any FFT example code (I come from a non-IT field) I could use?
- And especially - is this sensor even the right one to use or would you recommend a different one?