Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (100 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Rajendra Bhatt (8 codes)

Most Downloaded

  1. Network Ethernet Library (11838 times)
  2. FAT32 Library (8677 times)
  3. Timer Calculator (6750 times)
  4. PID Library (5286 times)
  5. Network WiFi Library (5265 times)
  6. SMS home alarm system (4443 times)
  7. External Memory (4130 times)
  8. mikromedia for PIC18FJ - Examples (3582 times)
  9. microSD click - Example (3529 times)
  10. GPS click - Example (3284 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Turn your Logic Analyzer into an Oscilloscope with AD9059

Rating:

Author: Michael CVM

Last Updated: 2011-08-20

Category: Measurement

Downloaded: 499 times

Not followed.

I have a Intronix LogicPort Logic Analyser, and the software has the capability to take digital inputs and display the input as analog. I'm converting analog to digital using an AD9059 Dual 8-Bit, 60 MSPS A/D Converter. For the clock source I'm using a LTC6904 Programmable Oscillator The PIC sends through I2C the frequency to LTC6904

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Turn your Logic Analyzer into an Oscilloscope with AD9059" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Turn your Logic Analyzer into an Oscilloscope with AD9059" changes.

Do you want to report abuse regarding "Turn your Logic Analyzer into an Oscilloscope with AD9059".

  • Information
  • Comments (0)
Download

Download Project [289.69KB]

Version 1.0.0.0

DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Schematic

Schematic

Project Schematic

View full image
Analog display

Analog display

I took this pic a long time ago, I don't have an analog source to measure to make a better pic. Here I was measuring an ~27 KHz signal, but I set the sampling rate way too high, at 40MHz. I should have set it to 1 MHz (or so). If you set the samplin

View full image

RELATED CODES

RGB LED Thermometer

This is a very useful gadget! Operation is very simple. Basically, it displays measured temperature as a colour shade of the RGB LED.

[Learn More]

ADC + RTC for Mikromedia for ATmega

Mikromedia for ATmega Simple example which demonstrates working with the 4-Channel 12-bit A/D Converter (MCP3204) with SPI Serial Interface. The example shows how to measure analog inputs on Channels 0, 1, 2 and 3 and display the results on TFT. http://youtu.be/cwE1G5faBXc

[Learn More]