arduino icon indicating copy to clipboard operation
arduino copied to clipboard

Adruino Sketches

Results 11 arduino issues
Sort by recently updated
recently updated
newest added

I've successfully got the CN0391 example working, however the read speed is much lower than expected even after reducing the refresh rate and the delays. Is sampling frequency limited by...

Hi, is there someone that could clarify where these constants come from? ```c /* Ideal Calibration Values for ADE9153A Shield Based on Sensor Values */ #define CAL_IRMS_CC 0.838190 // (uA/code)...

It seems that this exemple does not work out of the box https://github.com/analogdevicesinc/arduino/tree/master/Arduino%20Uno%20R3/examples/ADXL372_example Serial monitor prints `Device id: AD` and nothing happens in case of shock

I'm testing a cn0391 eval board on an arduino uno. I have all the dependencies copied into the folder and the program runs if I set the calibrations to 'NO'....

Because the FIFO on the ADXL372 provides 512 records, the adxl_read_reg_multiple() function must support 16-bit values for count, not just 8-bit.

Is there any example program to Serial print out FIFO data? I assume you would have to use the adxl372_Configure_FIFO() and adxl372_Get_FIFO_data() functions, but I'm not entirely sure how to...

Hey, I would like to get 3axis acceleration samples at atleast 1khz from the ADXL372. I would like to use a ESP32 for that. Do you think your libary is...

Hello Dear Support from analog devices 1. I recently bought the CN0391 board, and having problems with the CN0391 Example.ino arduino code on my Teensy3.6. for the MOSI=Pin11, MISO=12, CS=10,...

i am new to coding so don't know a lot but i followed the instructions from the website and i get a lot of errors for parts which aren't declared....

If the parameter of AD7124_FILT_REG_FS() was changed from 384, it was unlikely to be transferred to the AD7124 properly. This made it impossible to change the output data rate of...