IronOS icon indicating copy to clipboard operation
IronOS copied to clipboard

Feature - Fall detect

Open MR-Zon opened this issue 7 years ago • 3 comments

Great Firmware Thank you!

  • I'm submitting a ... Feature request

  • Do you want to request a feature or report a bug? Feature. Would it be possible to detect a free-fall (off desk), and possible impact and switch off? acceleration of over 9m/s2 for 0.2sec-0.3sec. I do not know what 'normal use' gives in acceleration. this might make the feature non viable. The sleep function does reduce the need for this feature.

  • What is the motivation / use case for changing the behavior? Motivation : I have burnt holes in carpets before (not with this iron). This would be a safety feature.

Thanks again for your work.

MR-Zon avatar Jun 11 '18 21:06 MR-Zon

Impact detection would be easiest to implement, and then you could turn it off by giving it a whack. Nice idea.

Not sure if it would save your carpets, though. It does take some time to cool down.

LarsSimonsen avatar Jun 22 '18 19:06 LarsSimonsen

Very nice idea, indeed! Looking forward to its implementation!

XNinety9 avatar Jul 10 '18 08:07 XNinety9

It looks like MMA8652FC has free-fall detection built in, which is pretty handy!

The detection of “Freefall” involves the monitoring of the X, Y, and Z axes for the condition where the acceleration magnitude is below a user-specified threshold for a user-definable amount of time. Usable threshold levels are typically between ±100 mg and ±500 mg.

dhiltonp avatar Sep 06 '18 04:09 dhiltonp