Difference between revisions of "ARMFLY AX-Pro"

From sigrok
Jump to navigation Jump to search
(→‎Hardware: +ADC, op amps)
Line 4: Line 4:
| status          = supported
| status          = supported
| source_code_dir  = fx2lafw
| source_code_dir  = fx2lafw
| channels        = 8
| channels        = 8 + 1
| samplerate      = 24MHz
| samplerate      = 8ch @ 24MHz, 8+1ch @ 12MHz
| samplerate_state = —
| samplerate_state = —
| triggers        = none (SW-only)
| triggers        = none (SW-only)
| voltages        = max. 5.0V
| voltages        = Digital: 0V &mdash; +5V<br/>Analog: ±10V (±20V max)
| threshold        = Fixed: VIH=1.4V, VIL=0.8V
| threshold        = Fixed: V<sub>IH</sub>=1.4V, V<sub>IL</sub>=0.8V
| memory          = none
| memory          = none
| compression      = none
| compression      = none
Line 15: Line 15:
}}
}}


The '''ARMFLY AX-Pro''' is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate, and with 2 additional analog channels.
The '''ARMFLY AX-Pro''' is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate, with 1 additional analog channel (theoretically 2, but only one of them can be used at a time; 3MHz analog bandwidth).


It is a clone of the [[CWAV USBee AX-Pro]]. There is an "[http://item.taobao.com/item.htm?id=12503749579 RS232 RS485 RS422 CAN converter]" add-on board which also has a BNC connector for analog support.
It is a clone of the [[CWAV USBee AX-Pro]]. There is an "[http://item.taobao.com/item.htm?id=12503749579 RS232 RS485 RS422 CAN converter]" add-on board which also has a BNC connector for analog support.
Line 21: Line 21:
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.


'''Note''': Only the logic analyzer functionality is supported so far, analog support is work in progress.  
'''Note''': [[fx2lafw]] currently doesn't support switching between the two possible analog channels, ACH1 will be used unconditionally.


See [[ARMFLY AX-Pro/Info]] for some more details (such as '''lsusb -vvv''' output) on the device.
See [[ARMFLY AX-Pro/Info]] for some more details (such as '''lsusb -v''' output) on the device.


== Hardware ==
== Hardware ==

Revision as of 00:01, 18 September 2017

ARMFLY AX-Pro
Armfly ax pro.png
Status supported
Source code fx2lafw
Channels 8 + 1
Samplerate 8ch @ 24MHz, 8+1ch @ 12MHz
Samplerate (state)
Triggers none (SW-only)
Min/max voltage Digital: 0V — +5V
Analog: ±10V (±20V max)
Threshold voltage Fixed: VIH=1.4V, VIL=0.8V
Memory none
Compression none
Website armfly.com

The ARMFLY AX-Pro is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate, with 1 additional analog channel (theoretically 2, but only one of them can be used at a time; 3MHz analog bandwidth).

It is a clone of the CWAV USBee AX-Pro. There is an "RS232 RS485 RS422 CAN converter" add-on board which also has a BNC connector for analog support.

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

Note: fx2lafw currently doesn't support switching between the two possible analog channels, ACH1 will be used unconditionally.

See ARMFLY AX-Pro/Info for some more details (such as lsusb -v output) on the device.

Hardware

  • Main chip: Cypress CY7C68013A-56LTXC (FX2LP)
  • I2C EEPROM: Atmel ATML920 24C02N SU27 D
  • Low-dropout voltage regulator: Advanced Monolithic Systems AMS1117-3.3
  • Crystal: 24MHz
  • ADC: Texas Instrument TLC5510IPW, 8-Bit, 20 MS/s ADC Single Channel
  • OpAmp: Texas Instrument LMV358 Dual Low-Voltage Rail-to-Rail Output Operational Amplifier
  • OpAmp: Analog Devices AD8065 (SMD marking "HRA")
  • Multiplexor: (I do not see it. Is it U5?)
  • ...

Photos

Protocol

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

Resources