11-10-2021 02:16 PM
Hello , Im trying to interface multiple Accelometers (Adxl 345) using Arduino uno and Labview with LabVIEW Interface for Arduino and LINX
when im trying to connect only one Accelometer it works fine , but how can i connect multiple accelomters as there is only one working address (0x53) , (0x1D) is not working
11-11-2021 02:13 PM
Try using the addresses in decimal format: 83 for 0x53 and 29 for 0x1D.
You may find this useful: https://www.instructables.com/Simple-Accelerometer-In-labVIEW/
11-11-2021 02:41 PM
When you connected to two ADXL 345, did you set both to different addresses by connecting one ALT to HIGH and the other ALT to LOW?