Difference between revisions of "CWAV USBee SX"

From sigrok
Jump to navigation Jump to search
m
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:Cwav usbee sx.png|thumb|right|CWAV USBee SX]]
{{Infobox logic analyzer
| image            = [[File:Cwav usbee sx.png|180px]]
| name            = CWAV USBee SX
| status          = supported
| source_code_dir  = fx2lafw
| channels        = 8
| samplerate      = 24MHz
| samplerate_state = —
| triggers        = none (SW-only)
| voltages        = max. 5.5V
| threshold        = Fixed: VIH=1.4V, VIL=0.8V
| memory          = none
| compression      = none
| website          = [http://usbee.com/sx.html usbee.com]
}}


The [http://usbee.com/sx.html USBee SX] is a USB-based, 8-channel logic analyzer (and signal generator) with up to 24MHz sampling rate.
The '''USBee SX''' is a USB-based, 8-channel logic analyzer (and signal generator) with up to 24MHz sampling rate.


It has no firmware on board; this must be uploaded when the unit is powered on. sigrok uses the [[fx2lafw]] firmware for this.
In sigrok, we use the open-source [[fx2lafw]] firmware for this logic analyzer.


See [[CWAV USBee SX/Info]] for more detailed information on the device.
See [[CWAV USBee SX/Info]] for some more details (such as '''lsusb -vvv''' output) on the device.
 
CWAV, Inc. [http://usbee.com/company.htm has been closed and no longer sells] the USBee test pods (has chosen to go out of business effective September 10, 2015). But there are a lot of clones, like [[MCU123 USBee AX Pro clone]]. Just search for '''24mhz 8ch logic analyzer''' on http://ebay.com/ or http://aliexpress.com/ for one (usually under $10).


== Hardware ==
== Hardware ==


* Main chip: Cypress CY7C68013A-56PVXC (SSOP)
* '''Main chip''': Cypress CY7C68013A-56PVXC (FX2LP)
* 3.3V voltage regulator: ST LD33
** '''Note:''' Older versions used the Cypress CY7C68013-56PVC (FX2), which is different in some ways (e.g. less SRAM)
* I2C EEPROM: Microchip 24LC01B
* '''3.3V voltage regulator''': ST LD33
* Crystal: 24MHz
* '''I2C EEPROM''': Microchip 24LC01B
* '''Crystal''': 24MHz


== Photos ==
== Photos ==
'''New version with Cypress CY7C68013A (FX2LP):'''


<gallery>
<gallery>
Line 20: Line 39:
File:Usbee sx case back.jpg|<small>Device, back</small>
File:Usbee sx case back.jpg|<small>Device, back</small>
File:Usbee sx case open.jpg|<small>Device, open</small>
File:Usbee sx case open.jpg|<small>Device, open</small>
File:Usbee sx pcb front.jpg|<small>PCB ,front</small>
File:Usbee sx pcb front.jpg|<small>PCB, front</small>
File:Usbee sx pcb back.jpg|<small>PCB, back</small>
File:Usbee sx pcb back.jpg|<small>PCB, back</small>
</gallery>
'''Old version with Cypress CY7C68013 (FX2):'''
<gallery>
File:Cwav_usbee_sx_device_top.jpg|<small>Device, front</small>
File:Cwav_usbee_sx_device_bottom.jpg|<small>Device, back</small>
File:Cwav_usbee_sx_pcb_top.jpg|<small>PCB, front</small>
File:Cwav_usbee_sx_pcb_bottom.jpg|<small>PCB, back</small>
File:Cwav_usbee_sx_revision_zx.jpg|<small>"USBee ZX" marking</small>
</gallery>
</gallery>


Line 29: Line 58:


However, for those interested in this, someone else has already [https://blog.visucore.com/tags/usbee decoded most of it].
However, for those interested in this, someone else has already [https://blog.visucore.com/tags/usbee decoded most of it].
== Resources ==
* [http://usbee.com/software/ZXHelpFiles.zip USBee SX help files]
* [http://usbee.com/usbeesuitemanual.pdf USBee Suite manual]
* [http://usbee.com/usbeesuitesw.zip Vendor software]
* [https://blog.visucore.com/2010/5/23/jtag-using-cypress-fx2-usb Visucore Blog: JTAG using USBee SX]
* [https://blog.visucore.com/2010/5/28/pwm-on-the-usbee-hardware-using-custom-firmware Visucore Blog: PWM on the USBee with custom firmware]


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

Revision as of 09:59, 5 October 2015

CWAV USBee SX
Cwav usbee sx.png
Status supported
Source code fx2lafw
Channels 8
Samplerate 24MHz
Samplerate (state)
Triggers none (SW-only)
Min/max voltage max. 5.5V
Threshold voltage Fixed: VIH=1.4V, VIL=0.8V
Memory none
Compression none
Website usbee.com

The USBee SX is a USB-based, 8-channel logic analyzer (and signal generator) with up to 24MHz sampling rate.

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

See CWAV USBee SX/Info for some more details (such as lsusb -vvv output) on the device.

CWAV, Inc. has been closed and no longer sells the USBee test pods (has chosen to go out of business effective September 10, 2015). But there are a lot of clones, like MCU123 USBee AX Pro clone. Just search for 24mhz 8ch logic analyzer on http://ebay.com/ or http://aliexpress.com/ for one (usually under $10).

Hardware

  • Main chip: Cypress CY7C68013A-56PVXC (FX2LP)
    • Note: Older versions used the Cypress CY7C68013-56PVC (FX2), which is different in some ways (e.g. less SRAM)
  • 3.3V voltage regulator: ST LD33
  • I2C EEPROM: Microchip 24LC01B
  • Crystal: 24MHz

Photos

New version with Cypress CY7C68013A (FX2LP):

Old version with Cypress CY7C68013 (FX2):

Protocol

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

However, for those interested in this, someone else has already decoded most of it.

Resources