Embedded Perspectives
python
4 articles tagged with python.
Saleae High-Level Analyzers (HLAs): Building Custom Protocol Decoders in Python
When Saleae's 23 built-in plus 50+ community protocol analyzers don't cover your application-layer needs, you write your own decoder in Python. A walkthrough of the HLA framework with a working example for Indian embedded teams.
pyPicoSDK for EV Battery Characterization in India: Automated Cell Testing and Long-Duration Data Capture
Indian EV battery engineering teams, at Ola, Ather, Exponent, Log9, TVS, Bajaj, and the Pune-Chennai Tier-1 supplier base, use pyPicoSDK with PicoScope 4444 differential oscilloscopes and PicoLog data loggers to capture cell-level current, voltage, and temperature during drive cycles, thermal soak, and abuse tests. Here's the Python pattern that scales from a single cell to a 96-cell pack.
Building an Automated Production Test Framework with pyPicoSDK and pytest: for Indian Hardware Teams
How Indian hardware teams wire PicoScope oscilloscopes into a pytest-based production test framework, discovery, parameterized test cases, fixture-based instrument setup, JUnit XML for CI integration, and the patterns that hold up when the test count grows from 10 to 500.
pyPicoSDK Streaming Mode: Continuous Data Acquisition with PicoScope for Indian Research Labs
How Indian university research labs and industrial R&D teams use pyPicoSDK streaming mode to capture uninterrupted signal data from PicoScope 5000D, 6000E, and 4000 series oscilloscopes, with Python patterns for buffer management, disk persistence, and signal processing hand-off to NumPy and SciPy.