▲ | crazygringo 7 days ago | |||||||||||||||||||||||||||||||||||||||||||
I wonder why? Presumably this information doesn't come for free, and Apple spends money to put this sensor in. Is it a backup if the magnet for closed lid detection fails? Is it some kind of input for the brightness sensor or True Tone? Is it for warranty investigation, that if the hinge breaks they can figure out if it was physically pushed too far, or was repeatedly slammed open and shut like a toy? | ||||||||||||||||||||||||||||||||||||||||||||
▲ | avianlyric 7 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||
The info probably does come for free. The laptops don’t use the magnets along the top edge of the screen for detecting if the screen is closed, those magnets are just there to provide the latching effect when the screen is closed, so it doesn’t open accidentally. The sensor used for detecting if the lid is closed is an “angle” sensor, although really it’s an Hall effect sensor and a magnet in the hinge. If you have a Hall effect sensor, getting angle data from it is pretty much free, because the Hall effect produces a continuously varying signal, you need thresholding logic to turn it into a binary output. Given Hall effect ICs are so cheap and plentiful there no reason to use anything else. Also given they mass-produced ICs it’s probably cheaper to buy a fully featured Hall Effect IC, because the manufacturing cost between a basic IC and an advanced IC is almost certainly zero these days. In short, modern IC manufacturing has just made magnetic angle sensors as cheap, if not cheaper, than dump non-angle sensing Hall sensors. After all you can always use an angle sensing Hall sensor as binary switch if you want, but the reverse isn’t true, so if the ICs basically cost the same, you can expect the less capable ICs to be completely outcompeted by the more capable ICs. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
▲ | estimator7292 7 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
We've been using Hall effect sensors for lid close detection for a long, long time. My thinkpad from 2013 has it halfway down one edge. If you simply move the sensor (that is already a requirement) closer to the hinge, you can infer angle based on the Hall sensor for free. You can even get special sensors that specifically measure the magnetic field orientation for the same price as the simple type. Yes, it's completely free with just a very minimal amount of thought put into the design. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | postalcoder 7 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
It’s likely there to support Desk View[0]. Desk View presents the items on your desk in a geometrically correct, top-down view. Knowing the angle of the display is very helpful when applying keystone correction. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | rossant 7 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Wild idea: if the goal is to wake from sleep as quickly as possible when opening the lid, could receiving a signal as soon as the user starts lifting the screen save a few hundred milliseconds? I might be way off though. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
▲ | seanalltogether 7 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||
My best guess is it's related to thermal control. The vents on macbooks are right under the hinge, and the vents are blocked and opened to different degrees based on the angle of the lid. |