I am using two strain gauges for sensing motion of hand. The output of the strain gauge is connected to the ad7796. From ad7796 the output is connected to atmega 16 through spi protocol.can anyone know the spi interface between ad7796 and atmega 16.
I am using two strain gauges for sensing motion of hand. The output of the strain gauge is connected to the ad7796. From ad7796 the output is connected to atmega 16 through spi protocol.can anyone know the spi interface between ad7796 and atmega 16.
Hello Nimmy,
attached is some sample code for the AD7792. This part is slightly different to the AD7796 in that the AD7792 has some additional features. However, the read and write routines for the AD7796 are the same as for the AD7792 so, the code may help you to get started.
Regards,
Mary.
Thankyou Mary for helping.