Skip to content

Arduino code for a bioimpedance or bioelectrical impedance analysis (BIA) system using the AD5933.

License

Notifications You must be signed in to change notification settings

debjyotiC/AD5933-arduino-bioimpedance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Arduino code for a bioimpedance or bioelectrical impedance analysis (BIA) system using the AD5933.

The code was developed to be part of a system that uses a mobile application in a Bluetooth device as user interface.

Besides controlling the AD5933, the Arduino is used to perform the body composition equations, using as parameters the impedance values measured by the AD5933, and the patient's personal data provided by the mobile app, the results of the body composition equations, fat mass (FM), fat free mass (FFM) and total body water (TBW), are sent to the mobile application again by Bluetooth.

The source code has four states, in the initial state, the software waits for a Bluetooth command to start reading the user data, after that, in the second state, the software waits for reading the age, sex, height and weight of the users and stores the data in an array. In the third state, the measurement is initiated, and the electrical signal is generated on the Vout pin of AD5933. After the frequency sweep is completed, and the impedance magnitude values at 50 KHz and 100 KHz are collected, the software then switches to the fourth and last state. In the last state, the bioimpedance calculations are performed, and the results are sent to the mobile application by Bluetooth.

AD5933 configuration

  • Internal oscillator: MCLK = 16.776 MHz
  • Start frequency = 50 KHz
  • Frequency increment (∆f) = 1 KHz
  • Number of increments = 50
  • PGA gain = ×1
  • Output range = 1

For more details of configuration, and the AD5933 operation mode, access the component datasheet.

License

GNU General Public License v3.0

About

Arduino code for a bioimpedance or bioelectrical impedance analysis (BIA) system using the AD5933.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%