Difference between revisions of "CWAV USBee SX"

From sigrok
Jump to navigation Jump to search
m
Line 3: Line 3:
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 [http://usbee.com/sx.html 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.
It has no firmware on board; this must be uploaded when the unit is powered on. sigrok uses the open-source [[fx2lafw]] firmware for this.


See [[CWAV USBee SX/Info]] for more detailed information on the device.
See [[CWAV USBee SX/Info]] for more detailed information on the device.
Line 29: Line 29:


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 ==
* [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]]

Revision as of 19:56, 10 November 2012

CWAV USBee SX

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 open-source fx2lafw firmware for this.

See CWAV USBee SX/Info for more detailed information on the device.

Hardware

  • Main chip: Cypress CY7C68013A-56PVXC (SSOP)
  • 3.3V voltage regulator: ST LD33
  • I2C EEPROM: Microchip 24LC01B
  • Crystal: 24MHz

Photos

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