7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-03 05:16:33 +00:00
ThunderScope GitHub Repo
Go to file
Aleksa Bjelogrlic f345bda243
Merge pull request from EEVengers/HW/Aleksa/ThunderScope_Rev4
Added Rev.4 Front End Test Board
2023-06-16 09:22:15 -07:00
Firmware Added termination control to gpio_io_o_0[15:12] 2023-05-07 17:06:06 -04:00
Hardware Added Front End Test Board 2023-06-04 22:15:14 -04:00
Software Changed LVDS Phase to work with new SERDES 2023-03-06 22:37:16 -05:00
.gitignore Removed .DS_Store and updated .gitignore 2022-10-31 21:41:51 -04:00
LICENSE Create LICENSE 2021-10-28 20:15:38 -04:00
README.md Quick update to Readme, still WIP 2022-10-31 22:04:50 -04:00

ThunderScope

Low-Cost Four Channel 1GSPS Oscilliscope using Thunderbolt/USB4 to stream data to PC for processing and display.

Join our dev discord: https://discord.com/invite/pds7k3WrpK

Our best long-form documentation is currently at the Hackaday.io project page: https://hackaday.io/project/180090-thunderscope

Get the hardware through our crowdsupply when we launch: https://www.crowdsupply.com/eevengers/thunderscope


Hardware

Rev.1 mainboard: Thunderscope_E

Rev.2 mainboard: Thunderscope_Rev2


Firmware

Developers with Rev.1 mainboard and TE0712 module should use dso_top_TE0712 or dso_top_TE0712_unsigned

Rev.2 mainboard can only be used with our custom FPGA module and dso_top_fpga_module_rev2_unsigned firmware


Software

Our primary software is TS.net, which takes in data from the hardware, triggers on it, and sends the triggered data over to (ng/gl)scopeclient

Dependences for build scripts on Linux: apt-get install -y dotnet6 apt-get install -y libgdiplus

On Windows, should just need Visual Studio with the C# plugins