Difference between revisions of "MCU123 USBee AX Pro clone"

From sigrok
Jump to navigation Jump to search
m
Line 16: Line 16:
The '''USBee AX Pro clone''' is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate.
The '''USBee AX Pro clone''' is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate.


It is a clone of the [[CWAV USBee AX-Pro]], but it doesn't have analog (only 8-channel digital) sampling capabilities. There is an "[http://item.taobao.com/item.htm?id=16943624739 RS232 RS485 RS422 CAN converter]" add-on board for more functionality (not supported in sigrok, though).
It is a clone of the [[CWAV USBee AX-Pro]], but it doesn't have analog (only 8-channel digital) sampling capabilities.


In sigrok, we use the open-source [[fx2lafw]] firmware for this logic analyzer.
In sigrok, we use the open-source [[fx2lafw]] firmware for this logic analyzer.
Line 24: Line 24:
== Hardware ==
== Hardware ==


* '''Main chip''':  Cypress CY7C68013A-56PVXC (56pin SSOP package)
* '''Main chip''':  Cypress CY7C68013A-56PVXC (FX2LP)
* '''Input buffer''': NXP HC245
* '''Input buffer''': NXP HC245
* '''I2C EEPROM''': TODO
* '''256-byte I2C EEPROM''': Atmel AT24C02 (markings: "ATMEL218 24C02N SU27 D")
* '''Low-dropout voltage regulator''': 3.3V AMS 1117
* '''Low-dropout voltage regulator''': 3.3V AMS 1117
* '''24MHz crystal''': 24.000
* '''24MHz crystal''': 24.000
Line 33: Line 33:


<gallery>
<gallery>
File:Usbee_ax_clone_front.png|<small>Mugshot</small>
File:Usbee_ax_clone_front.png|<small>Device, front</small>
File:Usbee_ax_clone_angle.jpg|<small>Device, angle</small>
File:Usbee_ax_clone_angle.jpg|<small>Device, angle</small>
File:Usbee_ax_clone_back.jpg|<small>Device, back</small>
File:Usbee_ax_clone_back.jpg|<small>Device, back</small>

Revision as of 21:30, 11 January 2013

USBee AX Pro (clone)
Usbee ax clone front.png
Status supported
Source code fx2lafw
Channels 8
Samplerate 24MHz
Samplerate (state)
Triggers none (SW-only)
Min/max voltage ?
Memory none
Compression none
Website dx.com

The USBee AX Pro clone is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate.

It is a clone of the CWAV USBee AX-Pro, but it doesn't have analog (only 8-channel digital) sampling capabilities.

In sigrok, we use the open-source fx2lafw firmware for this logic analyzer.

See USBee AX Pro clone/Info for more detailed information on the device.

Hardware

  • Main chip: Cypress CY7C68013A-56PVXC (FX2LP)
  • Input buffer: NXP HC245
  • 256-byte I2C EEPROM: Atmel AT24C02 (markings: "ATMEL218 24C02N SU27 D")
  • Low-dropout voltage regulator: 3.3V AMS 1117
  • 24MHz crystal: 24.000

Photos

Protocol

Since we use the open-source fx2lafw firmware for this device, we don't need to know the protocol.

Resources