Difference between revisions of "Robomotic MiniLogic"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[File:Robomotic minilogic.png| | {{Infobox logic analyzer | ||
| image = [[File:Robomotic minilogic.png|180px]] | |||
| name = Robomotic MiniLogic | |||
| status = supported | |||
| source_code_dir = fx2lafw | |||
| channels = 8 | |||
| samplerate = 24MHz | |||
| samplerate_state = — | |||
| triggers = none (SW-only) | |||
| voltages = -0.5V — 5.25V | |||
| threshold = Fixed: VIH=2.0V—5.25V, VIL=-0.5V—0.8V | |||
| memory = none | |||
| compression = none | |||
| website = [http://buglogic.robomotic.com robomotic.com] | |||
}} | |||
The | The '''Robomotic MiniLogic''' is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate. | ||
See [[Robomotic MiniLogic/Info]] for more | It is a clone of the [[Saleae Logic]]. | ||
In sigrok, we use the open-source [[fx2lafw]] firmware for this logic analyzer. | |||
See [[Robomotic MiniLogic/Info]] for more details (such as '''lsusb -vvv''' output) about the device. | |||
== Hardware == | == Hardware == | ||
* '''Main chip:''' [http://www.cypress.com/?rID=38801 Cypress CY7C68013A-56PVXC ( | * '''Main chip:''' [http://www.cypress.com/?rID=38801 Cypress CY7C68013A-56PVXC (FX2LP)] ([http://www.cypress.com/?docID=34060 datasheet]) | ||
* '''Octal 3-state non-inverting buffer/line-driver/line-receiver:''' 74HC244A (TODO: vendor?) | * '''Octal 3-state non-inverting buffer/line-driver/line-receiver:''' 74HC244A (TODO: vendor?) | ||
* '''1A low-dropout voltage regulator (3.3V):''' [http://www.advanced-monolithic.com/products/voltreg.html#1117 Advanced Monolithic Systems AMS1117-3.3] ([http://www.advanced-monolithic.com/pdf/ds1117.pdf datasheet]) | * '''1A low-dropout voltage regulator (3.3V):''' [http://www.advanced-monolithic.com/products/voltreg.html#1117 Advanced Monolithic Systems AMS1117-3.3] ([http://www.advanced-monolithic.com/pdf/ds1117.pdf datasheet]) | ||
Line 28: | Line 46: | ||
See also [https://secure.flickr.com/photos/uwehermann/sets/72157629563753680/ this flickr set] for more photos of the device. | See also [https://secure.flickr.com/photos/uwehermann/sets/72157629563753680/ this flickr set] for more photos of the device. | ||
== Protocol == | |||
Since we use the open-source [[fx2lafw]] firmware for this device, we don't need to know the protocol. | |||
== Resources == | |||
TODO. | |||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Logic analyzer]] | [[Category:Logic analyzer]] | ||
[[Category:Supported]] | [[Category:Supported]] |
Latest revision as of 12:19, 28 July 2013
Status | supported |
---|---|
Source code | fx2lafw |
Channels | 8 |
Samplerate | 24MHz |
Samplerate (state) | — |
Triggers | none (SW-only) |
Min/max voltage | -0.5V — 5.25V |
Threshold voltage | Fixed: VIH=2.0V—5.25V, VIL=-0.5V—0.8V |
Memory | none |
Compression | none |
Website | robomotic.com |
The Robomotic MiniLogic is a USB-based, 8-channel logic analyzer with up to 24MHz sampling rate.
It is a clone of the Saleae Logic.
In sigrok, we use the open-source fx2lafw firmware for this logic analyzer.
See Robomotic MiniLogic/Info for more details (such as lsusb -vvv output) about the device.
Hardware
- Main chip: Cypress CY7C68013A-56PVXC (FX2LP) (datasheet)
- Octal 3-state non-inverting buffer/line-driver/line-receiver: 74HC244A (TODO: vendor?)
- 1A low-dropout voltage regulator (3.3V): Advanced Monolithic Systems AMS1117-3.3 (datasheet)
- 2K I2C serial EEPROM: 2x Microchip 24LC02BI (datasheet)
- 64K I2C serial EEPROM: Microchip 24LC64I (datasheet)
Photos
See also this flickr set for more photos of the device.
Protocol
Since we use the open-source fx2lafw firmware for this device, we don't need to know the protocol.
Resources
TODO.