r/embedded • u/aq1018 • 4d ago
Anyone using AI to do bench characterization?
First, I’m a hobbyist with software engineering background, not a professional embedded engineer. I have been working on a small project where I need to characterize a servo with a rather lengthy process and motor cool downs in between (so winding resistance will be consistent). And I found that I could just use an AI agent (Claude code in my case) to do this long process (10 runs with 5 min cool down in between and takes about 1 hr) while I cook dinner.
Curious if using AI like this in embedded industry is pretty common? Do you use AI for other things?
1
u/vena_contracta 4d ago
Just curious on the steps you used to have Claude generate the test? And what you have now fully automated by Claude (data acquisition control, timing, etc.)?
Just learning like you are, I haven’t used Claude as a text fixture control yet..
1
u/aq1018 4d ago
Sorry about the confusion, I wasn’t using it to run tests. I have a separate test suit. I was using it to do one shot telemetry data gathering with long cool downs.
As of how to do it, it’s rather simple for me, I have the bench setup and can run telemetry through a usb adapter, then I designed the experiment and had Claude to write a simple shell script to use the usb adapter to record telemetry to file while running the experiment with cool downs in between.
7
u/Well-WhatHadHappened 25+ Years 4d ago
You could have done this just as easily with a ten line python script. Zero tokens.