editor's blog
Subscribe Now

An Accelerometer GUI

Including an accelerometer in your system is easy these days, right? Heck, they can trigger interrupts in your processor, so just toss it in, wait for the fateful interrupt, and let your handler do the rest. Right?

Actually… no. There are numerous controls that you have – and will likely want to take advantage of – to optimize how your accelerometer works. Those settings have a significant impact on noise and power. Sampling rate is a good example: the faster you sample, the more accurate your reading will be (i.e., lower noise). But that also increases power consumption. There are a whole slew of registers in the accelerometer that contain all of the settings, and the datasheets tell you how to get to each one.

Problem is, you mostly need to do that through code, typically. That can mean iterating through your start-up code, for example, to load different values and see what happens. And that last bit is important: you might actually have to exercise the thing to figure out where the best balance is. Lots of back-and-forth changing settings, measuring, rinsing, and repeating.

The other alternative has been to use an accelerometer that has been simplified, with a few crude settings that may or may not represent the best mix for your system.

Kionix recently announced a tool to provide easier access to the fine-grained detail in their accelerometers. The idea behind this FlexSet Performance Optimizer is to make detailed adjustments almost as easy as the crude ones on simplified accelerometers.

At the first level, this is a GUI into the register set. So at the very least, it’s easy to see and change register values. At the next level, the tool will provide information on the power and noise implications of your settings – meaning you don’t need to exercise the thing to figure out the impact of your selected settings. And at yet a higher level, you can do side-by-side comparisons of different cases.

The hooks for this are built into their latest accelerometers and will support new ones going forward. The GUI itself can be downloaded or run on the internet. (Presumably the one on the internet won’t actually set the settings in your accelerometer, just figure out what those settings should be. Unless, I suppose, you’ve connected your accelerometer to the internet…)

You can find more in their release.

Leave a Reply

featured blogs
Dec 4, 2023
The OrCAD X and Allegro X 23.1 release comes with a brand-new content delivery application called Cadence Doc Assistant, shortened to Doc Assistant, the next-gen app for content searching, navigation, and presentation. Doc Assistant, with its simplified content classification...
Nov 27, 2023
See how we're harnessing generative AI throughout our suite of EDA tools with Synopsys.AI Copilot, the world's first GenAI capability for chip design.The post Meet Synopsys.ai Copilot, Industry's First GenAI Capability for Chip Design appeared first on Chip Design....
Nov 6, 2023
Suffice it to say that everyone and everything in these images was shot in-camera underwater, and that the results truly are haunting....

featured video

Dramatically Improve PPA and Productivity with Generative AI

Sponsored by Cadence Design Systems

Discover how you can quickly optimize flows for many blocks concurrently and use that knowledge for your next design. The Cadence Cerebrus Intelligent Chip Explorer is a revolutionary, AI-driven, automated approach to chip design flow optimization. Block engineers specify the design goals, and generative AI features within Cadence Cerebrus Explorer will intelligently optimize the design to meet the power, performance, and area (PPA) goals in a completely automated way.

Click here for more information

featured webinar

Rapid Learning: Purpose-Built MCU Software Tools for Data-Driven Embedded IoT Systems

Sponsored by ITTIA

Are you developing an MCU application that captures data of all kinds (metrics, events, logs, traces, etc.)? Are you ready to reduce the difficulties and complications involved in developing an event- and data-centric embedded system? This webinar will quickly introduce you to excellent MCU-specific software options for developing your next-generation data-driven IoT systems. You will also learn how to recognize and overcome data management obstacles. Register today as seats are limited!

Register Now!

featured chalk talk

dsPIC33CH DSCs: Two dsPIC33Cs on a Single Chip
Sponsored by Mouser Electronics and Microchip
In this episode of Chalk Talk, Vijay Bapu from Microchip and Amelia Dalton explore the benefits of dual core digital signal controllers. They discuss the key specifications to keep in mind when it comes to single core and dual core DSCs and how you can reduce your development time, save board space and cost and keep the performance and isolation you need with Microchip’s dsPIC33CH DSCs.
Jan 24, 2023
37,017 views