parezj / EMBO

EMBO - Scope for only $6. Embedded instruments: Oscilloscope, Logic Analyzer, Voltmeter, Counter, PWM and Signal Generator on STM32 MCUs (F1, F3, L4, G4 ....). PC app for Windows, Ubuntu and macOS. Firmware is in C, PC GUI app is in C++ Qt 5.
https://embo.jakubparez.com
MIT License
141 stars 35 forks source link

Sigrok support? #16

Open Harvie opened 2 years ago

Harvie commented 2 years ago

Ahoj, i've noticed your upcoming talk on Installfest conference in Prague. Projects like these are always interresting to me, but there is one thing i miss. I think you should really add support for your devices into sigrok opensource project https://sigrok.org/

There seem to be quite some overlap with your efforts, but sigrok supports lot of different hardware, Oscilloscope, Logic Analyzer, Voltmeter, Counter, Power supplies and much more:

https://sigrok.org/wiki/Supported_hardware

It might be interresting if you join the efforts, create sigrok plugin which will enable libsigrok to work with EMBO and perhaps on the other hand you can use libsigrok as hardware abstraction layer in your GUI applications. That way you will be able to use nice sigrok features, protocol decoders and GUIs (like pulseview analyzer/scope UI https://sigrok.org/wiki/PulseView ) and also this will enable to use different scope/analyzer devices with your own GUI...