Make Your Internet Browser Capture Live Data
Last month, I described a simple stateless web application using Python and Plotly’s Dash module. It created a dashboard allowing users to select waveform channels, update rate, and the number …
Last month, I described a simple stateless web application using Python and Plotly’s Dash module. It created a dashboard allowing users to select waveform channels, update rate, and the number …
Introducing JupyterLab JupyterLab is a relatively new tool. It is an open-source development environment (IDE) for working with Jupyter notebooks. Notebooks are primarily used to combine program code, code results, …
Using a data acquisition device (DAQ) can be challenging. Often, connecting to a single channel produces a suitable measurement. Yet, DAQs seldom have a single channel; trouble usually happens when …
Welcome back to the Digilent Blog! You may have heard about how Digilent is building support for our Analog Discovery devices within the DASYLab software through a custom module. This …
Welcome to the world of educational data acquisition (DAQ) and electronics hobby projects! Whether you’re an engineering student, a seasoned industry professional, a curious hobbyist, or a dedicated professor, DAQ …
Data acquisition (DAQ) is the process of capturing and converting physical signals from the real world into digital data that can be processed by computers. This seemingly simple concept lies …
At Digilent, we champion the power of data in driving informed decisions across diverse industries. From optimizing industrial processes to monitoring vital signs in healthcare, the ability to effectively collect …
In the vast realm of data acquisition, the precision and accuracy of measurements—particularly when working with digital input/output (I/O)—play a crucial role in extracting meaningful insights. This Tech Tip will …
The 4-20 mA current loop interface came about because of the need to transmit information over long distances. System designers found that instead of a changing a voltage signal [that …
The Analog-to-Digital Converter (ADC) is today’s go-to device for changing an analog signal into a digital binary value. The ADC takes a snapshot in time that approximates the actual value …
Using Additional Software to View Date Remotely Now that we’ve created a working distributed data collection and display system (see parts 1 through 4), let’s briefly explore other software packages available …
Distributing the Applications to View the Data Remotely The goal of this article series is to demonstrate how to create a data acquisition system on one system, and view the …
Mixed‑signal validation often starts with more tools than necessary. An oscilloscope for analog signals, a logic analyzer for digital buses, and a separate signal generator just to get known inputs …
This Mandelbrot set renderer was created by Conrad, who shared the project on GitHub (username conradSZY05). Built for the Digilent Basys 3, the design uses VHDL and Xilinx Vivado to …
Debugging modern embedded systems often requires piecing together information from multiple tools to understand both analog and digital behavior. In a recent Digilent webinar, we took a closer look at …
The Question A Digilent forum user working on a vintage computing project needed to troubleshoot hardware built around a 6502 CPU. Their goal was to extract the CPU’s address and …