-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Juan Gonzalez-Gomez edited this page Mar 6, 2019
·
9 revisions
- Electron serial port: https://github.com/nodebots/electron-serialport
-
8 Canales
-
24Mhz
-
Comprado en: AlieExpress el 10-Enero-2017
-
La web oficial es esta: https://www.saleae.com/ Pero aquí son caros. En ali express salen a $7 !!!!
-
Se pueden usar con software libre: sigrok: https://sigrok.org/
-
Canal OpenTechLab: Usado con software libre: https://opentechlab.org.uk/start
-
Para instalar pulseview (y todas las dependencias) he seguido este enlace: https://sigrok.org/wiki/Linux
Al compilar pulseview se obtenía este mensaje de error:
$ cmake .
CMake Error at CMakeLists.txt:73 (find_package):
By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Qt5", but
CMake did not find one.
Could not find a package configuration file provided by "Qt5" with any of
the following names:
Qt5Config.cmake
qt5-config.cmake
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
to a directory containing one of the above files. If "Qt5" provides a
separate development package or SDK, be sure it has been installed.
Lo he solucionado instalando estas dependencias:
$ sudo apt install qt5-qmake qttools5-dev-tools qt5-default libqt5svg5-dev qt5-image-formats-pluginsListo! Tengo operativa la versión 0.4.0-git-8b9056d
- Repositorio de GHDL para síntesis: https://github.com/tgingold/ghdlsynth-beta
- Info sobre i2c: https://learn.sparkfun.com/tutorials/i2c
- El conversor A/D de la icezum es el ADS7924
- Su dirección es: 0x48: 7'b1001000
- Datasheet ADS7924