editor's blog
Subscribe Now

We Won’t Call You; Just Call Us

One of the challenges with sensors is that, at their most fundamental level, all they do is provide some value reflecting whatever it is they’re sensing. If you want to know that value, you have to go get the value. “You” typically being the main processor in the system.

That’s easy enough if it’s something you occasionally do under the direction of a program, but if you want the sensor to alert you when something happens, then you have to poll constantly so that you know when something changed. That can steal a lot of cycles from the processor, and can be a particular issue for smartphones that have lots of sensors.

I had a discussion about this with Bosch Sensortec’s Leopold Beer at the recent MEMS Executive Congress. He said that with their IMUs, polling still dominates, but that they’ve got a state machine in there that can be programmed to fire an interrupt; their interface supports both polling and interrupts.

For example, the unit has an auto-sleep mode, and can be programmed to wake itself up. You can program in thresholds and timing. You can have it fire an interrupt when changing between portrait and landscape modes; the angles and hysteresis levels are programmable. This relieves the application processor of some of the more mundane polling duties.

For more complex tasks like counting the number of steps you take when running, much more processing is required, so for those tasks the processor still has to go poll the sensor and do the data munging itself.

One solution is to have a separate sensor microcontroller that can manage multiple sensors to offload some of the application processor duties in a programmable way.

A dedicated microcontroller on the same die as the sensor might make sense for so-called “sensor fusion” applications – where the “sensed” state isn’t just the result of a single sensor or even sensor type, but the accumulation of data from numerous sensors synthesized into a single combined more “intelligent” state. It’s certainly possible from a technology standpoint; the only question is whether the cost is justified.

Something to watch for as sensors continue to populate the world…

Leave a Reply

featured blogs
Dec 19, 2024
Explore Concurrent Multiprotocol and examine the distinctions between CMP single channel, CMP with concurrent listening, and CMP with BLE Dynamic Multiprotocol....
Dec 24, 2024
Going to the supermarket? If so, you need to watch this video on 'Why the Other Line is Likely to Move Faster' (a.k.a. 'Queuing Theory for the Holiday Season')....

featured video

Introducing FPGAi – Innovations Unlocked by AI-enabled FPGAs

Sponsored by Intel

Altera Innovators Day presentation by Ilya Ganusov showing the advantages of FPGAs for implementing AI-based Systems. See additional videos on AI and other Altera Innovators Day in Altera’s YouTube channel playlists.

Learn more about FPGAs for Artificial Intelligence here

featured chalk talk

Driving Next-Gen Efficiency and Productivity to the Battery Lifecycle
Sponsored by Mouser Electronics and Vicor
In this episode of Chalk Talk, Amelia Dalton and David Krakauer from Vicor explore the evolution of battery technology and the specific benefits that power modules bring to battery cell formation, battery testing and battery recycling. They investigate what sets Vicor power modules apart from other solutions on the market today and how you take advantage of Vicor power modules in your next design.
May 24, 2024
36,406 views