This a message from Mina Emad
I'm a pharmacist from Egypt, and I'm seeking a technical consultation
due to increased awareness about the health downfalls of obesity a lot of our customers in the pharmacy where I'm working are asking for body fat measurements using in-body Scale.
as the cost of an in-body scale of a reputable brand are too high for our budget, I opted for building a digital scale using Arduino boards where it can measure both the body weight and height and ask the patients for their age and gender here is a photo of the scale.
my question is about the use of the equations to drive the body fat percentage from the four parameters from the scale output which are weight, height, age, gender.
here are the equations I'm using.
Body mass index = weight in kg / (height in meters) squared
Body fat percentage = (1.2BMI)+(0.23AGE )-5.4 for males
Body fat percentage = =(1.2BMI)+(0.23AGE)-16.2 for females
Basal metabolic rate = 370+((21.6(1-Fat percentage)weight)
Lean body mass = weight * ((100-fat percentage)/100)
the equations are taken from the following link BMI Calculator
[
BMI Calculator
Free Body Mass Index calculator gives out the BMI value and categorizes BMI based on provided information from W...
](BMI Calculator)
the question now is how accurate is my approach?
and are there any ideas to ameliorate such equation? or even, are there other parameters that can be derived from the same parameters?

