Embedded Perspectives
automation
5 articles tagged with automation.
Saleae Python API for CI/CD: Capturing Protocol Traces in GitHub Actions
The Logic 2 Automation API drives Saleae devices from Python. Here's how Indian embedded teams wire it into a GitHub Actions or GitLab CI workflow for nightly hardware-in-the-loop regression on a bench Raspberry Pi.
PicoScope + LabVIEW Integration for Indian Test and Measurement Teams
How Indian T&M teams wire PicoScope into LabVIEW and TestStand, VI library integration, TestStand sequence calls, and honest trade-offs between LabVIEW and pyPicoSDK for new projects.
PicoSDK C/C++ for Indian Production Test Rigs: Native API Patterns for ATE and Line Test
How Indian production lines and ATE teams drive PicoScope hardware from native C and C++, PicoSDK API lifecycle, RAII wrappers, multi-unit patterns, and single-binary deployment for fanless industrial PCs.
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.