Difference between revisions of "Arduino"
Jump to navigation
Jump to search
(Added arduino page) |
m (progress) |
||
Line 2: | Line 2: | ||
| image = [[File:Arduino_Uno-R3.jpg|180px]] | | image = [[File:Arduino_Uno-R3.jpg|180px]] | ||
| name = Arduino | | name = Arduino | ||
| status = | | status = in progress | ||
| source_code_dir = ols | | source_code_dir = ols | ||
| channels = 6 | | channels = 6 |
Revision as of 13:09, 30 June 2019
Status | in progress |
---|---|
Source code | ols |
Channels | 6 |
Samplerate | 4MHz |
Samplerate (state) | — |
Triggers | none (SW-only) |
Min/max voltage | -0.5V — 5.25V |
Threshold voltage | Fixed: VIH=3.0V—5V, VIL=0V—1.5V |
Memory | ATmega168: 532 (or lower), ATmega328: 1024 (or lower), ATmega2560: 7168 (or lower) |
Compression | RLE |
Website | github.com |
SUMP protocol implementation for Arduino.
Hardware
- Main chip: Atmel ATmega168/328/2560
- Input pins: With optional internal pullups (currently has to be modified at compile-time)
- 3.3V and 5V output: 3.3V, 5V
- 16MHz crystal: 16.000
Photos
Protocol
- This uses the extended SUMP protocol as implemented by sigrok in ols driver.
* https://sigrok.org/wiki/Openbench_Logic_Sniffer * http://dangerousprototypes.com/docs/The_Logic_Sniffer%27s_extended_SUMP_protocol