- To Create a BMI Machine which can be used to calculate BMI, TBW and Ideal Daily water Consumption by measuring weight of the user and taking other relevant parameters as input.
- Objective is to make it easier for everyone to calculate their BMI and TBW so that they can keep a check on their Health.
H/Wused:
- MSP430 Launchpad from TI: used to connect modules and take input and send it to necessary module
- HC05 Bluetooth Module: used to connect hardware to mobile
- Weighing scale/Load Cell: Used to measure Weight of the user
- HX711 IC: used to take data from load cell and transfer it to launchpad
S/Wused:
- Energia: For programming the MSP430 Launchpad
- MIT App Inventor: To make the mobile application
- Firebase: To take data from app and store in a database
- 123D Design: To make the casing of the hardware
User is supposed to measure his/her weight and enter the relevant parameters showing in the mobile application.
1. First the weight is measured using load cell.
2. The Data is then sent to the MSP430 Launchpad through HX711 IC.
3. Then from Launchpad the Data is sent to mobile Application through bluetooth module HC05.
4. Computation of results is done in application itself and results are shown to the users.
5. The data (parameters and results) are sent to database for future usage and analysis.
User Manual:- First the User must Sign Up on the App
- After Signing Up once User can then Log in.
- Their are two section : One for BMI and one for TBW
- For each section Weight can be measured after connecting bluetooth.
- Weight will be measured and other relevant information is to be given by the user.
- After clicking calculate the Result will be printed on the screen.
Everyone who wants to keep a check on their Health they can do so by checking the following Indices provided by our Product:
1. BMI- Body Mass Index
2. TBW- Total Body Water
3. Ideal Daily Water Consumption
Comments