Difference between revisions of "128axc-based USBee AX-Pro clone"

From sigrok
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Infobox logic analyzer
{{Infobox logic analyzer
| image            = [[File:128axc-saleae-logic-clone-Overview.jpg|180px]]
| image            = [[File:128axc-usbee-axpro-clone-Overview.jpg|180px]]
| name            = 128axc-based Saleae Logic clone
| name            = 128axc-based USBee AX-Pro clone
| status          = supported
| status          = supported
| source_code_dir  = fx2lafw
| source_code_dir  = fx2lafw
Line 15: Line 15:
}}
}}


The '''128axc-based Saleae Logic clone''' is a USB-based logic analyzer with 8-channel and up to 24MHz sample-rate.
The '''128axc-based USBee AX-Pro clone''' is a USB-based logic analyzer with 8-channel and up to 24MHz sample-rate.


It is yet another clone of the [[Saleae Logic]].
It is yet another Cypress FX2 based logic analyzer. This one reports on USB as 08a9:0014 which is [[CWAV USBee AX-Pro]], but contrary to the original (or other clones such as [[HT_USBee-AxPro]]), it has no Analog input.


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 [[128axc-based Saleae Logic clone/Info]] for more details (such as '''lsusb -v''' output) about the device.
See [[128axc-based USBee AX-Pro clone/Info]] for more details (such as '''lsusb -v''' output) about the device.


== Hardware ==
== Hardware ==
Line 27: Line 27:
* '''Main chip''': [http://www.cypress.com/part/cy7c68013a-128axc Cypress CY7C68013A-128AXC (FX2)]
* '''Main chip''': [http://www.cypress.com/part/cy7c68013a-128axc Cypress CY7C68013A-128AXC (FX2)]
* '''Input buffer''': NXP HC245
* '''Input buffer''': NXP HC245
* '''2kByte I²C EEPROM''': Atmel A24C02BN (actually TWI interface)
* '''2kByte I²C EEPROM''': Atmel A24C02BN
* '''Voltage regulator''': AMS 117
* '''Voltage regulator''': AMS 117
* '''24MHz crystal''': RJH24.000
* '''24MHz crystal''': RJH24.000
* No DAC is present, no Analog entry possible.


== Photos ==
== Photos ==


<gallery>
<gallery>
File:128axc-saleae-logic-clone-Front.jpg|<small>PCB, top</small>
File:128axc-usbee-axpro-clone-Front.jpg|<small>PCB, top</small>
File:128axc-saleae-logic-clone-Back-cypress.jpg|<small>PCB, bottom, CY7C68013A-128AXC</small>
File:128axc-usbee-axpro-clone-Back-cypress.jpg|<small>PCB, bottom, CY7C68013A-128AXC</small>
File:128axc-saleae-logic-clone-Nxp-input-buffer.jpg|<small>NXP HC245 Input Buffer</small>
File:128axc-usbee-axpro-clone-Nxp-input-buffer.jpg|<small>NXP HC245 Input Buffer</small>
</gallery>
</gallery>



Latest revision as of 17:07, 14 December 2018

128axc-based USBee AX-Pro clone
128axc-usbee-axpro-clone-Overview.jpg
Status supported
Source code fx2lafw
Channels 8
Samplerate 24MHz
Samplerate (state)
Triggers none (SW-only)
Min/max voltage -0.5V — 5.25V (absolute max rating)
Threshold voltage Fixed: VIH=2.0V—5.25V, VIL=-0.5V—0.8V
Memory none
Compression none
Website none

The 128axc-based USBee AX-Pro clone is a USB-based logic analyzer with 8-channel and up to 24MHz sample-rate.

It is yet another Cypress FX2 based logic analyzer. This one reports on USB as 08a9:0014 which is CWAV USBee AX-Pro, but contrary to the original (or other clones such as HT_USBee-AxPro), it has no Analog input.

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

See 128axc-based USBee AX-Pro clone/Info for more details (such as lsusb -v output) about the device.

Hardware

  • Main chip: Cypress CY7C68013A-128AXC (FX2)
  • Input buffer: NXP HC245
  • 2kByte I²C EEPROM: Atmel A24C02BN
  • Voltage regulator: AMS 117
  • 24MHz crystal: RJH24.000
  • No DAC is present, no Analog entry possible.

Photos

Protocol

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

Resources