Created a basic oscilloscope using 2 ADC in interleaved mode up to 24 msps, or dual channel Oscilloscope. Also support X/Y mode.
Measure the light intensity in the room and output data to a web API.
Creating a digital to analog converter (DAC) 8-bit using resistor ladder (R-2R Ladder) and implemented it in Arduino Uno to create signals.
Using the library SoftSerial and doing the configuration of one 10-bit ADC pin.
Analog-to-Digital Converter connected on I2c bus. ADS1115 is part of a product family witch contains ADS1113, ADS1114, ADS1014, ADS1015.
Simple and inexpensive way to make such an instrument, with which we can measure resistances with a resolution of 1 milliohm.
An Arduino Nano used as an IO expander on I2C for ESP8266. For example, add 8 digitals IO and 6 analog inputs.
A 3D printed set of scales that uses a 5kg load sensor and HX711 module.
Utilize the Zmod expansion header on the Eclypse Z7 with ADC & DAC Zmods in a simple sine wave loopback demonstration.
The purpose of this project is to get the best imaging whatever it is in the daytime or at night.
This project walks through how to create a custom hardware design in Vivado 2022.1 for the Eclypse Z7 with the new Digitizer Zmod.
This project demonstrates how to stream samples from the ADC on the Zmod Digitizer into the DDR memory of the Eclypse Z7.
A low budget acquisition system for low budget sensors.
Tutorial on how to use Xilinx Zynq-7000 XADC. Part 1 of 3 explains the XADC's concepts and provides practical examples.
Raspberry Pi can also be used in places without electricity. If you can monitor battery voltage, critical data can be saved.
Light up three different LEDs using pulse width modulation corresponding to different ranges of analog input voltages.
Sometimes you need to generate a analog signal from a digital source a DAC or a digital to analog converter helps you do this.
Real-time charts are the most effective way to show IoT data.
In this guide we will show you how to use the ADC on your Raspberry Pi Pico using MicroPython. We will also go over some of the basic concpt
Tutorial on how to use Xilinx Zynq-7000 XADC. Part 3 of 3 explains how to do write a SW application in AMD Xilinx Vitis Classic.
Use the eTape Liquid Level Sensor on the MCP3008 8-Channel 10-Bit ADC with SPI interface.
ASIC implementation of the PicoRV32 PicoSoC in X-Fab XH018. It contains two ADCs, a DAC, comparator, bandgap, RC oscillator and other IP.
Take a ride with our EV demo! GPIO switches, night mode via ADC photoresistor, I2C display, all on the phyCORE-RT1170. 🚗🔋✨
How to convert from analog to digital signals and vice versa using simple Python on microcontrollers.