Sherry123
Posts: 18
Joined: Wed Mar 07, 2018 10:40 am

Convert acceleration to calories (energy)

Mon Mar 12, 2018 2:32 pm

How to convert acceleration to calories (energy) from human movement
Using sensor accelerometer

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 26659
Joined: Sat Jul 30, 2011 7:41 pm

Re: Convert acceleration to calories (energy)

Mon Mar 12, 2018 2:38 pm

F=ma

So you need to know the mass, combine that with acceleration to find out the force. Work is force times distance, so you need to know distance, then you can use that to give you Joules used, then simple convert to calories.

Distance could be calculated using s = ut+1/2at^2, or some variation thereof, basic movement equations.

Might be an easier way.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Convert acceleration to calories (energy)

Mon Mar 12, 2018 2:39 pm

It's not easy, you need a base line calories per hour, weight, height, age and gender to make any energy measurement turn into a fake kilo calorie (kCal) measurement.

The classic example of how NOT to do it, is the Concept2 rowing ergometer (they assume everyone is a 25% efficient energy burner, burns 300kCal/hr doing no active work and weighs in at 80Kg - you'll see a immediate flaw there).

http://eodg.atm.ox.ac.uk/user/dudhia/ro ... #section11

It's in no way as simple as F=ma.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

PiGraham
Posts: 3936
Joined: Fri Jun 07, 2013 12:37 pm
Location: Waterlooville

Re: Convert acceleration to calories (energy)

Mon Mar 12, 2018 3:02 pm

Sherry123 wrote:
Mon Mar 12, 2018 2:32 pm
How to convert acceleration to calories (energy) from human movement
Using sensor accelerometer
You want to make a Fitbit?

http://www.dailymail.co.uk/sciencetech/ ... meter.html

Steps to calories
https://www.livestrong.com/article/2380 ... -calories/

Accelerometer to step count
http://www.analog.com/en/analog-dialogu ... celer.html

Return to “Beginners”