Difference between revisions of "Noname Saleae Logic clone"

From sigrok
Jump to navigation Jump to search
m (Uwe Hermann moved page Saleae Logic clone to Noname Saleae Logic clone without leaving a redirect)
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox logic analyzer
{{Infobox logic analyzer
| image            = [[File:LogicAnalyzerBox.jpg|180px]]
| image            = [[File:Noname saleae logic clone mugshot.png|180px]]
| name            = Saleae Logic clone
| name            = Noname Saleae Logic clone
| status          = supported
| status          = supported
| source_code_dir  = fx2lafw
| source_code_dir  = fx2lafw
Line 9: Line 9:
| triggers        = none (SW-only)
| triggers        = none (SW-only)
| voltages        = -0.5V — 5.25V (absolute max rating)
| voltages        = -0.5V — 5.25V (absolute max rating)
| threshold        = Fixed: VIH=2.0V—5.25V, VIL=-0.5V—0.8V
| threshold        = Fixed: V<sub>IH</sub>=2.0V&mdash;5.25V, V<sub>IL</sub>=-0.5V&mdash;0.8V
| memory          = none
| memory          = none
| compression      = none
| compression      = none
Line 15: Line 15:
}}
}}


The '''Saleae Logic clone''' is USB-based logic analyzer with 8-channel and up to 24MHz sample-rate.
The '''Noname Saleae Logic clone''' is USB-based logic analyzer with 8-channel and up to 24MHz sample-rate.


Looks like a clone of the [[Saleae Logic]]. It's USB-device ID is: 0925:3881
It is a clone of the [[Saleae Logic]].


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 [[Noname Saleae Logic clone/Info]] for more details (such as '''lsusb -v''' output) about the device.


== Hardware ==
== Hardware ==


* '''Main chip''': Cypress CY7C68013A-56LTXC (FX2)
* '''Main chip''': Cypress CY7C68013A-56LTXC (FX2)
* '''Input buffer(?)''': NXP 74LVC245A (complete marking: NXP LVC245A KX44549 TXD613F)
* '''Input buffer''': NXP 74LVC245A (markings: "NXP LVC245A KX44549 TXD613F")
* '''32kByte I2C EEPROM''': Atmel AT24C256 (marks: ATML H612 02DM B A2C9JF)
* '''32kByte I²C EEPROM''': Atmel AT24C256 (markings: "ATML H612 02DM B A2C9JF")
* '''voltage regulator''': Torex Semiconductor XC6206 (marks: "6206A 1625/33")
* '''Voltage regulator''': Torex Semiconductor XC6206 (markings: "6206A 1625/33")
* '''24MHz crystal''': K24.000
* '''24MHz crystal''': K24.000


Line 33: Line 34:


<gallery>
<gallery>
File:LogicAnalyzerBox.jpg|<small>box front</small>
File:LogicAnalyzerBox.jpg|<small>Device, top</small>
File:LogicAnalyzer1.jpg|<small>PCB front</small>
File:LogicAnalyzer1.jpg|<small>PCB, top</small>
File:LogicAnalyzer2.jpg|<small>PCB bottom</small>
File:LogicAnalyzer2.jpg|<small>PCB, bottom</small>
File:LogicAnalyzer4.jpg|<small>Cypress CY7C68013A-56LTXC chip</small>
File:LogicAnalyzer4.jpg|<small>Cypress CY7C68013A-56LTXC</small>
File:LogicAnalyzer5.jpg|<small>Atmel ATML H612 02DM B A2C9JF chip</small>
File:LogicAnalyzer5.jpg|<small>Atmel AT24C256</small>
File:LogicAnalyzer3.jpg|<small>NXP LVC245A KX44549 TXD613F chip</small>
File:LogicAnalyzer3.jpg|<small>NXP 74LVC245A</small>
</gallery>
</gallery>


Line 47: Line 48:
== Resources ==
== Resources ==


* [http://www.ebay.de/itm/USB-Logic-Analyzer-8-Kanal-24MHz-I2C-SPI-JTAG-CAN-LIN-UART-e02/122164455000 Ebay-seller]
* [http://www.ebay.de/itm/USB-Logic-Analyzer-8-Kanal-24MHz-I2C-SPI-JTAG-CAN-LIN-UART-e02/122164455000 Ebay seller]


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

Latest revision as of 20:25, 11 August 2017

Noname Saleae Logic clone
Noname saleae logic clone mugshot.png
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 Noname Saleae Logic clone is USB-based logic analyzer with 8-channel and up to 24MHz sample-rate.

It is a clone of the Saleae Logic.

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

See Noname Saleae Logic clone/Info for more details (such as lsusb -v output) about the device.

Hardware

  • Main chip: Cypress CY7C68013A-56LTXC (FX2)
  • Input buffer: NXP 74LVC245A (markings: "NXP LVC245A KX44549 TXD613F")
  • 32kByte I²C EEPROM: Atmel AT24C256 (markings: "ATML H612 02DM B A2C9JF")
  • Voltage regulator: Torex Semiconductor XC6206 (markings: "6206A 1625/33")
  • 24MHz crystal: K24.000

Photos

Protocol

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

Resources