Difference between revisions of "MCU123 USBee AX Pro clone"

From sigrok
Jump to navigation Jump to search
m
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox logic analyzer
{{Infobox logic analyzer
| image            = [[File:Usbee_ax_clone_front.png|180px]]
| image            = [[File:Usbee_ax_clone_front.png|180px]]
| name            = USBee AX Pro (clone)
| name            = MCU123 USBee AX Pro clone
| status          = supported
| status          = supported
| source_code_dir  = fx2lafw
| source_code_dir  = fx2lafw
Line 8: Line 8:
| samplerate_state = —
| samplerate_state = —
| triggers        = none (SW-only)
| triggers        = none (SW-only)
| voltages        = ?
| voltages        = -0.5V — 5.25V
| threshold        = Fixed: VIH=2.0V—5.25V, VIL=-0.5V—0.8V
| memory          = none
| memory          = none
| compression      = none
| compression      = none
Line 14: Line 15:
}}
}}


The '''Editing USBee AX Pro clone''' is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate.
The '''MCU123 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. It's also ''very'' similar to the [[MCU123 Saleae Logic clone]] minus the different USB vendor/device IDs.


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.
See [[MCU123 USBee AX Pro clone/Info]] for more detailed information on the device.


== Hardware ==
== Hardware ==


* '''Main chip''': TODO
* '''Main chip''': Cypress CY7C68013A-56PVXC (FX2LP)
* '''I2C EEPROM''': TODO
* '''Input buffer''': NXP 74HC245 (markings: "NXP HC245 2A7K508 UnD2 18E")
* '''Low-dropout voltage regulator''': TODO
* '''256-byte I2C EEPROM''': Atmel AT24C02 (markings: "ATMEL218 24C02N SU27 D")
* '''3.3V low-dropout voltage regulator''': Advanced Monolithic Systems AMS1117-3.3 (markings: "AMS1117 3.3 HT240E")
* '''24MHz crystal''': 24.000
* '''24MHz crystal''': 24.000


Line 30: Line 34:


<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>
Line 44: Line 48:
== Resources ==
== Resources ==


* [http://item.taobao.com/item.htm?id=14408505465 ARMFLY Taobao shop] ([http://translate.google.com/translate?hl=en&sl=zh-CN&tl=en&u=http%3A%2F%2Fitem.taobao.com%2Fitem.htm%3Fid%3D14408505465 English translation])
* [http://dx.com/p/logic-analyzer-w-dupont-lines-and-usb-cable-for-scm-black-148945 DealExtreme online shop]
* [http://item.taobao.com/item.htm?id=16943624739 ARMFLY Mini-Logic RS232 RS485 RS422 CAN converter] ([http://translate.google.com/translate?sl=zh-CN&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fitem.taobao.com%2Fitem.htm%3Fid%3D16943624739&act=url English translation])


[[Category:Device]]
[[Category:Device]]
[[Category:Logic analyzer]]
[[Category:Logic analyzer]]
[[Category:Supported]]
[[Category:Supported]]

Revision as of 12:18, 28 July 2013

MCU123 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 -0.5V — 5.25V
Threshold voltage Fixed: VIH=2.0V—5.25V, VIL=-0.5V—0.8V
Memory none
Compression none
Website dx.com

The MCU123 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. It's also very similar to the MCU123 Saleae Logic clone minus the different USB vendor/device IDs.

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

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

Hardware

  • Main chip: Cypress CY7C68013A-56PVXC (FX2LP)
  • Input buffer: NXP 74HC245 (markings: "NXP HC245 2A7K508 UnD2 18E")
  • 256-byte I2C EEPROM: Atmel AT24C02 (markings: "ATMEL218 24C02N SU27 D")
  • 3.3V low-dropout voltage regulator: Advanced Monolithic Systems AMS1117-3.3 (markings: "AMS1117 3.3 HT240E")
  • 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